diff options
author | 2016-02-23 15:32:19 +0200 | |
---|---|---|
committer | 2016-02-23 15:32:19 +0200 | |
commit | 36cc1ecef32dcee3640e6ddf96422c07d89777b3 (patch) | |
tree | 6a9eadb662ad0f98395886077fe32943512fd040 /linux_dpdk | |
parent | 68ebd739646a27f1bb92ce8eacb5bb76f6399580 (diff) | |
parent | 81059eb5df274efe48ad3914039ddb657c3285ab (diff) |
Merge ipv4 checksum issue
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', |