Feature 11001: Robot framework linting for E2E tests
[osm/tests.git] / robot-systest / resources / basic_08-disable_port_security_network_level_data.py
index 7fd16ba..97d3112 100644 (file)
 import os
 from pathlib import Path
 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
 
 
-# VIM Configuration
+# Variables to be used by the testsuite
 vim_account_type = "openstack"
 vim_name = "basic_08_vim_test"
+vim_user = ""
+vim_password = ""
+vim_auth_url = ""
+vim_tenant = ""
+vim_config = ""
 
 # Get credentials from Openstack clouds file
 cloud, os_cloud = get_values_from_cloud()