fix eos failed tests (#27945)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
a40cb5a47f
commit
dd8b65395f
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
- no switchport
|
- no switchport
|
||||||
parents: int Ethernet1
|
parents: int Ethernet1
|
||||||
authorize: yes
|
authorize: yes
|
||||||
|
provider: "{{ cli }}"
|
||||||
connection: local
|
connection: local
|
||||||
|
|
||||||
- name: Enable Ethernet2 interface and disable switchport
|
- name: Enable Ethernet2 interface and disable switchport
|
||||||
|
@ -14,4 +15,5 @@
|
||||||
- no switchport
|
- no switchport
|
||||||
parents: int Ethernet2
|
parents: int Ethernet2
|
||||||
authorize: yes
|
authorize: yes
|
||||||
|
provider: "{{ cli }}"
|
||||||
connection: local
|
connection: local
|
||||||
|
|
Loading…
Reference in a new issue