summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-02-02 19:11:25 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2016-02-02 19:11:25 +0200
commit0603b286dc56d13e8491e39717449fab44a4346a (patch)
treea700e06131b1383cc4a73f522f38b52d7c92cbf4 /scripts/automation/trex_control_plane
parent88bd6a73ac4d68323951fdb92ae905e35d0e52e0 (diff)
parentbe5cbb4162b88f311ae4712049698a779258c69d (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'scripts/automation/trex_control_plane')
-rwxr-xr-xscripts/automation/trex_control_plane/common/trex_streams.py2
1 files changed, 1 insertions, 1 deletions
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