aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/network_services/traffic_profile/prox_ramp.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/network_services/traffic_profile/prox_ramp.py')
-rw-r--r--yardstick/network_services/traffic_profile/prox_ramp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yardstick/network_services/traffic_profile/prox_ramp.py b/yardstick/network_services/traffic_profile/prox_ramp.py
index 0f7995c1d..2aeab9aff 100644
--- a/yardstick/network_services/traffic_profile/prox_ramp.py
+++ b/yardstick/network_services/traffic_profile/prox_ramp.py
@@ -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")