robot tcs, test charts, robot container added
[ta/cloudtaf.git] / testcases / parallel_suites / ssh_check.robot
1 *** Setting ***
2 Suite Setup    Set Basic Connection  ${cloudadmin}
3 Suite Teardown    Close All Connections
4
5 Library     ../../libraries/common/stack_infos.py
6 Library     ../../libraries/common/execute_command.py
7 Variables   ../../libraries/common/users.py
8
9 Library     ../basic_func_tests/tc_002_pod_health_check.py
10 Library     ../basic_func_tests/tc_003_test_registry.py
11 Library     ../basic_func_tests/tc_004_ssh_file_check.py
12 Library     ../basic_func_tests/tc_005_ssh_dns_server_check.py
13 Library     ../basic_func_tests/tc_006_ssh_test_ext_ntp.py
14 Library     ../basic_func_tests/tc_007_ssh_test_overlay_quota.py
15 Library     ../fluentd/tc_001_ssh_test_fluentd_logging.py
16 Library     ../fluentd/tc_002_elasticsearch_storage_check.py
17 Library     ../basic_func_tests/tc_008_storage_check.py
18
19
20 Test Timeout    3 minutes
21
22 *** Test Cases ***
23 CAAS_BASIC_FUNC_001
24     [Documentation]    TC 008 Storage Check
25     [Tags]    CI
26     [Timeout]    20 minutes
27     tc_008_storage_check
28
29 CAAS_BASIC_FUNC_002
30     [Documentation]    TC 002 pod health check
31     [Tags]    CI
32     [Timeout]    5 minutes
33     tc_002_pod_health_check
34
35 CAAS_BASIC_FUNC_003
36     [Documentation]    TC 003 test_registry
37     [Tags]    CI
38     tc_003_test_registry
39
40 CAAS_BASIC_FUNC_004
41     [Documentation]    TC 004 SSH file check
42     [Tags]    CI
43     tc_004_ssh_file_check
44
45 CAAS_BASIC_FUNC_005
46     [Documentation]    TC 005 SSH DNS server check
47     [Tags]    CI
48     tc_005_ssh_dns_server_check
49
50 CAAS_BASIC_FUNC_006
51     [Documentation]    TC 006 SSH Test Ext Ntp
52     [Tags]    CI
53     tc_006_ssh_test_ext_ntp
54
55 CAAS_BASIC_FUNC_007
56     [Documentation]    TC 007 SSH Test Overlay Quota
57     [Tags]    CI
58     tc_007_ssh_test_overlay_quota
59
60 CAAS_FLUENTD_001
61     [Documentation]    TC 001 ssh test fluentd logging
62     [Tags]    CI
63     tc_001_ssh_test_fluentd_logging