Revert "Modified testsuites to remove resource files"
[osm/tests.git] / robot-systest / testsuite / quotas_01-quota_enforcement.robot
index c0a5043..339607d 100644 (file)
@@ -19,30 +19,19 @@ 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 ***
-# 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
+${success_return_code}   0
 ${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=
-
-# User name and password for project
-${user_name}   quotas_01_user
-${user_password}   quotas_01_pass
-
-${success_return_code}   0
-
+${vnfd_pkg}   %{PACKAGES_FOLDER}/${vnfd_name}
 
 *** Test Cases ***
 Create First Project With Quotas