diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-08-25 17:10:24 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-08-31 20:55:38 +0000 |
commit | 516051c6aabb609d94d442db222c11e33837e124 (patch) | |
tree | 7f5e8099a8d47cfe4bdcffb916174d1ee2d8be46 /tests/perf/Long_Xconnect_Vhost_Intel-X520-DA2.robot | |
parent | 57966d06a8df71b534f3f557739b7fa58f428fee (diff) |
CSIT-387 collect HW stats if binary search fails
Change-Id: I29f10dc09c8205339cabc854a358b5d0517751d1
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'tests/perf/Long_Xconnect_Vhost_Intel-X520-DA2.robot')
-rw-r--r-- | tests/perf/Long_Xconnect_Vhost_Intel-X520-DA2.robot | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/tests/perf/Long_Xconnect_Vhost_Intel-X520-DA2.robot b/tests/perf/Long_Xconnect_Vhost_Intel-X520-DA2.robot index f684e8c6bf..a16f07def2 100644 --- a/tests/perf/Long_Xconnect_Vhost_Intel-X520-DA2.robot +++ b/tests/perf/Long_Xconnect_Vhost_Intel-X520-DA2.robot @@ -22,11 +22,16 @@ | ... | AND | Build QEMU on all DUTs | Suite Teardown | 3-node Performance Suite Teardown | Test Setup | Setup all DUTs before test -| Test Teardown | Run Keywords | Remove startup configuration of VPP from all DUTs -| ... | AND | Guest VM with dpdk-testpmd Teardown | ${dut1} -| ... | ${dut1_vm_refs} -| ... | AND | Guest VM with dpdk-testpmd Teardown | ${dut2} -| ... | ${dut2_vm_refs} +| Test Teardown | Run Keywords +| ... | Run Keyword If Test Failed +| ... | Traffic should pass with no loss | 10 +| ... | ${min_rate}pps | ${framesize} | 3-node-bridge +| ... | fail_on_loss=${False} +| ... | AND | Remove startup configuration of VPP from all DUTs +| ... | AND | Guest VM with dpdk-testpmd Teardown | ${dut1} +| ... | ${dut1_vm_refs} +| ... | AND | Guest VM with dpdk-testpmd Teardown | ${dut2} +| ... | ${dut2_vm_refs} | Documentation | *RFC2544: Pkt throughput L2XC test cases with vhost* | ... | ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology |