Assert username and secret is within first element of results (#27219)
This commit is contained in:
parent
ad4ecf2a64
commit
e9a0411059
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
|||
- assert:
|
||||
that:
|
||||
- 'result.changed == true'
|
||||
- '"username" in result.commands'
|
||||
- '"secret" in result.commands'
|
||||
- '"username" in result.commands[0]'
|
||||
- '"secret" in result.commands[0]'
|
||||
|
||||
- name: Collection of users (SetUp)
|
||||
iosxr_user:
|
||||
|
|
Loading…
Reference in a new issue