From be5cbb4162b88f311ae4712049698a779258c69d Mon Sep 17 00:00:00 2001 From: imarom Date: Tue, 2 Feb 2016 09:20:14 -0500 Subject: fix for Issue trex-176 --- scripts/automation/trex_control_plane/common/trex_streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/automation/trex_control_plane/common/trex_streams.py b/scripts/automation/trex_control_plane/common/trex_streams.py index caeaa8cf..9b10995b 100755 --- a/scripts/automation/trex_control_plane/common/trex_streams.py +++ b/scripts/automation/trex_control_plane/common/trex_streams.py @@ -518,6 +518,6 @@ class HACKSTLStream(STLStream): packet = CTRexPktBuilder() packet.load_from_stream_obj(stream_pack.stream) - super(HACKSTLStream, self).__init__(packet) + super(HACKSTLStream, self).__init__(packet, stream_id = stream_pack.stream_id) self.fields = stream_pack.stream -- cgit 1.2.3-korg