From 166e1b639a8cb3d95a6ebae325a4156c6df6c595 Mon Sep 17 00:00:00 2001 From: imarom Date: Tue, 1 Sep 2015 15:14:27 +0300 Subject: draft --- scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py | 2 +- scripts/automation/trex_control_plane/console/trex_status.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py b/scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py index 48ff231b..054dc1a2 100644 --- a/scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py +++ b/scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py @@ -12,7 +12,7 @@ class bcolors: GREEN = '\033[32m' YELLOW = '\033[93m' RED = '\033[31m' - MAGENTA = '\033[95m' + MAGENTA = '\033[35m' ENDC = '\033[0m' BOLD = '\033[1m' UNDERLINE = '\033[4m' diff --git a/scripts/automation/trex_control_plane/console/trex_status.py b/scripts/automation/trex_control_plane/console/trex_status.py index 8ee669b5..54853ea3 100644 --- a/scripts/automation/trex_control_plane/console/trex_status.py +++ b/scripts/automation/trex_control_plane/console/trex_status.py @@ -126,7 +126,7 @@ class TrexStatus(): self.max_x = self.stdscr.getmaxyx()[1] # create cls panel - self.main_panel = TrexStatusPanel(int(self.max_y * 0.8), self.max_x / 2, 0,0, "Trex Activity:") + self.main_panel = TrexStatusPanel(int(self.max_y * 0.8), self.max_x / 2, 0,0, "Trex Ports:") self.general_panel = TrexStatusPanel(int(self.max_y * 0.6), self.max_x / 2, 0, self.max_x /2, "General Statistics:") -- cgit 1.2.3-korg