mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
nxos integration fix part 1 (#27069)
* Assorted Python 3 fixes * Fix `testcase` definition in integration tests * Fix nxos_acl_interface * clean up nxapi after nxos_nxapi
This commit is contained in:
parent
b8337ee9d3
commit
56a0b988a9
12 changed files with 29 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- debug: msg="START cli/lesstahnorequal.yaml"
|
||||
- debug: msg="START cli/lessthanorequal.yaml"
|
||||
|
||||
- name: test le operator
|
||||
nxos_command:
|
||||
|
@ -29,4 +29,4 @@
|
|||
that:
|
||||
- "result.changed == false"
|
||||
|
||||
- debug: msg="END cli/lesstahnorequal.yaml"
|
||||
- debug: msg="END cli/lessthanorequal.yaml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue