NFVBENCH-163: Add gratuitous ARP in case of L3 router mode
[nfvbench.git] / test / mock_trex.py
index 49fe5a9..ac7daf1 100644 (file)
@@ -43,6 +43,7 @@ except ImportError:
     api_mod.CTRexVmInsFixHwCs = STLDummy
     api_mod.Dot1Q = STLDummy
     api_mod.Ether = STLDummy
+    api_mod.ARP = STLDummy
     api_mod.IP = STLDummy
     api_mod.STLClient = STLDummy
     api_mod.STLFlowLatencyStats = STLDummy
@@ -51,10 +52,12 @@ except ImportError:
     api_mod.STLScVmRaw = STLDummy
     api_mod.STLStream = STLDummy
     api_mod.STLTXCont = STLDummy
+    api_mod.STLTXMultiBurst = STLDummy
     api_mod.STLVmFixChecksumHw = STLDummy
     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