From 823b8294539f2e55db09795a7fff03d7be6b6346 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Tue, 5 Jan 2016 15:22:22 +0200 Subject: move regression to trex-core slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11 --- scripts/automation/trex_control_plane/common/external_packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/common') diff --git a/scripts/automation/trex_control_plane/common/external_packages.py b/scripts/automation/trex_control_plane/common/external_packages.py index 62121d4f..7353c397 100755 --- a/scripts/automation/trex_control_plane/common/external_packages.py +++ b/scripts/automation/trex_control_plane/common/external_packages.py @@ -7,7 +7,7 @@ CURRENT_PATH = os.path.dirname(os.path.realpath(__file__)) ROOT_PATH = os.path.abspath(os.path.join(CURRENT_PATH, os.pardir)) # path to trex_control_plane directory PATH_TO_PYTHON_LIB = os.path.abspath(os.path.join(ROOT_PATH, os.pardir, os.pardir, 'external_libs')) -CLIENT_UTILS_MODULES = ['PyYAML-3.01/lib' +CLIENT_UTILS_MODULES = ['yaml-3.11' ] def import_common_modules(): -- cgit 1.2.3-korg