diff options
author | Yichen Wang <yicwang@cisco.com> | 2020-04-17 16:06:40 -0700 |
---|---|---|
committer | Yichen Wang <yicwang@cisco.com> | 2020-04-26 12:56:19 -0700 |
commit | f5dad1934237c978e802ea1fd941f5dc195c3011 (patch) | |
tree | b541debba0640f783ef7a2604b3f307a6d827720 /test/mock_trex.py | |
parent | ae6e172471fef8bef60d497eedaf199966ffb799 (diff) |
[NFVBENCH-165] Use STLVmFixIpv4 to fix inner IP/UDP payload
Change-Id: Ib9a5defcf06a32dbd30215635778abcb438785b1
Signed-off-by: Yichen Wang <yicwang@cisco.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 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 |