Merge "Add "host_name_separator" variable to Context class"
[yardstick.git] / yardstick / network_services / traffic_profile / base.py
index 162bab2..9eba550 100644 (file)
@@ -44,7 +44,7 @@ class TrafficProfile(object):
         # IMIX = {"10K": 0.1, "100M": 0.5}
         self.params = tp_config
 
-    def execute_traffic(self, traffic_generator):
+    def execute_traffic(self, traffic_generator, **kawrgs):
         """ This methods defines the behavior of the traffic generator.
         It will be called in a loop until the traffic generator exits.