add test case: overload evict tcp (old/new) session
This commit is contained in:
19
src/session/test/gtest_overload_evict_udp_sess.cpp
Normal file
19
src/session/test/gtest_overload_evict_udp_sess.cpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#include "test_utils.h"
|
||||
|
||||
#if 1
|
||||
TEST(OVERLOAD, EVICT_UDP_OLD_SESS)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
TEST(OVERLOAD, EVICT_UDP_NEW_SESS)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
Reference in New Issue
Block a user