diff --git a/framework/test_framework.py b/framework/test_framework.py index b52d1ca..4ede477 100644 --- a/framework/test_framework.py +++ b/framework/test_framework.py @@ -13,6 +13,9 @@ import constants as cons import connection +script_dir = os.path.dirname(os.path.abspath(__file__)) +os.chdir(script_dir) + test_config = { 'platform': '', 'nix_file': '',