summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/interfaces_e.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/automation/regression/interfaces_e.py')
-rwxr-xr-xscripts/automation/regression/interfaces_e.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/automation/regression/interfaces_e.py b/scripts/automation/regression/interfaces_e.py
new file mode 100755
index 00000000..0c2ce5d2
--- /dev/null
+++ b/scripts/automation/regression/interfaces_e.py
@@ -0,0 +1,8 @@
+#!/router/bin/python
+
+import outer_packages
+from enum import Enum
+
+
+# define the states in which a TRex can hold during its lifetime
+IFType = Enum('IFType', 'Client Server All')