diff options
author | imarom <imarom@cisco.com> | 2016-01-18 11:27:10 -0500 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-01-21 10:11:55 -0500 |
commit | 2d9d5e147b8f15a8308dad46711390f3b168ec56 (patch) | |
tree | 875264814e580405bf6464eb1ee4b7798f64309c /scripts/automation/trex_control_plane/common | |
parent | 9932ff8dcf4f8b6b6f3986832f8a1a8f8461c743 (diff) |
highly draft - just backing up
Diffstat (limited to 'scripts/automation/trex_control_plane/common')
-rw-r--r-- | scripts/automation/trex_control_plane/common/trex_types.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/automation/trex_control_plane/common/trex_types.py b/scripts/automation/trex_control_plane/common/trex_types.py index 5c29f59b..337f0a70 100644 --- a/scripts/automation/trex_control_plane/common/trex_types.py +++ b/scripts/automation/trex_control_plane/common/trex_types.py @@ -79,6 +79,7 @@ class RC(): def RC_OK(data = ""): return RC(True, data) + def RC_ERR (err): return RC(False, err) |