diff options
author | imarom <imarom@cisco.com> | 2017-02-05 14:46:42 +0200 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2017-02-05 14:47:51 +0200 |
commit | 3b430b906317d4114e5ebe3e35bdd0ac430a463a (patch) | |
tree | ce47b720132acf6c323962c05d751b51925e361d /scripts/automation/trex_control_plane | |
parent | 78c0502f5935ae575d0d89d201c1de83afd05fae (diff) |
test breakage on csi-trex-06
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'scripts/automation/trex_control_plane')
-rwxr-xr-x | scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py index edffc5d0..492dba68 100755 --- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py +++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py @@ -1395,7 +1395,7 @@ class STLClient(object): def get_service_enabled_ports(self): return [port_id for port_id, port_obj in self.ports.items() - if port_obj.is_acquired() and port_obj.is_service_mode_on()] + if port_obj.is_service_mode_on()] # get paused ports |