Feature 11001: Robot framework linting for E2E tests
[osm/tests.git] / robot-systest / resources / basic_01-crud_operations_on_vim_targets_data.py
index ea31ace..0a2e1e2 100644 (file)
 
 import os
 import yaml
-from get_clouds_yaml_info import get_values_from_cloud, get_vim_values
+from .get_clouds_yaml_info import get_values_from_cloud, get_vim_values
 
 
+# Variables to be used by the testsuite
+vim_account_type = ""
+vim_name_prefix = ""
+vim_user = ""
+vim_password = ""
+vim_auth_url = ""
+vim_tenant = ""
+vim_config = ""
+
 # VIM configuration
 cloud_type = os.environ.get("CLOUD_TYPE", "openstack")
 if cloud_type == "openstack":