From d9e19ba46d441b8e208f223add5a612183e5157c Mon Sep 17 00:00:00 2001 From: imarom Date: Mon, 13 Feb 2017 08:43:39 +0200 Subject: TX feature - draft Signed-off-by: imarom --- .../automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib') 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 e8feebbd..a3e04ab6 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 @@ -3271,10 +3271,6 @@ class STLClient(object): tx_ports = tx_ports if tx_ports is not None else [] rx_ports = rx_ports if rx_ports is not None else [] - # TODO: remove this when TX is implemented - if tx_ports: - raise STLError('TX port capturing is not yet implemented') - # check arguments tx_ports = self._validate_port_list(tx_ports, allow_empty = True) rx_ports = self._validate_port_list(rx_ports, allow_empty = True) -- cgit 1.2.3-korg