diff options
author | Tibor Frank <tifrank@cisco.com> | 2017-06-14 09:12:56 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-06-20 07:03:29 +0000 |
commit | 086f3a5065d744e00fe10289eb2f090b7bde208e (patch) | |
tree | 27257fcc3e70ebd23e50343a7e0e3d14c12e9c48 /tests/perf/10ge2p1x520-eth-l2bdbasemaclrn-eth-4vhost-2vm-ndrpdrdisc.robot | |
parent | f22e850f38ad5a1630271d020b2078c1580c99c0 (diff) |
CSIT-678: Re-organize L2 libraries - performance
Change-Id: Ic4e37df31fbc10f15351e3671b541e6f047405bc
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'tests/perf/10ge2p1x520-eth-l2bdbasemaclrn-eth-4vhost-2vm-ndrpdrdisc.robot')
-rw-r--r-- | tests/perf/10ge2p1x520-eth-l2bdbasemaclrn-eth-4vhost-2vm-ndrpdrdisc.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/perf/10ge2p1x520-eth-l2bdbasemaclrn-eth-4vhost-2vm-ndrpdrdisc.robot b/tests/perf/10ge2p1x520-eth-l2bdbasemaclrn-eth-4vhost-2vm-ndrpdrdisc.robot index 4edbcc1514..de06640856 100644 --- a/tests/perf/10ge2p1x520-eth-l2bdbasemaclrn-eth-4vhost-2vm-ndrpdrdisc.robot +++ b/tests/perf/10ge2p1x520-eth-l2bdbasemaclrn-eth-4vhost-2vm-ndrpdrdisc.robot @@ -12,14 +12,14 @@ # limitations under the License. *** Settings *** -| Resource | resources/libraries/robot/performance.robot +| Resource | resources/libraries/robot/performance_setup.robot | Library | resources.libraries.python.QemuUtils | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | NDRPDRDISC | ... | NIC_Intel-X520-DA2 | ETH | L2BDMACLRN | BASE | VHOST | VM | Suite Setup | Set up 3-node performance topology with DUT's NIC model | ... | L2 | Intel-X520-DA2 | Suite Teardown | Tear down 3-node performance topology -| Test Setup | Configure all DUTs before test +| Test Setup | Set up performance test | Test Teardown | Run Keywords | ... | Show Bridge Domain Data On All DUTs | ... | AND | Tear down performance test with vhost and VM with dpdk-testpmd |