diff options
author | Ganesh Nalawade <ganesh634@gmail.com> | 2017-10-31 15:21:27 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 15:21:27 +0530 |
commit | 5d1ed1fc25bb117cd2604128cb85a7f7f8dc6dd1 (patch) | |
tree | eca2e76f39d2110890a019db13fe458d441e9c80 /test/integration/targets/net_vlan | |
parent | 53fead7c9680d95a50905584307d72d976596e4b (diff) | |
download | ansible-5d1ed1fc25bb117cd2604128cb85a7f7f8dc6dd1.tar.gz |
Fix platform agnostic network integration test cases (#32378)
* Fix platform agnostic network test cases
* Fix vyos_interface CI failure
Diffstat (limited to 'test/integration/targets/net_vlan')
-rw-r--r-- | test/integration/targets/net_vlan/tests/eos/basic.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/net_vlan/tests/eos/basic.yaml b/test/integration/targets/net_vlan/tests/eos/basic.yaml index 9b7b474066..081b643c6f 100644 --- a/test/integration/targets/net_vlan/tests/eos/basic.yaml +++ b/test/integration/targets/net_vlan/tests/eos/basic.yaml @@ -2,7 +2,7 @@ - debug: msg="START net_vlan eos/basic.yaml" - name: setup - remove vlan - eos_vlan: + net_vlan: vlan_id: 4000 name: test-vlan state: absent |