diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-09-26 10:41:35 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-09-28 05:39:57 +0000 |
commit | 9ca5e946c7ea4b5740c257c71fe6d76eaa4206b4 (patch) | |
tree | 5e3a733db1ae03dc713c0f907d30ec28490e4784 /resources/libraries | |
parent | f3350420711cfa08c0cc7a77de51f1732668bac3 (diff) |
FIX: Vhost tests waiting for VirtualEthernet UP
Due to the change in VPP #8472
When changing the admin state of a vhost-user interface, do not put
it in link-up mode if the interface is not actually ready.
We have to remove "All Vpp Interfaces Ready Wait" for VirtualEthernet
interfaces.
Change-Id: I70d60b9f54a75b18b179f3315b636b763962acdd
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/robot/performance/performance_configuration.robot | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/libraries/robot/performance/performance_configuration.robot b/resources/libraries/robot/performance/performance_configuration.robot index 1196862cc6..cdd3c9d02b 100644 --- a/resources/libraries/robot/performance/performance_configuration.robot +++ b/resources/libraries/robot/performance/performance_configuration.robot @@ -647,7 +647,6 @@ | | ... | ${sock1} | ${sock2} | dut2_vhost_if1 | dut2_vhost_if2 | | Configure L2XC | ${dut2} | ${dut2_if1} | ${dut2_vhost_if1} | | Configure L2XC | ${dut2} | ${dut2_if2} | ${dut2_vhost_if2} -| | All Vpp Interfaces Ready Wait | ${nodes} | Initialize L2 xconnect with Vhost-User for '${nr}' in 3-node circular topology | | [Documentation] @@ -724,7 +723,6 @@ | | ... | ${sock1} | ${sock2} | | Configure L2XC | ${dut2} | ${subif_index_2} | ${vhost_if1} | | Configure L2XC | ${dut2} | ${dut2_if2} | ${vhost_if2} -| | All Vpp Interfaces Ready Wait | ${nodes} | Initialize L2 bridge domain in 3-node circular topology | | [Documentation] @@ -1087,7 +1085,6 @@ | | Add interface to bridge domain | ${dut2} | ${dut2_vhost_if1} | ${bd_id1} | | Add interface to bridge domain | ${dut2} | ${dut2_if2} | ${bd_id2} | | Add interface to bridge domain | ${dut2} | ${dut2_vhost_if2} | ${bd_id2} -| | All Vpp Interfaces Ready Wait | ${nodes} | Initialize L2 bridge domains with Vhost-User for '${nr}' VMs in 3-node circular topology | | [Documentation] @@ -1202,7 +1199,6 @@ | | Add interface to bridge domain | ${dut2} | ${vhost_if1} | ${bd_id1} | | Add interface to bridge domain | ${dut2} | ${vhost_if2} | ${bd_id2} | | Add interface to bridge domain | ${dut2} | ${dut2_if2} | ${bd_id2} -| | All Vpp Interfaces Ready Wait | ${nodes} | Initialize L2 bridge domains with Vhost-User in 2-node circular topology | | [Documentation] @@ -1229,7 +1225,6 @@ | | Add interface to bridge domain | ${dut1} | ${vhost_if1} | ${bd_id1} | | Add interface to bridge domain | ${dut1} | ${dut1_if2} | ${bd_id2} | | Add interface to bridge domain | ${dut1} | ${vhost_if2} | ${bd_id2} -| | All Vpp Interfaces Ready Wait | ${nodes} | Initialize L2 bridge domains with VLAN dot1q sub-interfaces in a 3-node circular topology | | [Documentation] @@ -1310,7 +1305,6 @@ | | Add interface to bridge domain | ${dut2} | ${vhost_if1} | ${bd_id1} | | Add interface to bridge domain | ${dut2} | ${vhost_if2} | ${bd_id2} | | Add interface to bridge domain | ${dut2} | ${dut2_if2} | ${bd_id2} -| | All Vpp Interfaces Ready Wait | ${nodes} | Add PCI devices to DUTs in 3-node single link topology | | [Documentation] |