From 69e5a5c6b94175ece07b247af1b5ca6c0cfdf0e9 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Fri, 5 Feb 2016 17:39:09 +0200 Subject: HLTAPI update + HLT packet builder functional tests (no simulation) --- scripts/automation/trex_control_plane/common/trex_streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/common') diff --git a/scripts/automation/trex_control_plane/common/trex_streams.py b/scripts/automation/trex_control_plane/common/trex_streams.py index 238c89f3..c1f1bfa6 100755 --- a/scripts/automation/trex_control_plane/common/trex_streams.py +++ b/scripts/automation/trex_control_plane/common/trex_streams.py @@ -510,7 +510,7 @@ class STLStream(object): x = yaml.dump(yaml_lst, default_flow_style=False) with open(yaml_file, 'w') as f: f.write(x) - + return x # REMOVE ME when can - convert from stream pack to a simple stream -- cgit 1.2.3-korg