Use QEMU virtio queue size 1024 for perf tests 97/6197/21
authorJan Gelety <jgelety@cisco.com>
Thu, 13 Apr 2017 15:01:13 +0000 (17:01 +0200)
committerPeter Mikus <pmikus@cisco.com>
Wed, 19 Apr 2017 11:22:36 +0000 (11:22 +0000)
- use Build QEMU KW to apply patch to increase default virtio queue size
- remove Set Scheduler Policy

Change-Id: I04a7febd6366abd324d42f781645a8a0b520b325
Signed-off-by: Jan Gelety <jgelety@cisco.com>
16 files changed:
resources/libraries/robot/performance.robot
tests/perf/10ge2p1x520-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-ndrpdrdisc.robot
tests/perf/10ge2p1x520-dot1q-l2xcbase-eth-2vhost-1vm-ndrpdrdisc.robot
tests/perf/10ge2p1x520-eth-l2bdbasemaclrn-eth-2vhost-1vm-ndrpdrdisc.robot
tests/perf/10ge2p1x520-eth-l2bdbasemaclrn-eth-4vhost-2vm-ndrpdrdisc.robot
tests/perf/10ge2p1x520-eth-l2xcbase-eth-2vhost-1vm-ndrpdrdisc.robot
tests/perf/10ge2p1x520-eth-l2xcbase-eth-4vhost-2vm-ndrpdrdisc.robot
tests/perf/10ge2p1x520-ethip4-ip4base-eth-2vhost-1vm-ndrpdrdisc.robot
tests/perf/10ge2p1x520-ethip4-ip4base-eth-4vhost-2vm-ndrpdrdisc.robot
tests/perf/10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-eth-2vhost-1vm-ndrpdrdisc.robot
tests/perf/10ge2p1x710-eth-l2bdbasemaclrn-eth-2vhost-1vm-ndrpdrdisc.robot
tests/perf/40ge2p1xl710-eth-l2bdbasemaclrn-eth-2vhost-1vm-ndrpdrdisc.robot
tests/perf/40ge2p1xl710-eth-l2bdbasemaclrn-eth-4vhost-2vm-ndrpdrdisc.robot
tests/perf/40ge2p1xl710-eth-l2xcbase-eth-4vhost-2vm-ndrpdrdisc.robot
tests/perf/40ge2p1xl710-ethip4-ip4base-eth-4vhost-2vm-ndrpdrdisc.robot
tests/perf/__init__.robot

index 7c15893..0d80436 100644 (file)
 | | ... | skip_cnt=${skip_cnt} | cpu_cnt=${count} | smt_used=${False}
 | | Run keyword | ${vm_name}.Qemu Add Vhost User If | ${sock1}
 | | Run keyword | ${vm_name}.Qemu Add Vhost User If | ${sock2}
+| | Run Keyword | ${vm_name}.Build QEMU | ${dut_node} | apply_patch=${True}
 | | Run keyword | ${vm_name}.Qemu Set Bin | ${perf_qemu_bin}
 | | Run keyword | ${vm_name}.Qemu Set Node | ${dut_node}
 | | Run keyword | ${vm_name}.Qemu Set Smp | ${count} | ${count} | 1 | 1
 | | Run keyword | ${vm_name}.Qemu Set Disk Image | ${perf_vm_image}
 | | ${vm}= | Run keyword | ${vm_name}.Qemu Start
 | | Run keyword | ${vm_name}.Qemu Set Affinity | @{qemu_cpus}
-| | Run keyword | ${vm_name}.Qemu Set Scheduler Policy
 | | Dpdk Testpmd Start | ${vm} | eal_coremask=0x1f | eal_mem_channels=4
 | | ... | pmd_fwd_mode=io | pmd_disable_hw_vlan=${True}
 | | ... | pmd_txd=${perf_qemu_qsz} | pmd_rxd=${perf_qemu_qsz}
 | | ... | skip_cnt=${skip} | cpu_cnt=${count} | smt_used=${True}
 | | Run keyword | ${vm_name}.Qemu Add Vhost User If | ${sock1}
 | | Run keyword | ${vm_name}.Qemu Add Vhost User If | ${sock2}
+| | Run Keyword | ${vm_name}.Build QEMU | ${dut_node} | apply_patch=${True}
 | | Run keyword | ${vm_name}.Qemu Set Bin | ${perf_qemu_bin}
 | | Run keyword | ${vm_name}.Qemu Set Node | ${dut_node}
 | | Run keyword | ${vm_name}.Qemu Set Smp | ${count} | ${count} | 1 | 1
 | | Run keyword | ${vm_name}.Qemu Set Disk Image | ${perf_vm_image}
 | | ${vm}= | Run keyword | ${vm_name}.Qemu Start
 | | Run keyword | ${vm_name}.Qemu Set Affinity | @{qemu_cpus}
-| | Run keyword | ${vm_name}.Qemu Set Scheduler Policy
 | | Dpdk Testpmd Start | ${vm} | eal_coremask=0x1f | eal_mem_channels=4
 | | ... | pmd_fwd_mode=io | pmd_disable_hw_vlan=${True}
 | | ... | pmd_txd=${perf_qemu_qsz} | pmd_rxd=${perf_qemu_qsz}
 | | ... | skip_cnt=${skip_cnt} | cpu_cnt=${count} | smt_used=${False}
 | | Run keyword | ${vm_name}.Qemu Add Vhost User If | ${sock1}
 | | Run keyword | ${vm_name}.Qemu Add Vhost User If | ${sock2}
+| | Run Keyword | ${vm_name}.Build QEMU | ${dut_node} | apply_patch=${True}
 | | Run keyword | ${vm_name}.Qemu Set Bin | ${perf_qemu_bin}
 | | Run keyword | ${vm_name}.Qemu Set Node | ${dut_node}
 | | Run keyword | ${vm_name}.Qemu Set Smp | ${count} | ${count} | 1 | 1
 | | Run keyword | ${vm_name}.Qemu Set Disk Image | ${perf_vm_image}
 | | ${vm}= | Run keyword | ${vm_name}.Qemu Start
 | | Run keyword | ${vm_name}.Qemu Set Affinity | @{qemu_cpus}
-| | Run keyword | ${vm_name}.Qemu Set Scheduler Policy
 | | Dpdk Testpmd Start | ${vm} | eal_coremask=0x1f
 | | ... | eal_mem_channels=4 | pmd_fwd_mode=mac | pmd_eth_peer_0=0,${eth0_mac}
 | | ... | pmd_eth_peer_1=1,${eth1_mac} | pmd_disable_hw_vlan=${True}
 | | ... | skip_cnt=${skip} | cpu_cnt=${count} | smt_used=${True}
 | | Run keyword | ${vm_name}.Qemu Add Vhost User If | ${sock1}
 | | Run keyword | ${vm_name}.Qemu Add Vhost User If | ${sock2}
+| | Run Keyword | ${vm_name}.Build QEMU | ${dut_node} | apply_patch=${True}
 | | Run keyword | ${vm_name}.Qemu Set Bin | ${perf_qemu_bin}
 | | Run keyword | ${vm_name}.Qemu Set Node | ${dut_node}
 | | Run keyword | ${vm_name}.Qemu Set Smp | ${count} | ${count} | 1 | 1
 | | Run keyword | ${vm_name}.Qemu Set Disk Image | ${perf_vm_image}
 | | ${vm}= | Run keyword | ${vm_name}.Qemu Start
 | | Run keyword | ${vm_name}.Qemu Set Affinity | @{qemu_cpus}
-| | Run keyword | ${vm_name}.Qemu Set Scheduler Policy
 | | Dpdk Testpmd Start | ${vm} | eal_coremask=0x1f
 | | ... | eal_mem_channels=4 | pmd_fwd_mode=mac | pmd_eth_peer_0=0,${eth0_mac}
 | | ... | pmd_eth_peer_1=1,${eth1_mac} | pmd_disable_hw_vlan=${True}
 | | ... | skip_cnt=${skip} | cpu_cnt=${count} | smt_used=${False}
 | | Run keyword | ${vm_name}.Qemu Add Vhost User If | ${sock1}
 | | Run keyword | ${vm_name}.Qemu Add Vhost User If | ${sock2}
+| | Run Keyword | ${vm_name}.Build QEMU | ${dut_node} | apply_patch=${True}
 | | Run keyword | ${vm_name}.Qemu Set Bin | ${perf_qemu_bin}
 | | Run keyword | ${vm_name}.Qemu Set Node | ${dut_node}
 | | Run keyword | ${vm_name}.Qemu Set Smp | ${count} | ${count} | 1 | 1
 | | Run keyword | ${vm_name}.Qemu Set Disk Image | ${perf_vm_image}
 | | ${vm}= | Run keyword | ${vm_name}.Qemu Start
 | | Run keyword | ${vm_name}.Qemu Set Affinity | @{qemu_cpus}
-| | Run keyword | ${vm_name}.Qemu Set Scheduler Policy
 | | ${br}= | Set Variable | br0
 | | ${vhost1}= | Get Vhost User If Name By Sock | ${vm} | ${sock1}
 | | ${vhost2}= | Get Vhost User If Name By Sock | ${vm} | ${sock2}
 | | ... | skip_cnt=${skip} | cpu_cnt=${count} | smt_used=${True}
 | | Run keyword | ${vm_name}.Qemu Add Vhost User If | ${sock1}
 | | Run keyword | ${vm_name}.Qemu Add Vhost User If | ${sock2}
+| | Run Keyword | ${vm_name}.Build QEMU | ${dut_node} | apply_patch=${True}
 | | Run keyword | ${vm_name}.Qemu Set Bin | ${perf_qemu_bin}
 | | Run keyword | ${vm_name}.Qemu Set Node | ${dut_node}
 | | Run keyword | ${vm_name}.Qemu Set Smp | ${count} | ${count} | 1 | 1
 | | Run keyword | ${vm_name}.Qemu Set Disk Image | ${perf_vm_image}
 | | ${vm}= | Run keyword | ${vm_name}.Qemu Start
 | | Run keyword | ${vm_name}.Qemu Set Affinity | @{qemu_cpus}
-| | Run keyword | ${vm_name}.Qemu Set Scheduler Policy
 | | ${br}= | Set Variable | br0
 | | ${vhost1}= | Get Vhost User If Name By Sock | ${vm} | ${sock1}
 | | ${vhost2}= | Get Vhost User If Name By Sock | ${vm} | ${sock2}
index 1e78f1d..3dc54ae 100644 (file)
@@ -68,7 +68,6 @@
 | ${sock1}= | /tmp/sock-1-${bd_id1}
 | ${sock2}= | /tmp/sock-1-${bd_id2}
 
-
 *** Test Cases ***
 | tc01-64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-ndrdisc
 | | [Documentation]
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
index 575bda7..4475073 100644 (file)
@@ -95,7 +95,6 @@
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
index 3f4309a..02a6d8a 100644 (file)
@@ -91,7 +91,6 @@
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-bridge
 | | ...                                       | ${min_rate} | ${max_rate}
index 0f2b6dd..66a2a36 100644 (file)
@@ -84,7 +84,6 @@
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
index 97f0bf5..2611485 100644 (file)
@@ -62,6 +62,7 @@
 # X520-DA2 bandwidth limit
 | ${s_limit} | ${10000000000}
 
+
 *** Test Cases ***
 | tc01-64B-1t1c-eth-l2xcbase-eth-2vhost-1vm-ndrdisc
 | | [Documentation]
@@ -89,7 +90,6 @@
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-xconnect
 | | ...                                       | ${min_rate} | ${max_rate}
index d58458f..12b3234 100644 (file)
@@ -85,7 +85,6 @@
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
index bde5fe8..20bb018 100644 (file)
@@ -92,7 +92,6 @@
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
 | | ...     | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1 | ${dut2_vif1_mac}
 | | ...     | ${dut2_vif2_mac}
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | ...                                       | ${min_rate} | ${max_rate}
index 21e3c44..3aa624c 100644 (file)
@@ -86,7 +86,6 @@
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
index 34f9a5f..082c135 100644 (file)
@@ -98,7 +98,6 @@
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
index 27eec1b..ed08710 100644 (file)
@@ -93,7 +93,6 @@
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
index 3fc4444..10397c5 100644 (file)
@@ -95,7 +95,6 @@
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold}
 | | ${vm2}= | And Guest VM with dpdk-testpmd connected via vhost-user is setup
 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
-| | And Setup scheduler policy for VPP on all DUTs
 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
 | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate}
 | | ... | ${threshold} | ${perf_pdr_loss_acceptance}
index 4b7f5cd..ce482c0 100644 (file)
@@ -90,7 +90,6 @@
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 bridge domains with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-bridge
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
index 0d10af3..4bd6871 100644 (file)
@@ -90,7 +90,6 @@
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
-| | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | ...   | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  L2 xconnect with Vhost-User for '2' initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-xconnect
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
index 89a8535..9f071fc 100644 (file)
@@ -90,7 +90,6 @@
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find NDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
 | | And   Apply startup configuration on all VPP DUTs
 | | When  IPv4 forwarding with Vhost-User for '2' VMs initialized in a 3-node circular topology
 | | And   '2' Guest VMs with dpdk-testpmd-mac connected via vhost-user is setup in a 3-node circular topology
-| | And   Setup scheduler policy for VPP on all DUTs
 | | Then  Find PDR using binary search and pps
 | | ...   | ${framesize} | ${binary_min} | ${binary_max} | 3-node-IPv4
 | | ...   | ${min_rate} | ${max_rate} | ${threshold}
index 1078926..922ad29 100644 (file)
@@ -40,5 +40,6 @@
 | | Set Global Variable | ${perf_pdr_loss_acceptance} | 0.5
 | | Set Global Variable | ${perf_pdr_loss_acceptance_type} | percentage
 | | Set Global Variable | ${perf_vm_image} | /var/lib/vm/csit-nested-1.6.img
-| | Set Global Variable | ${perf_qemu_bin} | /usr/bin/qemu-system-x86_64
-| | Set Global Variable | ${perf_qemu_qsz} | 256
+| | Set Global Variable | ${perf_qemu_bin}
+| | ...                 | /opt/qemu-2.5.0/bin/qemu-system-x86_64
+| | Set Global Variable | ${perf_qemu_qsz} | 1024