From 9339a16712a48e85fe97d3e6d9c3ab4a61455d1b Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 25 May 2017 13:41:51 +0200 Subject: CSIT-614: PDRCHK test for vpp-csit-verify-hw-perf job Create PDRCHK test: a. vpp-verify-perf-l2 i. 10Ge2P1X520-Eth-L2Bdbasemaclrn-pdrchk ii. 10Ge2P1X520-Eth-L2Xcbase-pdrchk b. vpp-verify-perf-ip4 i. 10Ge2P1X520-Ethip4-Ip4Base-pdrchk c. vpp-verify-perf-ip6 i. 10Ge2P1X520-Ethip6-Ip6Base-pdrchk ii. 10Ge2P1X520-Ethip6-Ip6Scale2M-pdrchk d. vpp-verify-perf-lisp i. 10Ge2P1X520-Ethip4Lispip4-Ip4Base-pdrchk ii. 10Ge2P1X520-Ethip4Lispip6-Ip4Base-pdrchk iii. 10Ge2P1X520-Ethip6Lispip4-Ip6Base-pdrchk iv. 10Ge2P1X520-Ethip6Lispip6-Ip6Base-pdrchk e. vpp-verify-perf-vxlan i. 10ge2p1x520-ethip4vxlan-l2xcbase-pdrchk Change-Id: If232b0375140b884f1b65c380faf5bd77c5df5c3 Signed-off-by: Tibor Frank --- resources/libraries/robot/performance.robot | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'resources/libraries/robot') diff --git a/resources/libraries/robot/performance.robot b/resources/libraries/robot/performance.robot index 39ea14cd7a..b8a0f08d9c 100644 --- a/resources/libraries/robot/performance.robot +++ b/resources/libraries/robot/performance.robot @@ -2478,6 +2478,13 @@ | | Show statistics on all DUTs | | Remove startup configuration of VPP from all DUTs +| Performance pdrchk test teardown +| | [Documentation] | Common test teardown for pdrchk performance tests. +| | ... +| | Show VAT History On All DUTs | ${nodes} +| | Show statistics on all DUTs +| | Remove startup configuration of VPP from all DUTs + | Performance test with vhost and VM with dpdk-testpmd teardown | | [Documentation] | Common test teardown for performance tests which use | | ... | vhost(s) and VM(s) with dpdk-testpmd. -- cgit 1.2.3-korg