mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Fix eos_user tests (#32261)
This commit is contained in:
parent
df66a4603a
commit
be821845e2
1 changed files with 4 additions and 4 deletions
|
@ -60,11 +60,11 @@
|
||||||
that:
|
that:
|
||||||
- 'result.changed == true'
|
- 'result.changed == true'
|
||||||
- '"username" in result.commands[0]'
|
- '"username" in result.commands[0]'
|
||||||
- '"role network-operator" in result.commands[0]'
|
- '"role network-operator" in result.commands[1]'
|
||||||
- '"secret" in result.commands[1]'
|
- '"secret" in result.commands[0]'
|
||||||
- '"username" in result.commands[2]'
|
- '"username" in result.commands[2]'
|
||||||
- '"role network-operator" in result.commands[2]'
|
- '"role network-operator" in result.commands[3]'
|
||||||
- '"secret" in result.commands[3]'
|
- '"secret" in result.commands[2]'
|
||||||
|
|
||||||
- name: Add user without password or nopassword arg(Should fail)
|
- name: Add user without password or nopassword arg(Should fail)
|
||||||
eos_user:
|
eos_user:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue