From d279c8c12f136ab15b5fefd496c296ef1585c628 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Mon, 23 May 2016 15:30:21 +0300 Subject: replace t-rex to TRex regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect (+revert of commit 0f8e6065f467703b1461e87c3912f8d4bd616807) --- scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/stf') diff --git a/scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_status.py b/scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_status.py index f132720c..8f2859d1 100644 --- a/scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_status.py +++ b/scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_status.py @@ -1,6 +1,6 @@ #!/router/bin/python -# define the states in which a T-Rex can hold during its lifetime +# define the states in which a TRex can hold during its lifetime # TRexStatus = Enum('TRexStatus', 'Idle Starting Running') IDLE = 1 -- cgit 1.2.3-korg