Append test-framework path before first imports from framework
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
8014f91c5a
commit
d5c39c8108
@ -10,10 +10,10 @@ import yaml
|
|||||||
import traceback
|
import traceback
|
||||||
from IPy import IP
|
from IPy import IP
|
||||||
|
|
||||||
from connection.ssh_executor import SshExecutor
|
|
||||||
|
|
||||||
sys.path.append(os.path.join(os.path.dirname(__file__), "../test-framework"))
|
sys.path.append(os.path.join(os.path.dirname(__file__), "../test-framework"))
|
||||||
|
|
||||||
|
from connection.ssh_executor import SshExecutor
|
||||||
|
|
||||||
from core.test_run_utils import TestRun
|
from core.test_run_utils import TestRun
|
||||||
from api.cas import installer
|
from api.cas import installer
|
||||||
from api.cas import casadm
|
from api.cas import casadm
|
||||||
|
Loading…
Reference in New Issue
Block a user