summaryrefslogtreecommitdiff
path: root/module_test/src/gtest_vlan.cpp
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-04-27 22:31:48 +0800
committerlijia <[email protected]>2024-04-28 19:13:45 +0800
commited1ff3bc45c45a3ed131beadf1584529e28b2856 (patch)
treef0762619ceeabb70aadd8508799a9b1ac0ae9e44 /module_test/src/gtest_vlan.cpp
parent16a633839f9917d26fe229ddaa887fe10b57deac (diff)
update g_current_time based on the timestamp of the pcap packet header
Diffstat (limited to 'module_test/src/gtest_vlan.cpp')
-rw-r--r--module_test/src/gtest_vlan.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/module_test/src/gtest_vlan.cpp b/module_test/src/gtest_vlan.cpp
index 9d89bdc..bc85dfb 100644
--- a/module_test/src/gtest_vlan.cpp
+++ b/module_test/src/gtest_vlan.cpp
@@ -29,7 +29,7 @@ void vlan_2layer_run(void)
ASSERT_EQ(file_md5_checksum("dumpfile", "d31d70928b2a647b7820e27a99b247cb"),0);
- gtest_start_sapp_progress(sapp_start_args);
+ call_libsapp_devel_for_dumpfile_topspeed();
}
@@ -52,7 +52,7 @@ void vlan_asymmetric_merge_run(void)
ASSERT_EQ(file_md5_checksum("dumpfile", "502c003b622d9e7a15d242375634837c"),0);
- gtest_start_sapp_progress(sapp_start_args);
+ call_libsapp_devel_for_dumpfile_topspeed();
}