add test case: overload evict tcp (old/new) session
This commit is contained in:
@@ -79,6 +79,16 @@ target_link_libraries(gtest_filter_tcp_dupkt session_manager gtest)
|
||||
add_executable(gtest_filter_udp_eviction gtest_filter_udp_eviction.cpp)
|
||||
target_link_libraries(gtest_filter_udp_eviction session_manager gtest)
|
||||
|
||||
###############################################################################
|
||||
# gtest overload
|
||||
###############################################################################
|
||||
|
||||
add_executable(gtest_overload_evict_tcp_sess gtest_overload_evict_tcp_sess.cpp)
|
||||
target_link_libraries(gtest_overload_evict_tcp_sess session_manager gtest)
|
||||
|
||||
add_executable(gtest_overload_evict_udp_sess gtest_overload_evict_udp_sess.cpp)
|
||||
target_link_libraries(gtest_overload_evict_udp_sess session_manager gtest)
|
||||
|
||||
###############################################################################
|
||||
# gtest
|
||||
###############################################################################
|
||||
@@ -107,4 +117,7 @@ gtest_discover_tests(gtest_timeout_tcp_half_closed)
|
||||
gtest_discover_tests(gtest_timeout_udp_data)
|
||||
|
||||
gtest_discover_tests(gtest_filter_tcp_dupkt)
|
||||
gtest_discover_tests(gtest_filter_udp_eviction)
|
||||
gtest_discover_tests(gtest_filter_udp_eviction)
|
||||
|
||||
gtest_discover_tests(gtest_overload_evict_tcp_sess)
|
||||
gtest_discover_tests(gtest_overload_evict_udp_sess)
|
||||
Reference in New Issue
Block a user