diff options
author | imarom <imarom@cisco.com> | 2016-08-07 10:58:07 +0300 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-08-07 11:47:36 +0300 |
commit | 384a2f8e5ceca4279a9e7a1bce5a3ca9697c294b (patch) | |
tree | aedff9df79274a25bc9319857602bdb3b4fa7637 /scripts/automation/trex_control_plane | |
parent | e946a09e5237da5d87048c0f07e0685a99ba193c (diff) |
random tests are now provided with seed
Diffstat (limited to 'scripts/automation/trex_control_plane')
-rwxr-xr-x | scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py | 6 |
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, |