From 5baff6620aee46376023b209c7d11c56a7c5181a Mon Sep 17 00:00:00 2001 From: ahothan Date: Fri, 9 Feb 2018 13:17:08 -0800 Subject: [NFVBENCH-65] 1.2.2: AttributeError: 'RunningTrafficProfile' object has no attribute 'software_mode' Fix exception Change-Id: Id95c31d8ba999e0da39fa07c4e31e696da89d98e Signed-off-by: ahothan --- nfvbench/traffic_gen/traffic_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nfvbench/traffic_gen/traffic_base.py') diff --git a/nfvbench/traffic_gen/traffic_base.py b/nfvbench/traffic_gen/traffic_base.py index 817ecc8..c2ac8d0 100644 --- a/nfvbench/traffic_gen/traffic_base.py +++ b/nfvbench/traffic_gen/traffic_base.py @@ -58,7 +58,7 @@ class AbstractTrafficGenerator(object): return None @abc.abstractmethod - def create_traffic(self): + def create_traffic(self, l2frame_size, rates, bidirectional, latency=True): # Must be implemented by sub classes return None -- cgit 1.2.3-korg