From 8b1b3e5c7fb91f450b2abe4a8201bcfec14b2bb9 Mon Sep 17 00:00:00 2001 From: ahothan Date: Tue, 20 Nov 2018 09:52:00 -0800 Subject: NFVBENCH-111 Add support for VxLAN Change-Id: I7d9d7ccb6be7445e625ec520d22c5f045b56d5ff Signed-off-by: ahothan --- test/mock_trex.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/mock_trex.py') diff --git a/test/mock_trex.py b/test/mock_trex.py index c128e9a..c4ce9d7 100644 --- a/test/mock_trex.py +++ b/test/mock_trex.py @@ -55,6 +55,11 @@ except ImportError: api_mod.STLVmFlowVarRepetableRandom = STLDummy api_mod.STLVmWrFlowVar = STLDummy api_mod.UDP = STLDummy + api_mod.bind_layers = STLDummy + api_mod.FlagsField = STLDummy + api_mod.Packet = STLDummy + api_mod.ThreeBytesField = STLDummy + api_mod.XByteField = STLDummy services_mod = ModuleType('trex_stl_lib.services') stl_lib_mod.services = services_mod -- cgit 1.2.3-korg