diff options
Diffstat (limited to 'test')
-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 ac7daf1..cb8a081 100644 --- a/test/mock_trex.py +++ b/test/mock_trex.py @@ -45,6 +45,7 @@ except ImportError: api_mod.Ether = STLDummy api_mod.ARP = STLDummy api_mod.IP = STLDummy + api_mod.ARP = STLDummy api_mod.STLClient = STLDummy api_mod.STLFlowLatencyStats = STLDummy api_mod.STLFlowStats = STLDummy |