diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-12-11 19:06:13 +0200 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-12-19 11:23:46 +0200 |
commit | e4c8e44b0842093ce2a245e863a8db7f4c2ae9ff (patch) | |
tree | f1c92ff366088eb5250d56d22058cb6db7f41aeb /src/gtest | |
parent | 057a1ec1e70584f3598e9980bb44f70f73065bac (diff) |
add min_ipg to push_pcaps
Change-Id: I353f8903c40963517fd2fed721cc0671d9f6dc4b
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'src/gtest')
-rw-r--r-- | src/gtest/trex_stateless_gtest.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtest/trex_stateless_gtest.cpp b/src/gtest/trex_stateless_gtest.cpp index 09942c57..2593261f 100644 --- a/src/gtest/trex_stateless_gtest.cpp +++ b/src/gtest/trex_stateless_gtest.cpp @@ -4340,6 +4340,7 @@ TEST_F(basic_stl, pcap_remote_basic) { 0, "exp/remote_test.cap", 10, + 0, 1, 1, -1, @@ -4363,6 +4364,7 @@ TEST_F(basic_stl, pcap_remote_loop) { 0, "exp/remote_test.cap", 1, + 0, 1, 3, -1, @@ -4385,6 +4387,7 @@ TEST_F(basic_stl, pcap_remote_duration) { 0, "exp/remote_test.cap", 100000, + 0, 1, 0, 0.5, @@ -4407,6 +4410,7 @@ TEST_F(basic_stl, pcap_remote_dual) { 0, "exp/remote_test_dual.erf", 10000, + 0, 1, 0, 0.5, |