From db0cc224d615a096e147b630a60b50e21a99c445 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Wed, 8 Mar 2017 01:25:25 +0200 Subject: Regression: fix Python3 list of ports, update trex21 benchmark, other minor changes Change-Id: Iad785f8c505af487e201751ad8a8bfb03205cb73 Signed-off-by: Yaroslav Brustinov --- scripts/automation/trex_control_plane/server/trex_server.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/automation/trex_control_plane') diff --git a/scripts/automation/trex_control_plane/server/trex_server.py b/scripts/automation/trex_control_plane/server/trex_server.py index bcbec069..ecc72bd0 100755 --- a/scripts/automation/trex_control_plane/server/trex_server.py +++ b/scripts/automation/trex_control_plane/server/trex_server.py @@ -42,7 +42,6 @@ logger = logging.getLogger('TRexServer') class CTRexServer(object): """This class defines the server side of the RESTfull interaction with TRex""" - DEFAULT_TREX_PATH = '/auto/proj-pcube-b/apps/PL-b/tools/bp_sim2/v1.55/' #'/auto/proj-pcube-b/apps/PL-b/tools/nightly/trex_latest' TREX_START_CMD = './t-rex-64' DEFAULT_FILE_PATH = '/tmp/trex_files/' -- cgit 1.2.3-korg