From 59edc441663d64b170c12ed23fb61432086702d8 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Wed, 12 Jul 2017 13:02:36 +0200 Subject: [PATCH] Set no switchport on ethernet interfaces (#26693) Otherwise this will silently make vrf tests to not work correctly. --- test/integration/targets/prepare_eos_tests/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/targets/prepare_eos_tests/tasks/main.yml b/test/integration/targets/prepare_eos_tests/tasks/main.yml index 072aae2e87f..e7698372c26 100644 --- a/test/integration/targets/prepare_eos_tests/tasks/main.yml +++ b/test/integration/targets/prepare_eos_tests/tasks/main.yml @@ -13,7 +13,9 @@ lines: - int Ethernet1 - no shutdown + - no switchport - int Ethernet2 - no shutdown + - no switchport provider: "{{ cli }}" connection: local