From f2d211ad71a54286b1179434744abb7bbc2598b4 Mon Sep 17 00:00:00 2001 From: fmenguy Date: Thu, 8 Oct 2020 11:46:55 +0200 Subject: NFVBENCH-171 Not accurate flow count with some IP and UDP ranges combinations Change-Id: Ic68db4ee54c508ebb24ca2e605dcec2a6b2fb3bf Signed-off-by: fmenguy --- test/mock_trex.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/mock_trex.py') 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 -- cgit 1.2.3-korg