diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-02-11 12:54:12 +0200 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-02-11 12:54:12 +0200 |
commit | a66529ec065cf0745618c0f065d491b9fcca4e53 (patch) | |
tree | 7a5389f717a89dd8dd69ba73e9c1ebe96710c3ec /scripts/automation | |
parent | 9adfbada8a429dcdd7bf95d9b52d28bb3448e1d4 (diff) |
hltapi did not commit
Diffstat (limited to 'scripts/automation')
-rwxr-xr-x | scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_hltapi.py | 9 |
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): |