summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/client/trex_hltapi.py
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-09-21 18:55:15 +0300
committerimarom <imarom@cisco.com>2015-09-21 18:55:15 +0300
commit14006b519bfd679227a87d0e6a2be9726774aafc (patch)
tree88b8eed17c52d3460291248cfd807a19c592ea3b /scripts/automation/trex_control_plane/client/trex_hltapi.py
parentd9e1cc14540431aa8baf8480625aa54c2a7c7175 (diff)
parentdbeb7ecc059bb78db54ec285a4216a661bbedd23 (diff)
Merge branch 'master' into rpc
Conflicts: scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py
Diffstat (limited to 'scripts/automation/trex_control_plane/client/trex_hltapi.py')
-rw-r--r--scripts/automation/trex_control_plane/client/trex_hltapi.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/scripts/automation/trex_control_plane/client/trex_hltapi.py b/scripts/automation/trex_control_plane/client/trex_hltapi.py
new file mode 100644
index 00000000..46c283f8
--- /dev/null
+++ b/scripts/automation/trex_control_plane/client/trex_hltapi.py
@@ -0,0 +1,18 @@
+#!/router/bin/python
+
+import trex_root_path
+from client_utils.packet_builder import CTRexPktBuilder
+
+print "done!"
+
+class CTRexHltApi(object):
+
+ def __init__(self):
+ pass
+
+ def config_traffic(self):
+ pass
+
+if __name__ == "__main__":
+ pass
+