1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/modules/network/exos/fixtures
Lance Richardson bd4d68c785 network/exos: add exos_facts module (#43210)
Add exos_facts module. Known limitations at this time include:
   - Interface MTU is not reported.
   - Only primary interface IP is reported.

Add basic unit tests for the exos_facts module.

An EXOS CLI prompt can be prefixed with '! ' (shutting down), '* '
(running configuration does not match saved configuration), and
can include various status tokens within parentheses after these
prefixes. Update prompt regex to accept valid CLI prompts.
2018-08-08 16:02:18 +02:00
..
run_script_cli2json.py_show_lldp_neighbors network/exos: add exos_facts module (#43210) 2018-08-08 16:02:18 +02:00
run_script_cli2json.py_show_port_config network/exos: add exos_facts module (#43210) 2018-08-08 16:02:18 +02:00
run_script_cli2json.py_show_port_description network/exos: add exos_facts module (#43210) 2018-08-08 16:02:18 +02:00
run_script_cli2json.py_show_vlan network/exos: add exos_facts module (#43210) 2018-08-08 16:02:18 +02:00
run_script_cli2json.py_show_vlan_detail network/exos: add exos_facts module (#43210) 2018-08-08 16:02:18 +02:00
show_memory network/exos: add exos_facts module (#43210) 2018-08-08 16:02:18 +02:00
show_switch network/exos: add exos_facts module (#43210) 2018-08-08 16:02:18 +02:00
show_version add tests for exos_command module (#42268) 2018-07-04 19:42:51 +05:30