diff options
author | imarom <imarom@cisco.com> | 2016-02-21 08:34:28 -0500 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-02-23 03:08:00 -0500 |
commit | bc7f0b85b85a8deb6bc58bcca32ff11d9289cd92 (patch) | |
tree | c6a12c9f126f6b74acb6ce740e134dd00e746679 /scripts/automation/trex_control_plane/stl/examples | |
parent | a88db6885843221757f3cfb4bb3b2e74f57395bb (diff) |
rate per stream
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/examples')
-rw-r--r-- | scripts/automation/trex_control_plane/stl/examples/stl_imix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/examples/stl_imix.py b/scripts/automation/trex_control_plane/stl/examples/stl_imix.py index b9fbbbb6..e3c01ca9 100644 --- a/scripts/automation/trex_control_plane/stl/examples/stl_imix.py +++ b/scripts/automation/trex_control_plane/stl/examples/stl_imix.py @@ -35,7 +35,7 @@ def imix_test (): dir_1 = table['dir'][1] # load IMIX profile - profile = STLProfile.load_py('../../../../stl/profiles/imix.py') + profile = STLProfile.load_py('../../../../stl/imix.py') streams = profile.get_streams() # add both streams to ports |