From a76479bc269cad96475f9c71381b4f826d47709f Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Mon, 4 Jul 2016 12:55:36 +0300 Subject: 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 --- scripts/automation/regression/trex.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/automation/regression/trex.py') 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""" -- cgit