robot tcs, test charts, robot container added
[ta/cloudtaf.git] / testcases / parallel_suites / elasticity_test.robot
diff --git a/testcases/parallel_suites/elasticity_test.robot b/testcases/parallel_suites/elasticity_test.robot
new file mode 100644 (file)
index 0000000..4d09c90
--- /dev/null
@@ -0,0 +1,24 @@
+*** Settings ***\r
+Suite Setup       Set Basic Connection    ${cloudadmin}\r
+Suite Teardown    Close All Connections\r
+\r
+Library           ../../libraries/common/stack_infos.py\r
+Library           ../../libraries/common/execute_command.py\r
+Variables         ../../libraries/common/users.py\r
+\r
+Library           ../HPA_check/HPA_check.py\r
+Library           ../HPA_check/Custom_HPA_check.py\r
+\r
+\r
+*** Test Cases ***\r
+CAAS_ELASTICITY_001\r
+    [Documentation]    HPA check\r
+    [Tags]   hpa    CI\r
+    [Timeout]    7 minutes\r
+    HPA_check\r
+\r
+CAAS_ELASTICITY_002\r
+    [Documentation]    Custom HPA check\r
+    [Tags]   hpa    CI\r
+    [Timeout]    9 minutes\r
+    Custom_HPA_check\r