diff options
Diffstat (limited to 'scripts/automation/regression/interfaces_e.py')
-rwxr-xr-x | scripts/automation/regression/interfaces_e.py | 8 |
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') |