diff options
author | Ido Barnea <ibarnea@cisco.com> | 2016-08-10 15:09:45 +0300 |
---|---|---|
committer | Ido Barnea <ibarnea@cisco.com> | 2016-08-10 15:09:45 +0300 |
commit | 92880804c194990c0a2e3201c6179b8c2f6cae7c (patch) | |
tree | 6650b767894e35b0090b7e80d8f0371d2ba0f97c /linux | |
parent | e61cecf7febc28116507221af6922e252bda89a4 (diff) |
Better flow stat parser unit tests, including IPv6
Diffstat (limited to 'linux')
-rwxr-xr-x | linux/ws_main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/ws_main.py b/linux/ws_main.py index 66d79d13..b1704e5e 100755 --- a/linux/ws_main.py +++ b/linux/ws_main.py @@ -113,6 +113,7 @@ main_src = SrcGroup(dir='src', 'rx_check_header.cpp', 'nat_check.cpp', 'nat_check_flow_table.cpp', + 'test_pkt_gen.cpp', 'timer_wheel_pq.cpp', 'time_histogram.cpp', 'utl_json.cpp', |