summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/iosxr_user/tests/cli/basic.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/iosxr_user/tests/cli/basic.yaml')
-rw-r--r--test/integration/targets/iosxr_user/tests/cli/basic.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/integration/targets/iosxr_user/tests/cli/basic.yaml b/test/integration/targets/iosxr_user/tests/cli/basic.yaml
index 8706047aee..01170a8dd3 100644
--- a/test/integration/targets/iosxr_user/tests/cli/basic.yaml
+++ b/test/integration/targets/iosxr_user/tests/cli/basic.yaml
@@ -83,7 +83,7 @@
- name: Collection of users (SetUp)
iosxr_user:
- users:
+ aggregate:
- name: ansibletest2
- name: ansibletest3
password: test
@@ -104,7 +104,7 @@
- name: Add collection of users again with update_password always (not idempotent)
iosxr_user:
- users:
+ aggregate:
- name: ansibletest2
- name: ansibletest3
password: test
@@ -123,7 +123,7 @@
- name: Add collection of users again with update_password on_create (idempotent)
iosxr_user:
- users:
+ aggregate:
- name: ansibletest2
- name: ansibletest3
password: test
@@ -140,7 +140,7 @@
- name: Delete collection of users
iosxr_user:
- users:
+ aggregate:
- name: ansibletest1
- name: ansibletest2
- name: ansibletest3
@@ -155,7 +155,7 @@
- name: Delete collection of users again (idempotent)
iosxr_user:
- users:
+ aggregate:
- name: ansibletest1
- name: ansibletest2
- name: ansibletest3