Add vBNG test cases stats processing functionality
[yardstick.git] / yardstick / network_services / vnf_generic / vnf / tg_ping.py
index 4050dc6..a989543 100644 (file)
@@ -71,7 +71,7 @@ class PingResourceHelper(ClientResourceHelper):
         self._queue = Queue()
         self._parser = PingParser(self._queue)
 
-    def run_traffic(self, traffic_profile, *args):
+    def run_traffic(self, traffic_profile):
         # drop the connection in order to force a new one
         self.ssh_helper.drop_connection()