diff options
author | Alec Hothan <ahothan@cisco.com> | 2020-04-27 14:11:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2020-04-27 14:11:30 +0000 |
commit | eb329de833ede827149d2ea440863a9a58aa75d5 (patch) | |
tree | e330f6f2918bf5d0219cc89f13778f79aa3badb1 /test/mock_trex.py | |
parent | ba7c812d8a4409c9840f65f7a776542dbdb2e711 (diff) | |
parent | f5dad1934237c978e802ea1fd941f5dc195c3011 (diff) |
Merge "[NFVBENCH-165] Use STLVmFixIpv4 to fix inner IP/UDP payload"
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 4f0271a..49fe5a9 100644 --- a/test/mock_trex.py +++ b/test/mock_trex.py @@ -52,6 +52,7 @@ except ImportError: api_mod.STLStream = STLDummy api_mod.STLTXCont = STLDummy api_mod.STLVmFixChecksumHw = STLDummy + api_mod.STLVmFixIpv4 = STLDummy api_mod.STLVmFlowVar = STLDummy api_mod.STLVmFlowVarRepeatableRandom = STLDummy api_mod.STLVmWrFlowVar = STLDummy |