summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2016-10-04 07:11:46 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-04 07:11:46 +0000
commite3c52e2eeacc1ec995b9492ce8315fb166886fdd (patch)
treec217122cc7dc6fcbb96399c9ad61f3b106010742 /conf
parentfc8f6e0cc0d688eda3f36ff848cda7a33d6607e4 (diff)
parent1e1138cdc36ab308568e51314d967f7d13bdacc5 (diff)
Merge "pkt_gen: Spirent Testcenter RFC 2889 Support"
Diffstat (limited to 'conf')
-rwxr-xr-xconf/01_testcases.conf7
-rw-r--r--conf/03_traffic.conf6
2 files changed, 13 insertions, 0 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf
index b9c59a11..55cce1cf 100755
--- a/conf/01_testcases.conf
+++ b/conf/01_testcases.conf
@@ -132,6 +132,13 @@ PERFORMANCE_TESTS = [
"Description": "LTD.Throughput.RFC2544.PacketLossRatio",
},
{
+ "Name": "phy2phy_forwarding",
+ "Traffic Type": "rfc2889",
+ "Deployment": "p2p",
+ "biDirectional": "True",
+ "Description": "LTD.Forwarding.RFC2889.MaxForwardingRate",
+ },
+ {
"Name": "back2back",
"Traffic Type": "back2back",
"Deployment": "p2p",
diff --git a/conf/03_traffic.conf b/conf/03_traffic.conf
index fd0f589d..04266923 100644
--- a/conf/03_traffic.conf
+++ b/conf/03_traffic.conf
@@ -75,6 +75,12 @@ TRAFFICGEN_STC_TESTCENTER_PATH = os.path.join(ROOT_DIR, 'tools/pkt_gen/testcente
# Name of the TestCenter RFC2544 Tput helper python script
TRAFFICGEN_STC_RFC2544_TPUT_TEST_FILE_NAME = "testcenter-rfc2544-throughput.py"
+# Name of the Testcenter RFC2899 Tput Helper Python Scripts
+TRAFFICGEN_STC_RFC2889_TEST_FILE_NAME = "testcenter-rfc2889-rest.py"
+
+# 2889 Port Locations
+TRAFFICGEN_STC_RFC2889_LOCATION = ""
+
# The address of the Spirent Lab Server to use
TRAFFICGEN_STC_LAB_SERVER_ADDR = ""