DataKnox / dell_automation

Sample code for automating Dell OS6 and OS10 devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automating Dell OS6 and OS10 Devices

With pyATS

pip install pyats[full]

Pay close attention to the structure of the testbed YAML file.

  1. First, the hostname provided in testbed must EXACTLY match the hostname of the device, include case
  2. Second, os must be Dell. If you want to run a command specific to OS6 or OS10 you must also specify platform.
  3. In addition to specifying the platform, you must contain the custom abstraction order block.

Browse Available Parsers for pyATS

Dell Parsers Repo

Contact

About

Sample code for automating Dell OS6 and OS10 devices

License:Apache License 2.0


Languages

Language:Python 100.0%