[stable-2.9] fix nxos_config tests for httpapi (#62082)

* fix nxos_config tests for httpapi

* Remove become parameter
This commit is contained in:
Mike Wiebe 2019-09-12 12:16:00 -04:00 committed by Trishna Guha
parent f582d74f7c
commit c4894b512d
2 changed files with 0 additions and 9 deletions

View file

@ -25,9 +25,3 @@
with_items: "{{ test_items }}"
loop_control:
loop_var: test_case_to_run
- name: run test cases (connection=local)
include: "{{ test_case_to_run }} ansible_connection=local connection={{ nxapi }}"
with_items: "{{ test_items }}"
loop_control:
loop_var: test_case_to_run

View file

@ -66,7 +66,6 @@
backup_options:
filename: backup.cfg
dir_path: "{{ role_path }}/backup_test_dir/{{ inventory_hostname_short }}"
become: yes
register: result
- assert:
@ -88,7 +87,6 @@
backup: yes
backup_options:
filename: backup.cfg
become: yes
register: result
- assert:
@ -110,7 +108,6 @@
backup: yes
backup_options:
dir_path: "{{ role_path }}/backup_test_dir/{{ inventory_hostname_short }}"
become: yes
register: result
- assert: