summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/trex.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-07-04 12:55:36 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-07-04 12:55:36 +0300
commita76479bc269cad96475f9c71381b4f826d47709f (patch)
tree20a959e64bc812f285eeaa7e44b5840055617467 /scripts/automation/regression/trex.py
parent590accee66691009003adcdc12bdd6eefbb566b0 (diff)
trex_client: sample each second
stateful result object: add method to get avg value at steady state regression: add -t flag to run specific test by name (without file and class) update trex07 benchmarks
Diffstat (limited to 'scripts/automation/regression/trex.py')
-rw-r--r--scripts/automation/regression/trex.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/automation/regression/trex.py b/scripts/automation/regression/trex.py
index 44f2faba..7286b166 100644
--- a/scripts/automation/regression/trex.py
+++ b/scripts/automation/regression/trex.py
@@ -40,6 +40,7 @@ class CTRexScenario:
no_daemon = False
router_image = None
debug_image = False
+ test = None
class CTRexRunner:
"""This is an instance for generating a CTRexRunner"""