From 3b5e5e14a10c3cac63a526b5d9ac495822fd663f Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 20 Feb 2018 14:57:59 +0100 Subject: Raw results chk keywords and initial TC - Implementation of Display raw results - Implementation of Traffic should pass with maximum rate - Code optimizations - L2BD, L2XC, IP4, IP6 TC Change-Id: I0b50e995a853ed3c8f88323ccc650e47b8ed2496 Signed-off-by: Peter Mikus --- resources/libraries/robot/performance/performance_setup.robot | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'resources/libraries/robot/performance/performance_setup.robot') diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot index 0cc6388391..51e117ba9e 100644 --- a/resources/libraries/robot/performance/performance_setup.robot +++ b/resources/libraries/robot/performance/performance_setup.robot @@ -550,6 +550,13 @@ | | Show VAT History On All DUTs | ${nodes} | | Show statistics on all DUTs | ${nodes} +| Tear down performance mrr test +| | [Documentation] | Common test teardown for max-received-rate performance +| | ... | tests. +| | ... +| | Remove All Added Ports On All DUTs From Topology | ${nodes} +| | Show VAT History On All DUTs | ${nodes} + | Tear down performance test with wrk | | [Documentation] | Common test teardown for ndrdisc and pdrdisc performance \ | | ... | tests. -- cgit 1.2.3-korg