Modified testsuites to remove resource files
[osm/tests.git] / robot-systest / testsuite / quotas_01-quota_enforcement.robot
index 339607d..c0a5043 100644 (file)
@@ -19,19 +19,30 @@ Library   Collections
 
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/project_lib.robot
 
-Variables   %{ROBOT_DEVOPS_FOLDER}/resources/quotas_01-quota_enforcement_data.py
-
 Force Tags   quotas_01   cluster_main   daily   regression
 
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
 
 *** Variables ***
-${success_return_code}   0
+# VNFD package to use during test
+${vnfd_name}   hackfest_basic_vnf
+${vnfd_pkg}   %{PACKAGES_FOLDER}/${vnfd_name}
+
+# Project names and quotas to use
+${project_1_name}   quotas_01_proj_1
+${project_2_name}   quotas_01_proj_2
+${project_3_name}   quotas_01_proj_3
 ${project_1_quotas}   vnfds=1,nsds=2,ns_instances=3
 ${project_2_quotas}   vnfds=1,nsds=1,ns_instances=1
 ${project_3_quotas}   vnfds=5,nsds=,ns_instances=
-${vnfd_pkg}   %{PACKAGES_FOLDER}/${vnfd_name}
+
+# User name and password for project
+${user_name}   quotas_01_user
+${user_password}   quotas_01_pass
+
+${success_return_code}   0
+
 
 *** Test Cases ***
 Create First Project With Quotas