mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 12:51:25 -07:00
fix iosxr_user integration test (#26220)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
dcd1ff2809
commit
15e78d1073
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- 'result.changed == true'
|
- 'result.changed == true'
|
||||||
- '"username ansibletest1 secret" in result.commands'
|
- '"username" in result.commands'
|
||||||
|
- '"secret" in result.commands'
|
||||||
|
|
||||||
- name: Collection of users (SetUp)
|
- name: Collection of users (SetUp)
|
||||||
iosxr_user:
|
iosxr_user:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue