summaryrefslogtreecommitdiff
path: root/test/integration/targets/eos_user
diff options
context:
space:
mode:
authorRicardo Carrillo Cruz <ricardo.carrillo.cruz@gmail.com>2017-10-27 17:52:56 +0200
committerGitHub <noreply@github.com>2017-10-27 17:52:56 +0200
commitbe821845e206a8dd0a6a7f7a814e70f5edd3b039 (patch)
treeb0065836afa62d1c5e79f749d19c2a6dc39cb25c /test/integration/targets/eos_user
parentdf66a4603ab0039ef1efe68280f4f995482f8f33 (diff)
downloadansible-be821845e206a8dd0a6a7f7a814e70f5edd3b039.tar.gz
Fix eos_user tests (#32261)
Diffstat (limited to 'test/integration/targets/eos_user')
-rw-r--r--test/integration/targets/eos_user/tests/cli/basic.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/integration/targets/eos_user/tests/cli/basic.yaml b/test/integration/targets/eos_user/tests/cli/basic.yaml
index fe8bc9b5a6..381f25b4c7 100644
--- a/test/integration/targets/eos_user/tests/cli/basic.yaml
+++ b/test/integration/targets/eos_user/tests/cli/basic.yaml
@@ -60,11 +60,11 @@
that:
- 'result.changed == true'
- '"username" in result.commands[0]'
- - '"role network-operator" in result.commands[0]'
- - '"secret" in result.commands[1]'
+ - '"role network-operator" in result.commands[1]'
+ - '"secret" in result.commands[0]'
- '"username" in result.commands[2]'
- - '"role network-operator" in result.commands[2]'
- - '"secret" in result.commands[3]'
+ - '"role network-operator" in result.commands[3]'
+ - '"secret" in result.commands[2]'
- name: Add user without password or nopassword arg(Should fail)
eos_user: