diff options
author | ahothan <ahothan@cisco.com> | 2018-11-20 09:52:00 -0800 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2018-11-20 10:09:21 -0800 |
commit | 8b1b3e5c7fb91f450b2abe4a8201bcfec14b2bb9 (patch) | |
tree | 56e00816633de94b848e2951673e52d56903f797 /test/mock_trex.py | |
parent | 4988edf6afb74026db81677f25877b27b8fcfc05 (diff) |
NFVBENCH-111 Add support for VxLAN3.0.0
Change-Id: I7d9d7ccb6be7445e625ec520d22c5f045b56d5ff
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'test/mock_trex.py')
-rw-r--r-- | test/mock_trex.py | 5 |
1 files changed, 5 insertions, 0 deletions
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 |