summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/trex.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-06-20 13:47:18 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-06-20 13:47:18 +0300
commite058f6e034fbf51bc5e29d449ea806e7a8633b70 (patch)
tree7791a6da1d313c07b7fe02c2dadb28ca76b5d6fe /scripts/automation/regression/trex.py
parent35efdda889977a7b0bf5d1cda213d0e7ffcd4367 (diff)
regression: add flag to run with debug image
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 9541ad76..44f2faba 100644
--- a/scripts/automation/regression/trex.py
+++ b/scripts/automation/regression/trex.py
@@ -39,6 +39,7 @@ class CTRexScenario:
GAManager = None
no_daemon = False
router_image = None
+ debug_image = False
class CTRexRunner:
"""This is an instance for generating a CTRexRunner"""