Set no switchport on ethernet interfaces (#26693)

Otherwise this will silently make vrf tests to not work correctly.
pull/26694/head
Ricardo Carrillo Cruz 7 years ago committed by GitHub
parent cb59e61253
commit 59edc44166

@ -13,7 +13,9 @@
lines:
- int Ethernet1
- no shutdown
- no switchport
- int Ethernet2
- no shutdown
- no switchport
provider: "{{ cli }}"
connection: local

Loading…
Cancel
Save