diff options
author | Matej Klotton <mklotton@cisco.com> | 2017-01-17 12:14:23 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2017-01-17 14:00:09 +0000 |
commit | 282845448e5f43f8b77ba51053a883a20eb2dbc7 (patch) | |
tree | e638714d79a345f5cc7fb32ba0fbd146d19aaf4c /tests/func | |
parent | 85256222da854fed5d6d1763f2969aaaf28544f1 (diff) |
VIRL test: Replace IP probe for VXLAN test
Change-Id: Ic16f91beabdc2ac2e19ccc65c04790d36c15d477
Signed-off-by: Matej Klotton <mklotton@cisco.com>
(cherry picked from commit eb4515115a69f5a3fe9b2fe178110cc5ff78b73a)
Diffstat (limited to 'tests/func')
-rw-r--r-- | tests/func/vxlan/vxlan_bd_dot1q.robot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/func/vxlan/vxlan_bd_dot1q.robot b/tests/func/vxlan/vxlan_bd_dot1q.robot index 9da1e3c38f..a5303e6ba9 100644 --- a/tests/func/vxlan/vxlan_bd_dot1q.robot +++ b/tests/func/vxlan/vxlan_bd_dot1q.robot @@ -61,10 +61,14 @@ | | ... | ${dut2_node} | ${dut2s_vlan_name} | ${dut2s_vlan_index} | | ${dut1s_vxlan}= | When Create VXLAN interface | ${dut1_node} | ${VNI} | | | ... | ${dut1s_ip_address} | ${dut2s_ip_address} +| | And Set Interface State | ${dut1_node} | ${dut1s_vxlan} +| | ... | up | | And Interfaces are added to BD | ${dut1_node} | ${BID} | | ... | ${dut1_to_tg} | ${dut1s_vxlan} | | ${dut2s_vxlan}= | And Create VXLAN interface | ${dut2_node} | ${VNI} | | | ... | ${dut2s_ip_address} | ${dut1s_ip_address} +| | And Set Interface State | ${dut2_node} | ${dut2s_vxlan} +| | ... | up | | And Interfaces are added to BD | ${dut2_node} | ${BID} | | ... | ${dut2_to_tg} | ${dut2s_vxlan} | | Then Send and receive ICMPv4 bidirectionally |