summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/interfaces_e.py
blob: 15301623dc58529a7b633f7b934957c22b9d17aa (plain)
1
2
3
4
5
6
7
8
#!/router/bin/python

import outer_packages
from enum import Enum


# define the states in which a T-Rex can hold during its lifetime
IFType = Enum('IFType', 'Client Server All')