diff options
author | Jan Gelety <jgelety@cisco.com> | 2016-05-19 16:36:48 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-05-31 11:05:07 +0200 |
commit | ca55b7289dab93e87bf2a6dff183c3478f085565 (patch) | |
tree | fdaad7f90aefc8aa3faced59952a87125e8db5b9 /resources/libraries/robot/bridge_domain.robot | |
parent | 3b4ed04d3bd70f306680aa368c02c5eab078b0df (diff) |
CSIT-98: MAC split-horizon group, part II
- test cases to test MAC split-horizon group functionality together
with VXLAN tunnel over IPv4 and over IPv6
- two IPv6 tests tagged EXPECTED_FAILING until VPP-98 is closed
- added update of bootstrap.sh - vpp build updated to version
16.09-rc0~33-g4b46c84~b200_amd64
Change-Id: I1da6a98b11f5c39cd114abb35bb8f398cbbebf63
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/robot/bridge_domain.robot')
-rw-r--r-- | resources/libraries/robot/bridge_domain.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/bridge_domain.robot b/resources/libraries/robot/bridge_domain.robot index f1458a0023..96af11d2da 100644 --- a/resources/libraries/robot/bridge_domain.robot +++ b/resources/libraries/robot/bridge_domain.robot @@ -216,7 +216,7 @@ | | ... | *Example:* | | ... | | ... | \| VM for Vhost L2BD forwarding is setup \| ${nodes['DUT1']} \ -| | ... | \| /tmp/sock1 \| /tmp/sock2 +| | ... | \| /tmp/sock1 \| /tmp/sock2 \| | | [Arguments] | ${node} | ${sock1} | ${sock2} | | Set Test Variable | ${vm_node} | ${None} | | Qemu Set Node | ${node} @@ -247,7 +247,7 @@ | | ... | *Example:* | | ... | | ... | \| VPP Vhost interfaces for L2BD forwarding are setup \ -| | ... | \| ${nodes['DUT1']} \| /tmp/sock1 \| /tmp/sock2 +| | ... | \| ${nodes['DUT1']} \| /tmp/sock1 \| /tmp/sock2 \| | | [Arguments] | ${node} | ${sock1} | ${sock2} | | ${vhost_if1}= | Vpp Create Vhost User Interface | ${node} | ${sock1} | | ${vhost_if2}= | Vpp Create Vhost User Interface | ${node} | ${sock2} |