You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Chris Van Heuveln 869fdcd7d4 nxos_acl: some platforms/versions raise when no ACLs are present (#55609)
* `nxos_acl` may fail with `IndexError: list index out of range` while attempting to delete a non-existent ACL.

The failure occurs when the `acl` var is an empty list.

* nxos_acl: catch 501 'Structured output unsupported' when no ACLs present

With some older image versions, `show ip access-list | json` will raise a 501 error indicating `'Structured output unsupported'` when there are no access-lists configured. This change turns off the `check_rc` and then looks for the failure condition.

* Fix kwarg

* Fix lint issues
7 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
env Add `env` command to ansible-test and run in CI. (#50176) 7 years ago
integration nxos_acl: some platforms/versions raise when no ACLs are present (#55609) 7 years ago
legacy Removed legacy Digital Ocean tasks (#51786) 7 years ago
results Collect data from integration test runs. (#28650) 8 years ago
runner Implement a framework for having common code for release scripts (#55893) 7 years ago
sanity Implement a framework for having common code for release scripts (#55893) 7 years ago
units network facts, add unit test for FC WWN (#55848) 7 years ago
utils Add Hetzner Cloud to CI integration tests. 7 years ago