summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-04-14 23:47:34 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-04-14 23:47:34 +0300
commit13b8238b159b30af8ecfcd12eddbb694c218b800 (patch)
treee80cda4ccbbe88027520921fcea97e1c3110250f /scripts/automation/trex_control_plane
parentb577ba683afb5d31858b95bd0a9a9c479752c498 (diff)
parent8decca771f657c0081953daed12b862568104b3b (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'scripts/automation/trex_control_plane')
-rw-r--r--scripts/automation/trex_control_plane/stl/console/trex_tui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/console/trex_tui.py b/scripts/automation/trex_control_plane/stl/console/trex_tui.py
index 331baec9..effcf55e 100644
--- a/scripts/automation/trex_control_plane/stl/console/trex_tui.py
+++ b/scripts/automation/trex_control_plane/stl/console/trex_tui.py
@@ -73,7 +73,7 @@ class TrexTUIDashBoard(TrexTUIPanel):
self.key_actions['o'] = {'action': self.action_show_owned, 'legend': 'owned ports', 'show': True}
self.key_actions['a'] = {'action': self.action_show_all, 'legend': 'all ports', 'show': True}
- self.ports_filter = self.FILTER_ACQUIRED
+ self.ports_filter = self.FILTER_ALL
def get_ports (self):