From b883aab899c75a351b2c4af42c98e918810f2272 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 23 Feb 2018 10:04:26 +0100 Subject: Performance KW optimizations - Reducing test time by removing redundant KW. Change-Id: I03eeb0332cb88a11eff06df6f5e79d905df317a2 Signed-off-by: Peter Mikus --- resources/libraries/robot/performance/performance_setup.robot | 3 --- 1 file changed, 3 deletions(-) (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 51e117ba9e..fad9b630a0 100644 --- a/resources/libraries/robot/performance/performance_setup.robot +++ b/resources/libraries/robot/performance/performance_setup.robot @@ -529,7 +529,6 @@ | | ... | | Remove All Added Ports On All DUTs From Topology | ${nodes} | | Show VAT History On All DUTs | ${nodes} -| | Show statistics on all DUTs | ${nodes} | | Run Keyword If Test Failed | | ... | Set Test Variable | ${pkt_trace} | ${True} | | Run Keyword If Test Failed @@ -541,14 +540,12 @@ | | ... | | Remove All Added Ports On All DUTs From Topology | ${nodes} | | Show VAT History On All DUTs | ${nodes} -| | Show statistics on all DUTs | ${nodes} | Tear down performance pdrchk test | | [Documentation] | Common test teardown for pdrchk performance tests. | | ... | | Remove All Added Ports On All DUTs From Topology | ${nodes} | | 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 -- cgit 1.2.3-korg