From 5ad0974e71987a18cb9a750073313d98f76412f2 Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 20 Jul 2016 07:38:23 +0100 Subject: [PATCH 1/1] CSIT-215 Improve documentation - performance - Improve documentation in performance libraries Change-Id: Idf3d8e5f0107de78776c955259b31f0e41e04585 Signed-off-by: pmikus --- resources/libraries/robot/performance.robot | 1 - .../Short_Bridge_Domain_Intel-X520-DA2.robot | 2 +- .../performance/Short_IPv4_Cop_Intel-X520-DA2.robot | 18 +++++++++--------- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/resources/libraries/robot/performance.robot b/resources/libraries/robot/performance.robot index 4bee378056..9a5f629b90 100644 --- a/resources/libraries/robot/performance.robot +++ b/resources/libraries/robot/performance.robot @@ -279,7 +279,6 @@ | | ... | /30 prefix on DUT1-DUT2 link. Set routing on both DUT nodes with | | ... | prefix /24 and next hop of neighbour DUT interface IPv4 address. | | ... -| Custom setup of IPv4 addresses on all DUT nodes and TG | | Set Interface State | ${dut1} | ${dut1_if1} | up | | Set Interface State | ${dut1} | ${dut1_if2} | up | | Set Interface State | ${dut2} | ${dut2_if1} | up diff --git a/tests/suites/performance/Short_Bridge_Domain_Intel-X520-DA2.robot b/tests/suites/performance/Short_Bridge_Domain_Intel-X520-DA2.robot index 0a0755b958..c6ddbaba28 100644 --- a/tests/suites/performance/Short_Bridge_Domain_Intel-X520-DA2.robot +++ b/tests/suites/performance/Short_Bridge_Domain_Intel-X520-DA2.robot @@ -48,7 +48,7 @@ | | ... | [Cfg] DUT runs L2BD config with 1 thread, 1 phy core, \ | | ... | 1 receive queue per NIC port. [Ver] Verify ref-NDR for 64 Byte | | ... | frames using single trial throughput test. -| | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | NDR | THIS +| | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | NDR | | ${framesize}= | Set Variable | 64 | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 3.2mpps diff --git a/tests/suites/performance/Short_IPv4_Cop_Intel-X520-DA2.robot b/tests/suites/performance/Short_IPv4_Cop_Intel-X520-DA2.robot index 1861d5150e..1a6e15acaf 100644 --- a/tests/suites/performance/Short_IPv4_Cop_Intel-X520-DA2.robot +++ b/tests/suites/performance/Short_IPv4_Cop_Intel-X520-DA2.robot @@ -51,7 +51,7 @@ | | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ | | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify | | ... | ref-NDR for 64 Byte frames using single trial throughput test. -| | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD +| | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | NDR | | ${framesize}= | Set Variable | 64 | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 3.5mpps @@ -74,7 +74,7 @@ | | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ | | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify | | ... | ref-NDR for 1518 Byte frames using single trial throughput test. -| | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD +| | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | NDR | | ${framesize}= | Set Variable | 1518 | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 812743pps @@ -97,7 +97,7 @@ | | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ | | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify | | ... | ref-NDR for 9000 Byte frames using single trial throughput test. -| | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD +| | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | NDR | | ${framesize}= | Set Variable | 9000 | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 138580pps @@ -119,7 +119,7 @@ | | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ | | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify | | ... | ref-NDR for 64 Byte frames using single trial throughput test. -| | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD +| | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | NDR | | ${framesize}= | Set Variable | 64 | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 6.6mpps @@ -142,7 +142,7 @@ | | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ | | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify | | ... | ref-NDR for 1518 Byte frames using single trial throughput test. -| | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD +| | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | NDR | | ${framesize}= | Set Variable | 1518 | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 812743pps @@ -165,7 +165,7 @@ | | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ | | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify | | ... | ref-NDR for 9000 Byte frames using single trial throughput test. -| | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD +| | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | NDR | | ${framesize}= | Set Variable | 9000 | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 138580pps @@ -187,7 +187,7 @@ | | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ | | ... | 4 thread, 4 phy core, 2 receive queue per NIC port. [Ver] Verify | | ... | ref-NDR for 64 Byte frames using single trial throughput test. -| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD +| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR | | ${framesize}= | Set Variable | 64 | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 10.0mpps @@ -210,7 +210,7 @@ | | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ | | ... | 4 thread, 4 phy core, 2 receive queue per NIC port. [Ver] Verify | | ... | ref-NDR for 1518 Byte frames using single trial throughput test. -| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD +| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR | | ${framesize}= | Set Variable | 1518 | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 812743pps @@ -233,7 +233,7 @@ | | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ | | ... | 4 thread, 4 phy core, 2 receive queue per NIC port. [Ver] Verify | | ... | ref-NDR for 9000 Byte frames using single trial throughput test. -| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD +| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR | | ${framesize}= | Set Variable | 9000 | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 138580pps -- 2.16.6