Merge "[docs] Transition to local docs build job."
[yardstick.git] / yardstick / network_services / traffic_profile / base.py
index 4fbceea..ea3f178 100644 (file)
@@ -97,6 +97,9 @@ class TrafficProfile(object):
         self.params = tp_config
         self.config = TrafficProfileConfig(tp_config)
 
+    def is_ended(self):
+        return False
+
     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.