summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/common/trex_status_e.py
blob: 3ad850147e577e5552fd1b0784fc394adee8a267 (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
TRexStatus = Enum('TRexStatus', 'Idle Starting Running')