From ec323514eff083926c438947d5c00e150c6916b7 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Mon, 24 Jul 2017 13:16:59 +0200 Subject: [PATCH] Remove first all users tested on iosxr_user (#27226) --- test/integration/targets/iosxr_user/tests/cli/basic.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/integration/targets/iosxr_user/tests/cli/basic.yaml b/test/integration/targets/iosxr_user/tests/cli/basic.yaml index 09e1f93567..c18b38e3c2 100644 --- a/test/integration/targets/iosxr_user/tests/cli/basic.yaml +++ b/test/integration/targets/iosxr_user/tests/cli/basic.yaml @@ -1,4 +1,12 @@ --- +- name: Remove users prior to tests + iosxr_config: + lines: + - no username ansibletest1 + - no username ansibletest2 + - no username ansibletest3 + provider: "{{ cli }}" + - name: Create user (SetUp) iosxr_user: name: ansibletest1