From ec56ea4514fcd5066dda183069b96203ed7dcb4a Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Mon, 6 May 2019 18:24:13 -0400 Subject: [PATCH] Fix junos_config backup testcase (#56148) * For junos_config taking backup of running configuration does not required priviledge escalation. --- .../integration/targets/junos_config/tests/netconf/backup.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/integration/targets/junos_config/tests/netconf/backup.yaml b/test/integration/targets/junos_config/tests/netconf/backup.yaml index 9f9bbcfb852..a0d6bf9efe0 100644 --- a/test/integration/targets/junos_config/tests/netconf/backup.yaml +++ b/test/integration/targets/junos_config/tests/netconf/backup.yaml @@ -59,7 +59,6 @@ backup_options: filename: backup.cfg dir_path: "{{ role_path }}/backup_test_dir/{{ inventory_hostname_short }}" - become: yes register: result - assert: @@ -81,7 +80,6 @@ backup: yes backup_options: filename: backup.cfg - become: yes register: result - assert: @@ -103,7 +101,6 @@ backup: yes backup_options: dir_path: "{{ role_path }}/backup_test_dir/{{ inventory_hostname_short }}" - become: yes register: result - assert: