robot tcs, test charts, robot container added
[ta/cloudtaf.git] / testcases / parallel_suites / elasticity_test.robot
1 *** Settings ***\r
2 Suite Setup       Set Basic Connection    ${cloudadmin}\r
3 Suite Teardown    Close All Connections\r
4 \r
5 Library           ../../libraries/common/stack_infos.py\r
6 Library           ../../libraries/common/execute_command.py\r
7 Variables         ../../libraries/common/users.py\r
8 \r
9 Library           ../HPA_check/HPA_check.py\r
10 Library           ../HPA_check/Custom_HPA_check.py\r
11 \r
12 \r
13 *** Test Cases ***\r
14 CAAS_ELASTICITY_001\r
15     [Documentation]    HPA check\r
16     [Tags]   hpa    CI\r
17     [Timeout]    7 minutes\r
18     HPA_check\r
19 \r
20 CAAS_ELASTICITY_002\r
21     [Documentation]    Custom HPA check\r
22     [Tags]   hpa    CI\r
23     [Timeout]    9 minutes\r
24     Custom_HPA_check\r