mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 06:41:04 +00:00
fix iosxr_user integration test (#26220)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
- assert:
|
||||
that:
|
||||
- 'result.changed == true'
|
||||
- '"username ansibletest1 secret" in result.commands'
|
||||
- '"username" in result.commands'
|
||||
- '"secret" in result.commands'
|
||||
|
||||
- name: Collection of users (SetUp)
|
||||
iosxr_user:
|
||||
|
||||
Reference in New Issue
Block a user