Add unit test file for DurationRunner
[yardstick.git] / yardstick / network_services / traffic_profile / ixia_rfc2544.py
index 73806f9..e105c2f 100644 (file)
@@ -95,7 +95,6 @@ class IXIARFC2544Profile(TrexProfile):
                 if not profile_data:
                     continue
                 self.profile_data = profile_data
-                self.get_streams(self.profile_data)
                 self.full_profile.update({vld_id: self.profile_data})
                 for intf in intfs:
                     yield traffic_generator.vnfd_helper.port_num(intf)