diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-02-20 15:39:52 +0200 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-02-20 15:39:52 +0200 |
commit | f7d1a3f4e298bfb86f3e0a2a0a666b3e2ab697c9 (patch) | |
tree | 9c238ca2579e8c60e691e681d77a98472860f92c /linux_dpdk | |
parent | e138e3c2b3f6dabb2641957e68034a2fe4674892 (diff) |
include run_functional_tests and run_regression into package
Diffstat (limited to 'linux_dpdk')
-rwxr-xr-x | linux_dpdk/ws_main.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux_dpdk/ws_main.py b/linux_dpdk/ws_main.py index 19d884cd..b533004a 100755 --- a/linux_dpdk/ws_main.py +++ b/linux_dpdk/ws_main.py @@ -833,6 +833,8 @@ files_list=[ 't-rex-debug-gdb', 'stl-sim', 'find_python.sh', + 'run_regression', + 'run_functional_tests', 'release_notes.pdf', 'dpdk_nic_bind.py', 'dpdk_setup_ports.py', |