X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcloudtaf.git;a=blobdiff_plain;f=testcases%2Fparallel_suites%2Felasticity_test.robot;fp=testcases%2Fparallel_suites%2Felasticity_test.robot;h=4d09c90f67ba3384184f9c883eba0611ffbb07f4;hp=0000000000000000000000000000000000000000;hb=af5eb3ff36b92ab1d9c156ffa0391eadc73eb6ba;hpb=025a45508d009db84c34076fb4a668f712628d6d diff --git a/testcases/parallel_suites/elasticity_test.robot b/testcases/parallel_suites/elasticity_test.robot new file mode 100644 index 0000000..4d09c90 --- /dev/null +++ b/testcases/parallel_suites/elasticity_test.robot @@ -0,0 +1,24 @@ +*** Settings *** +Suite Setup Set Basic Connection ${cloudadmin} +Suite Teardown Close All Connections + +Library ../../libraries/common/stack_infos.py +Library ../../libraries/common/execute_command.py +Variables ../../libraries/common/users.py + +Library ../HPA_check/HPA_check.py +Library ../HPA_check/Custom_HPA_check.py + + +*** Test Cases *** +CAAS_ELASTICITY_001 + [Documentation] HPA check + [Tags] hpa CI + [Timeout] 7 minutes + HPA_check + +CAAS_ELASTICITY_002 + [Documentation] Custom HPA check + [Tags] hpa CI + [Timeout] 9 minutes + Custom_HPA_check