diff options
Diffstat (limited to 'scripts/automation/trex_control_plane/stf')
-rw-r--r-- | scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_status.py b/scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_status.py index f132720c..8f2859d1 100644 --- a/scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_status.py +++ b/scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_status.py @@ -1,6 +1,6 @@ #!/router/bin/python -# define the states in which a T-Rex can hold during its lifetime +# define the states in which a TRex can hold during its lifetime # TRexStatus = Enum('TRexStatus', 'Idle Starting Running') IDLE = 1 |