From efb8873783d59ae2e5a870a99f05e40ebf661c16 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Tue, 27 Sep 2016 14:24:32 +0300 Subject: pre test: Code review fixes --- linux/ws_main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') diff --git a/linux/ws_main.py b/linux/ws_main.py index f20afcce..2a0d7286 100755 --- a/linux/ws_main.py +++ b/linux/ws_main.py @@ -112,14 +112,14 @@ main_src = SrcGroup(dir='src', 'rx_check_header.cpp', 'nat_check.cpp', 'nat_check_flow_table.cpp', - 'test_pkt_gen.cpp', + 'pkt_gen.cpp', 'timer_wheel_pq.cpp', 'time_histogram.cpp', 'utl_json.cpp', 'utl_cpuu.cpp', 'msg_manager.cpp', 'publisher/trex_publisher.cpp', - 'latency.cpp', + 'stateful_rx_core.cpp', 'flow_stat.cpp', 'flow_stat_parser.cpp', 'trex_watchdog.cpp', -- cgit 1.2.3-korg