mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
run banner exec test only for NXOS7K (#29041)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
49658f9437
commit
064bb66e6d
1 changed files with 33 additions and 26 deletions
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
- debug: msg="START nxos_banner exec test"
|
||||
|
||||
- block:
|
||||
- name: setup - remove exec
|
||||
nxos_banner:
|
||||
banner: exec
|
||||
|
@ -30,6 +33,10 @@
|
|||
- "result.changed == false"
|
||||
- "result.commands | length == 0"
|
||||
|
||||
when: platform | match("N7K")
|
||||
|
||||
- debug: msg="END nxos_banner exec test"
|
||||
|
||||
# FIXME add in tests for everything defined in docs
|
||||
# FIXME Test state:absent + test:
|
||||
# FIXME Without powers ensure "privileged mode required"
|
||||
|
|
Loading…
Reference in a new issue