X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcloudtaf.git;a=blobdiff_plain;f=testcases%2Fparallel_suites%2Fdanm_network_check.robot;fp=testcases%2Fparallel_suites%2Fdanm_network_check.robot;h=2c5cf3b2989cb9d35b34f42f74a68b9ef7a48e90;hp=0000000000000000000000000000000000000000;hb=af5eb3ff36b92ab1d9c156ffa0391eadc73eb6ba;hpb=025a45508d009db84c34076fb4a668f712628d6d diff --git a/testcases/parallel_suites/danm_network_check.robot b/testcases/parallel_suites/danm_network_check.robot new file mode 100644 index 0000000..2c5cf3b --- /dev/null +++ b/testcases/parallel_suites/danm_network_check.robot @@ -0,0 +1,29 @@ +*** Setting *** +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 ../danm_network_check/tc_001_danmnet_object_check.py +Library ../danm_network_check/tc_002_tenantnetwork_pod_check.py +Library ../danm_network_check/tc_003_clusternetwork_pod_check.py + +Test Timeout 12 minutes + +*** Test Cases *** +CAAS_DANM_001 + [Documentation] TC 001 Danmnet Check + [Tags] CI + tc_001_danmnet_object_check + +CAAS_DANM_002 + [Documentation] TC 002 Tenantnetwork Pod Check + [Tags] CI + tc_002_tenantnetwork_pod_check + +CAAS_DANM_003 + [Documentation] TC 003 Clusternetwork Pod Check + [Tags] CI + tc_003_clusternetwork_pod_check \ No newline at end of file