mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Minor updates to nxos_nxapi tests (#35750)
* Minor updates to nxos_nxapi tests * Fixed duplicate yaml key issue * Make rubocop happy
This commit is contained in:
parent
6bd4803c80
commit
358e63232f
2 changed files with 10 additions and 1 deletions
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Assert configuration changes
|
||||
assert:
|
||||
that:
|
||||
- result.stdout[0].http_port is not defined
|
||||
- result.stdout[0].https_port|string is search("9443")
|
Loading…
Add table
Add a link
Reference in a new issue