summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_hltapi.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-02-11 12:54:12 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2016-02-11 12:54:12 +0200
commita66529ec065cf0745618c0f065d491b9fcca4e53 (patch)
tree7a5389f717a89dd8dd69ba73e9c1ebe96710c3ec /scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_hltapi.py
parent9adfbada8a429dcdd7bf95d9b52d28bb3448e1d4 (diff)
hltapi did not commit
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_hltapi.py')
-rwxr-xr-xscripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_hltapi.py9
1 files changed, 2 insertions, 7 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_hltapi.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_hltapi.py
index 0afc75e7..65aaa1c5 100755
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_hltapi.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_hltapi.py
@@ -126,15 +126,10 @@ traffic_stats_kwargs = {
import sys
import os
-
-CURRENT_PATH = os.path.dirname(os.path.realpath(__file__))
-sys.path.append(os.path.join(CURRENT_PATH, '../stl/'))
-
-from trex_stl_lib.api import *
-
-from utils.common import get_number
import socket
import copy
+from trex_stl_lib.api import *
+from utils.common import get_number
class HLT_ERR(dict):