From efcdc68ad2764fe245139de7f5ef621d6b26c55c Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Wed, 12 Jul 2017 16:32:27 +0200 Subject: [PATCH] Set Ethernet2 to no switchport (#26703) Missed this in earlier commit, otherwise eos_vrf tests fail. --- test/integration/targets/prepare_eos_tests/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/targets/prepare_eos_tests/tasks/main.yml b/test/integration/targets/prepare_eos_tests/tasks/main.yml index 43105a23b16..fd05396c7df 100644 --- a/test/integration/targets/prepare_eos_tests/tasks/main.yml +++ b/test/integration/targets/prepare_eos_tests/tasks/main.yml @@ -16,5 +16,6 @@ - no switchport - int Ethernet2 - no shutdown + - no switchport provider: "{{ cli }}" connection: local