summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/interfaces_e.py
blob: 0c2ce5d2d42bea70b61d2d0c8b66fe4c2ad5ae51 (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 TRex can hold during its lifetime
IFType = Enum('IFType', 'Client Server All')