Append test-framework path before first imports from framework

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2019-10-29 08:52:32 +01:00
parent 8014f91c5a
commit d5c39c8108

View File

@ -10,10 +10,10 @@ import yaml
import traceback
from IPy import IP
from connection.ssh_executor import SshExecutor
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 api.cas import installer
from api.cas import casadm