From ca0afa46139de74dfdd9f018b9e3dd0782e9dbfb Mon Sep 17 00:00:00 2001 From: "Mytnyk, Volodymyr" Date: Tue, 5 Feb 2019 11:48:01 +0200 Subject: Migrate Trex TG to use new NSPerf-RFC2544 scenario JIRA: YARDSTICK-1592 Change-Id: Ic51a52385ac53df9b5f56387af4f1b661bb0d86f Signed-off-by: Mytnyk, Volodymyr --- yardstick/network_services/traffic_profile/ixia_rfc2544.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'yardstick/network_services/traffic_profile/ixia_rfc2544.py') diff --git a/yardstick/network_services/traffic_profile/ixia_rfc2544.py b/yardstick/network_services/traffic_profile/ixia_rfc2544.py index ab347bcfe..c4664a36a 100644 --- a/yardstick/network_services/traffic_profile/ixia_rfc2544.py +++ b/yardstick/network_services/traffic_profile/ixia_rfc2544.py @@ -28,7 +28,6 @@ class IXIARFC2544Profile(trex_traffic_profile.TrexProfile): UPLINK = 'uplink' DOWNLINK = 'downlink' DROP_PERCENT_ROUND = 6 - RATE_ROUND = 5 STATUS_SUCCESS = "Success" STATUS_FAIL = "Failure" @@ -171,10 +170,6 @@ class IXIARFC2544Profile(trex_traffic_profile.TrexProfile): self.ports = [port for port in port_generator()] - def _get_next_rate(self): - rate = round(float(self.max_rate + self.min_rate)/2.0, self.RATE_ROUND) - return rate - def _get_framesize(self): framesizes = [] traffic = self._get_ixia_traffic_profile(self.full_profile) -- cgit 1.2.3-korg