summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-08-07 10:58:07 +0300
committerimarom <imarom@cisco.com>2016-08-07 11:47:36 +0300
commit384a2f8e5ceca4279a9e7a1bce5a3ca9697c294b (patch)
treeaedff9df79274a25bc9319857602bdb3b4fa7637 /scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
parente946a09e5237da5d87048c0f07e0685a99ba193c (diff)
random tests are now provided with seed
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py')
-rwxr-xr-xscripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
index e9451940..fc0bc78c 100755
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
@@ -918,9 +918,9 @@ class STLProfile(object):
imp.reload(module) # reload the update
t = STLProfile.get_module_tunables(module)
- for arg in kwargs:
- if not arg in t:
- raise STLError("Profile {0} does not support tunable '{1}' - supported tunables are: '{2}'".format(python_file, arg, t))
+ #for arg in kwargs:
+ # if not arg in t:
+ # raise STLError("Profile {0} does not support tunable '{1}' - supported tunables are: '{2}'".format(python_file, arg, t))
streams = module.register().get_streams(direction = direction,
port_id = port_id,