diff options
author | 2017-03-01 18:40:58 +0200 | |
---|---|---|
committer | 2017-03-01 18:40:58 +0200 | |
commit | dc905a7dd6c6938b170964d957a0fafb3cb1ac7f (patch) | |
tree | 62be98d6156789dc08095aa543a440b7c7e24ecc /src | |
parent | a875cce88abb1facc2b6d59b3af011ae797b6d18 (diff) |
STF publisher: ensure latest results are sent by CPP + get latest dump via Python API
Change-Id: I1836c0366785246acbcd8d238400440f5f3970f5
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main_dpdk.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp index fb2a6dce..db5af72a 100644 --- a/src/main_dpdk.cpp +++ b/src/main_dpdk.cpp @@ -5033,6 +5033,7 @@ int CGlobalTRex::stop_master(){ dump_stats(stdout,CGlobalStats::dmpSTANDARD); dump_post_test_stats(stdout); + publish_async_data(false); return (0); } |