From fc792bba0bfaaaeca8a9a1b6ca47c9cd9303d41f Mon Sep 17 00:00:00 2001 From: fmenguy Date: Thu, 11 Mar 2021 20:33:36 +0100 Subject: NFVBENCH-205 - Add behave tests for characterization and non-regression Change-Id: I708eee21a9fd11e7a276707fb0b43d8598381ce7 Signed-off-by: fmenguy --- test/mock_trex.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 -- cgit 1.2.3-korg