diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-12-22 07:47:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-22 07:47:40 +0000 |
commit | 9e4cea295062af44c57db6d1e40fc74e529b2868 (patch) | |
tree | df6dbcffc8023e93f7a18c1504025bb0a2a9b765 /conf/03_traffic.conf | |
parent | d6912873009eb09c10e6c2258484f72e59965b36 (diff) | |
parent | ad0f9d7c68be48e33348fc46ec187ca83b30340b (diff) |
Merge "Trex_2544_verification: Add verification functionality to Trex code"
Diffstat (limited to 'conf/03_traffic.conf')
-rw-r--r-- | conf/03_traffic.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/03_traffic.conf b/conf/03_traffic.conf index 3833a040..3c7bd2f5 100644 --- a/conf/03_traffic.conf +++ b/conf/03_traffic.conf @@ -451,10 +451,7 @@ TRAFFICGEN_TREX_RFC2544_TPUT_THRESHOLD = 0.05 # Parameter below defines frequency of packets used for latency measurement in PPS. # Value 0 will disable latency specific streams. TRAFFICGEN_TREX_LATENCY_PPS = 1000 -# Example 10 Gbps: TRAFFICGEN_TREXINE_SPEED_GBPS = '10' -# Today only 10 Gbps is supported -TRAFFICGEN_TREX_LINE_SPEED_GBPS = '10' -# Enable of learning packets before sending test traffic +# Enablement of learning packets before sending test traffic TRAFFICGEN_TREX_LEARNING_MODE = True TRAFFICGEN_TREX_LEARNING_DURATION = 5 # FOR SR-IOV or multistream layer 2 tests to work with T-Rex enable Promiscuous mode @@ -467,5 +464,9 @@ PATHS['trafficgen'] = { } } } +# TRex validation option for RFC2544 +TRAFFICGEN_TREX_VERIFICATION_MODE = False +TRAFFICGEN_TREX_VERIFICATION_DURATION = 60 +TRAFFICGEN_TREX_MAXIMUM_VERIFICATION_TRIALS = 10 # TREX Configuration and Connection Info-- END ############################################## |