summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/client/outer_packages.py
diff options
context:
space:
mode:
authorDan Klein <danklei@cisco.com>2015-08-23 17:41:23 +0300
committerDan Klein <danklei@cisco.com>2015-08-23 17:41:23 +0300
commit49f6b00b58c3ec734218fcd69259771a42c157bd (patch)
treeab31e2286ad6d426c4b565ce0c07e6e1eff06f1c /scripts/automation/trex_control_plane/client/outer_packages.py
parent405ba254de0c62ac9f4395d04f918a3749635808 (diff)
Added dkpt package, created basic shell for packetGen usage
Diffstat (limited to 'scripts/automation/trex_control_plane/client/outer_packages.py')
-rwxr-xr-xscripts/automation/trex_control_plane/client/outer_packages.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/automation/trex_control_plane/client/outer_packages.py b/scripts/automation/trex_control_plane/client/outer_packages.py
index a7c34e48..42a553ca 100755
--- a/scripts/automation/trex_control_plane/client/outer_packages.py
+++ b/scripts/automation/trex_control_plane/client/outer_packages.py
@@ -9,10 +9,10 @@ PATH_TO_PYTHON_LIB = os.path.abspath(os.path.join(ROOT_PATH, 'python_lib'))
CLIENT_MODULES = ['enum34-1.0.4',
- # 'jsonrpclib-0.1.3',
'jsonrpclib-pelix-0.2.5',
'termstyle',
- 'rpc_exceptions-0.1'
+ 'rpc_exceptions-0.1',
+ 'dpkt-1.8.6.2'
]
def import_client_modules ():