diff options
author | fmenguy <francoisregis.menguy@orange.com> | 2020-10-08 11:46:55 +0200 |
---|---|---|
committer | fmenguy <francoisregis.menguy@orange.com> | 2020-10-16 11:56:33 +0200 |
commit | f2d211ad71a54286b1179434744abb7bbc2598b4 (patch) | |
tree | 3512f40301b58417642a4904e487d44693f86f35 /test/mock_trex.py | |
parent | 94845d2bf7416d8b59e2eaf017244832cf3277f4 (diff) |
NFVBENCH-171 Not accurate flow count with some IP and UDP ranges combinations
Change-Id: Ic68db4ee54c508ebb24ca2e605dcec2a6b2fb3bf
Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
Diffstat (limited to 'test/mock_trex.py')
-rw-r--r-- | test/mock_trex.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mock_trex.py b/test/mock_trex.py index 49fe5a9..4884c98 100644 --- a/test/mock_trex.py +++ b/test/mock_trex.py @@ -55,6 +55,7 @@ except ImportError: api_mod.STLVmFixIpv4 = STLDummy api_mod.STLVmFlowVar = STLDummy api_mod.STLVmFlowVarRepeatableRandom = STLDummy + api_mod.STLVmTupleGen = STLDummy api_mod.STLVmWrFlowVar = STLDummy api_mod.UDP = STLDummy api_mod.bind_layers = STLDummy |