X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fquotas_01-quota_enforcement.robot;h=c0a5043cebdace87d300a4533c07ed99211b29eb;hb=12136271111872aef81e5473c5c25ae2b3599403;hp=339607dd8342afd6a282ca821cd5a6c8628aa861;hpb=5d3bce628e7caa587a3a45334bc91a9237717e30;p=osm%2Ftests.git diff --git a/robot-systest/testsuite/quotas_01-quota_enforcement.robot b/robot-systest/testsuite/quotas_01-quota_enforcement.robot index 339607d..c0a5043 100644 --- a/robot-systest/testsuite/quotas_01-quota_enforcement.robot +++ b/robot-systest/testsuite/quotas_01-quota_enforcement.robot @@ -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