few fixes
authorimarom <[email protected]>
Mon, 8 Feb 2016 11:10:11 +0000 (06:10 -0500)
committerimarom <[email protected]>
Mon, 8 Feb 2016 11:10:11 +0000 (06:10 -0500)
scripts/api/stl/examples/stl_path.py
scripts/api/stl/examples/stl_simple_burst.py

index e005658..a5b8102 100644 (file)
@@ -1,2 +1,4 @@
 import sys
+
+# FIXME to the write path for trex_control_plane
 sys.path.insert(0, "../../../automation")
index 2ccd01c..91fc9e5 100644 (file)
@@ -21,11 +21,6 @@ def simple_burst ():
                        mode = STLTXSingleBurst(total_pkts = 3000),
                        next_stream_id = s1.get_id())
 
-        STLStream.dump_to_yaml([s1, s2], '1.yaml')
-        stream_list = STLStream.load_from_yaml('1.yaml')
-        print s2
-        print stream_list[1]
-        exit(0)
         # connect to server
         c.connect()