Merge "Change "KubernetesObject" class name to "ReplicationController""
[yardstick.git] / yardstick / network_services / traffic_profile / prox_ramp.py
index 0f7995c..2aeab9a 100644 (file)
@@ -39,8 +39,8 @@ class ProxRampProfile(ProxProfile):
         LOG.info("Testing with packet size %d", pkt_size)
 
         for test_value in self.bounds_iterator(LOG):
-            test_result = traffic_gen.resource_helper.run_test(pkt_size, duration,
-                                                               test_value, self.tolerated_loss)
+            test_result = self._profile_helper.run_test(pkt_size, duration,
+                                                        test_value, self.tolerated_loss)
 
             if not test_result.success:
                 LOG.debug("Failure... stopping")