summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stf/trex_status_e.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-03-30 11:29:11 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-03-30 11:29:11 +0300
commitb91c216db1aa10ca7cc81b8c74b04ab79df251fe (patch)
treebd2184c2ea54c2e8d6554e082dd0b37e99a1e0e7 /scripts/automation/trex_control_plane/stf/trex_status_e.py
parent935b711d82845514c30249b8cdd2e9ed6aa11526 (diff)
add to run_functional_tests --python2 and --python3 flags
make stateful tree similar to stl : stf/trex_stf_lib and stf/examples change trex_client package: add profiles, use full stl dir. stl examples: now use stl_path.STL_PROFILES_PATH variable regression: add higher timeout to rsync.
Diffstat (limited to 'scripts/automation/trex_control_plane/stf/trex_status_e.py')
-rwxr-xr-xscripts/automation/trex_control_plane/stf/trex_status_e.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/automation/trex_control_plane/stf/trex_status_e.py b/scripts/automation/trex_control_plane/stf/trex_status_e.py
deleted file mode 100755
index 79a25acc..00000000
--- a/scripts/automation/trex_control_plane/stf/trex_status_e.py
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/router/bin/python
-
-try:
- from . import outer_packages
-except:
- import outer_packages
-from enum import Enum
-
-
-# define the states in which a TRex can hold during its lifetime
-TRexStatus = Enum('TRexStatus', 'Idle Starting Running')