Fix various EOS integration tests due to missing become (#34504)

This commit is contained in:
Ricardo Carrillo Cruz 2018-01-05 16:16:04 +01:00 committed by GitHub
commit f77ab30316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 46 additions and 0 deletions

View file

@ -6,6 +6,7 @@
lines: no lldp run
authorize: yes
provider: "{{ cli }}"
become: yes
- name: Enable LLDP service
eos_lldp:
@ -13,6 +14,7 @@
authorize: yes
provider: "{{ cli }}"
register: result
become: yes
- assert:
that:
@ -25,6 +27,7 @@
authorize: yes
provider: "{{ cli }}"
register: result
become: yes
- assert:
that:
@ -36,6 +39,7 @@
authorize: yes
provider: "{{ cli }}"
register: result
become: yes
- assert:
that:
@ -48,6 +52,7 @@
authorize: yes
provider: "{{ cli }}"
register: result
become: yes
- assert:
that: