X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fnetwork_services%2Ftraffic_profile%2Fprox_ACL.py;h=7a228001673ff80539bd8c552fcf569c7dcb511b;hb=b820c1335b9a3fa84125e95d1345d6abf8033d50;hp=7f2255d99c4b0b60890b8455a036c22fd7032a28;hpb=b00112e33caffee6b6b01402537e68007fdc8cb2;p=yardstick.git diff --git a/yardstick/network_services/traffic_profile/prox_ACL.py b/yardstick/network_services/traffic_profile/prox_ACL.py index 7f2255d99..7a2280016 100644 --- a/yardstick/network_services/traffic_profile/prox_ACL.py +++ b/yardstick/network_services/traffic_profile/prox_ACL.py @@ -45,7 +45,8 @@ class ProxACLProfile(ProxProfile): test_value = self.upper_bound # throughput and packet loss from the last successful test for _ in range(self.prox_config["attempts"]): - result, port_samples = traffic_gen.run_test(pkt_size, duration, - test_value, self.tolerated_loss) + result, port_samples = self._profile_helper.run_test(pkt_size, duration, + test_value, self.tolerated_loss) + samples = result.get_samples(pkt_size, result.pkt_loss, port_samples) self.queue.put(samples)