diff options
| author | root <[email protected]> | 2024-04-28 06:41:44 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-04-28 06:41:44 +0000 |
| commit | 2373dbbc56b81a3a4de39cb6deac0840ca859749 (patch) | |
| tree | f9faf47be717cabdc33871f68937d0995ea6f9e5 /shaping/test/gtest_shaper.cpp | |
| parent | c6a8526ad6d118ccd506ccc329aee360da96a5b8 (diff) | |
TSG-20745: add datapath telemetry info
Diffstat (limited to 'shaping/test/gtest_shaper.cpp')
| -rw-r--r-- | shaping/test/gtest_shaper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/test/gtest_shaper.cpp b/shaping/test/gtest_shaper.cpp index fe322b6..c0a0711 100644 --- a/shaping/test/gtest_shaper.cpp +++ b/shaping/test/gtest_shaper.cpp @@ -429,7 +429,7 @@ TEST(max_min_host_fairness_profile, udp_tx_in_order) stat_file = fopen(SHAPING_STAT_FILE_NAME, "r"); memset(line, 0, sizeof(line)); ASSERT_TRUE(NULL != fgets(line, sizeof(line), stat_file)); - shaping_stat_judge(line, 0, 0, 1, 100, 10000, 0, 0, 171000, SHAPING_DIR_OUT, profile_type_primary);//max latency is last 10 pkts + shaping_stat_judge(line, 0, 0, 1, 100, 10000, 0, 0, 180000, SHAPING_DIR_OUT, profile_type_primary);//max latency is last 10 pkts fclose(stat_file); stat_file = fopen(SHAPING_STAT_FILE_NAME, "w");//clear stat file fclose(stat_file); |
