From 2d9d5e147b8f15a8308dad46711390f3b168ec56 Mon Sep 17 00:00:00 2001 From: imarom Date: Mon, 18 Jan 2016 11:27:10 -0500 Subject: highly draft - just backing up --- scripts/automation/trex_control_plane/common/trex_types.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/automation/trex_control_plane/common') 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) -- cgit 1.2.3-korg