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/integration/targets/eos_command/tests/cli
Nathaniel Case 513c75079e
Port eos tests to network_cli (#33586)
* Add eos and fix tests to run multiple connections

* Update tests to report connection

* Add missing START messages

* Fix unspecified connection

* Python 3 updates

Exceptions don't have `.message` in Python 3

* Override `become` when using `connection=local`

* Slight restructuring to make eapi easier later on

* Move eapi toggle to prepare_eos
* Pull out connection on eapi tasks
2017-12-19 15:49:49 -05:00
..
bad_operator.yaml Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
contains.yaml Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
equal.yaml Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
greaterthan.yaml Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
greaterthanorequal.yaml Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
invalid.yaml Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
lessthan.yaml Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
lessthanorequal.yaml Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
notequal.yaml Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
output.yaml Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
timeout.yaml Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00