From 1365e88a55a8649e33d11f3d27f2fb1964bfae00 Mon Sep 17 00:00:00 2001 From: Deepak S Date: Thu, 9 Mar 2017 19:56:30 +0530 Subject: Bug Fix: force the network to attacht to trex to start the traffic Change-Id: I73744a9e0f1830688a171f3f28044926b13f8a43 Signed-off-by: Deepak S --- yardstick/network_services/traffic_profile/fixed.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'yardstick/network_services/traffic_profile/fixed.py') diff --git a/yardstick/network_services/traffic_profile/fixed.py b/yardstick/network_services/traffic_profile/fixed.py index a456c2bd7..ebc1e61f2 100644 --- a/yardstick/network_services/traffic_profile/fixed.py +++ b/yardstick/network_services/traffic_profile/fixed.py @@ -43,7 +43,8 @@ class FixedProfile(TrafficProfile): self._create_stream(src_ip, dst_ip), ports=[ports]) - traffic_generator.client.start(ports=traffic_generator.my_ports) + traffic_generator.client.start(ports=traffic_generator.my_ports, + force=True) self.first_run = False def _create_stream(self, src_ip, dst_ip): -- cgit 1.2.3-korg