Modified testsuites to remove resource files
[osm/tests.git] / robot-systest / testsuite / k8s_07-dummy_helm.robot
index 811d14d..8669f07 100644 (file)
@@ -26,18 +26,39 @@ Resource   %{ROBOT_DEVOPS_FOLDER}/lib/connectivity_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot\r
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/k8scluster_lib.robot\r
 \r
-Variables   %{ROBOT_DEVOPS_FOLDER}/resources/k8s_07-dummy_helm_data.py\r
-\r
 Force Tags   k8s_07   cluster_k8s   daily   regression\r
 \r
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup\r
 \r
 \r
 *** Variables ***\r
+# VIM Configuration\r
+${vim_name}   k8s07_dummy\r
+${vim_user}   user\r
+${vim_password}   pass\r
+${vim_auth_url}   http://localhost/dummy\r
+${vim_tenant}   tenant\r
+${vim_account_type}   dummy\r
+\r
+# K8s cluster data\r
+${k8scluster_name}   k8s07\r
+${k8scluster_version}   v1\r
+${k8scluster_net}   null\r
+\r
+# NS and VNF descriptor package files\r
+${vnfd_pkg}   openldap_knf\r
+${nsd_pkg}   openldap_ns\r
+${vnfd_name}   openldap_knf\r
+${nsd_name}   openldap_ns\r
+\r
+# NS instance name\r
+${ns_name}   ldap\r
+\r
 ${ns_id}   ${EMPTY}\r
 ${ns_config}   ${EMPTY}\r
 ${publickey}   ${EMPTY}\r
 \r
+\r
 *** Test Cases ***\r
 Create Package For OpenLDAP CNF\r
     Create VNFD   '%{PACKAGES_FOLDER}/${vnfd_pkg}'\r