blob: ca4f084f0fef666a92d8bb574c0d391e37c2b2e6 [file] [log] [blame]
DR695Hccff30b2017-02-17 18:44:24 -05001*** Settings ***
GuangrongFud5bc0b82018-10-16 17:59:57 +08002Documentation Testing ecomp components are available via calls.
DR695Hccff30b2017-02-17 18:44:24 -05003...
GuangrongFud5bc0b82018-10-16 17:59:57 +08004... Testing ecomp components are available via calls.
yangyana779b7c2019-05-20 12:04:16 +08005Test Timeout 20 second
DR695Hccff30b2017-02-17 18:44:24 -05006Resource ../resources/dcae_interface.robot
7Resource ../resources/sdngc_interface.robot
8Resource ../resources/aai/aai_interface.robot
9Resource ../resources/vid/vid_interface.robot
10Resource ../resources/policy_interface.robot
Brian Freeman391680a2018-08-11 15:20:58 -050011Resource ../resources/so_interface.robot
DR695Hccff30b2017-02-17 18:44:24 -050012Resource ../resources/asdc_interface.robot
13Resource ../resources/appc_interface.robot
14Resource ../resources/portal_interface.robot
15Resource ../resources/mr_interface.robot
pkaras2771fda2019-04-10 11:56:50 +020016Resource ../resources/bc_interface.robot
DR695Hccff30b2017-02-17 18:44:24 -050017Resource ../resources/aaf_interface.robot
Gary Wu26dd72a2017-10-17 12:27:22 -070018Resource ../resources/msb_interface.robot
Gary Wuba8f94d2017-10-23 09:51:13 -070019Resource ../resources/clamp_interface.robot
Brian Freemanf508ab22018-03-15 21:19:41 -050020Resource ../resources/test_templates/model_test_template.robot
mrichomme547e3112018-04-13 16:44:04 +020021Resource ../resources/nbi_interface.robot
Kanagaraj Manickam k00365106bbc13952018-04-16 11:20:21 +053022Resource ../resources/cli_interface.robot
Kanagaraj Manickam k003651067ac93c22018-04-19 11:20:17 +053023Resource ../resources/vnfsdk_interface.robot
Neal Chatterleye908d992018-04-18 18:19:39 +000024Resource ../resources/log_interface.robot
Eric Debeau9045a1e2018-04-24 17:22:41 +000025Resource ../resources/oof_interface.robot
Kiran Kamineni09edd942018-05-10 13:50:33 -070026Resource ../resources/sms_interface.robot
econward7400a12018-09-03 13:47:00 +000027Resource ../resources/dr_interface.robot
Ubuntua4e34002018-09-20 22:49:52 +000028Resource ../resources/pomba_interface.robot
GuangrongFud5bc0b82018-10-16 17:59:57 +080029Resource ../resources/holmes_interface.robot
DR695H288e86f2019-06-17 15:19:58 -040030
DR695Hccff30b2017-02-17 18:44:24 -050031
mrichommee2f54b42018-03-08 17:45:49 +010032*** Test Cases ***
DR695Hccff30b2017-02-17 18:44:24 -050033Basic A&AI Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050034 [Tags] health core health-aai
mrichommee2f54b42018-03-08 17:45:49 +010035 Run A&AI Health Check
DR695Hccff30b2017-02-17 18:44:24 -050036
Brian Freemana966f032018-04-30 14:01:14 -050037Basic AAF Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050038 [Tags] health small health-aaf
Brian Freemana966f032018-04-30 14:01:14 -050039 Run AAF Health Check
40
Kiran Kaminenie4eed3a2019-04-24 11:46:31 -070041Basic AAF SMS Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050042 [Tags] health small health-aaf
Gildas Lanilis9bb827f2018-05-14 08:32:40 -070043 Run SMS Health Check
gwu1ecd8712018-07-13 08:10:18 -070044
mrichommee2f54b42018-03-08 17:45:49 +010045Basic APPC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050046 [Tags] health small health-appc
DR695Hccff30b2017-02-17 18:44:24 -050047 Run APPC Health Check
mrichommee2f54b42018-03-08 17:45:49 +010048
Gildas Lanilis398dd402018-04-23 15:58:24 -070049Basic CLI Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050050 [Tags] health small health-cli
Gildas Lanilis398dd402018-04-23 15:58:24 -070051 Run CLI Health Check
52
Gildas Lanilis62174d92018-04-09 15:33:21 -070053Basic CLAMP Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050054 [Tags] health medium health-clamp
Gildas Lanilis62174d92018-04-09 15:33:21 -070055 Run CLAMP Health Check
mrichommee2f54b42018-03-08 17:45:49 +010056
Gildas Lanilis62174d92018-04-09 15:33:21 -070057Basic DCAE Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050058 [Tags] health medium health-dcae
Gildas Lanilis62174d92018-04-09 15:33:21 -070059 Run DCAE Health Check
60
econward7400a12018-09-03 13:47:00 +000061Basic DMAAP Data Router Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050062 [Tags] health datarouter health-dmaap
econward7400a12018-09-03 13:47:00 +000063 Run DR Health Check
64
Gildas Lanilis62174d92018-04-09 15:33:21 -070065Basic DMAAP Message Router Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050066 [Tags] health core health-dmaap
mrichommee2f54b42018-03-08 17:45:49 +010067 Run MR Health Check
68
Brian Freeman19a4d2d2018-11-30 13:03:52 -050069Basic DMAAP Message Router PubSub Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050070 [Tags] healthmr health-dmaap
Brian Freeman19a4d2d2018-11-30 13:03:52 -050071 [Timeout] 30
72 Run MR PubSub Health Check
73
pkaras2771fda2019-04-10 11:56:50 +020074Basic DMAAP Bus Controller Health Check With Basic Auth
Brian Freemanc7db27a2019-04-26 12:16:34 -050075 [Tags] health health-dmaap
pkaras2771fda2019-04-10 11:56:50 +020076 Run BC Health Check With Basic Auth
77
Gildas Lanilis398dd402018-04-23 15:58:24 -070078Basic External API NBI Health Check
mrichommeca148ba2018-10-04 18:14:45 +020079 [Tags] health externalapi api small
Gildas Lanilis398dd402018-04-23 15:58:24 -070080 Run NBI Health Check
81
82Basic Log Elasticsearch Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050083 [Tags] health small oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070084 Run Log Elasticsearch Health Check
85
86Basic Log Kibana Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050087 [Tags] health small oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070088 Run Log Kibana Health Check
89
90Basic Log Logstash Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050091 [Tags] health small oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070092 Run Log Logstash Health Check
Gary Wu2e01cf62018-05-04 10:24:40 -070093
Gary Wu26dd72a2017-10-17 12:27:22 -070094Basic Microservice Bus Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050095 [Tags] health small health-msb
Gary Wu26dd72a2017-10-17 12:27:22 -070096 Run MSB Health Check
Gary Wu3a9cc242017-10-18 12:30:02 -070097
Gildas Lanilis62174d92018-04-09 15:33:21 -070098Basic Multicloud API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050099 [Tags] health multicloud small health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800100 Run MSB Get Request /api/multicloud/v0/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700101
Gildas Lanilis62174d92018-04-09 15:33:21 -0700102Basic Multicloud-ocata API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500103 [Tags] health multicloud small health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800104 Run MSB Get Request /api/multicloud-ocata/v0/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700105
Huang Haibin92eef942018-10-11 11:04:05 +0800106Basic Multicloud-pike API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500107 [Tags] health multicloud small health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800108 Run MSB Get Request /api/multicloud-pike/v0/swagger.json
Huang Haibin92eef942018-10-11 11:04:05 +0800109
Haibin Huangea7b4f72019-01-24 10:00:12 +0800110Basic Multicloud-starlingx API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500111 [Tags] health multicloud health-multicloud
Haibin Huangea7b4f72019-01-24 10:00:12 +0800112 Run MSB Get Request /api/multicloud-starlingx/v0/swagger.json
113
Gildas Lanilis62174d92018-04-09 15:33:21 -0700114Basic Multicloud-titanium_cloud API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500115 [Tags] health multicloud health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800116 Run MSB Get Request /api/multicloud-titaniumcloud/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700117
Gildas Lanilis62174d92018-04-09 15:33:21 -0700118Basic Multicloud-vio API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500119 [Tags] health multicloud health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800120 Run MSB Get Request /api/multicloud-vio/v0/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700121
Changjun Wangb3392952019-04-28 09:18:51 +0000122Basic Multicloud-thinkcloud API Health Check
mrichomme51db1172019-05-09 11:16:50 +0200123 [Tags] health multicloud health-multicloud
Changjun Wangb3392952019-04-28 09:18:51 +0000124 Run MSB Get Request /api/multicloud-thinkcloud/v0/swagger.json
125
Kiran Kamineni8a1d2112019-05-13 16:14:55 -0700126Basic Multicloud-k8s API Health Check
127 [Tags] health multicloud health-multicloud
128 Run MSB Get Request /api/multicloud-k8s/v1/v1/healthcheck
129
Eric Debeauca1b9c82018-04-24 20:41:02 +0000130Basic OOF-Homing Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500131 [Tags] health medium health-oof
Eric Debeauca1b9c82018-04-24 20:41:02 +0000132 Run OOF-Homing Health Check
133
134Basic OOF-SNIRO Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500135 [Tags] health medium health-oof
Eric Debeauca1b9c82018-04-24 20:41:02 +0000136 Run OOF-SNIRO Health Check
Eric Debeau9045a1e2018-04-24 17:22:41 +0000137
Jerry Flood0c3270c2018-11-01 12:46:55 -0400138Basic OOF-CMSO Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500139 [Tags] health medium health-oof
Jerry Flood0c3270c2018-11-01 12:46:55 -0400140 Run OOF-CMSO Health Check
141
Gildas Lanilis62174d92018-04-09 15:33:21 -0700142Basic Policy Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500143 [Tags] health medium health-policy
Gildas Lanilis62174d92018-04-09 15:33:21 -0700144 Run Policy Health Check
Bilal A461aa5b2019-05-06 14:00:57 -0400145 Run Policy API Healthcheck
146 Run Policy PAP Healthcheck
147 Run Policy Distribution Healthcheck
148 Run Policy XACML PDP Healthcheck
149 Run Policy APEX PDP Healthcheck
Gary Wu269bc1a2017-10-23 16:23:50 -0700150
Ubuntua4e34002018-09-20 22:49:52 +0000151Basic Pomba AAI-context-builder Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500152 [Tags] health oom health-pomba
Ubuntua4e34002018-09-20 22:49:52 +0000153 Run Pomba Aai Context Builder Health Check
154
155Basic Pomba SDC-context-builder Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500156 [Tags] health oom health-pomba
Ubuntua4e34002018-09-20 22:49:52 +0000157 Run Pomba Sdc Context Builder Health Check
158
159Basic Pomba Network-discovery-context-builder Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500160 [Tags] health oom health-pomba
Ubuntua4e34002018-09-20 22:49:52 +0000161 Run Pomba Network Discovery Context Builder Health Check
162
Leigh, Phillip (pl876u)d1ff3712019-03-20 17:27:22 -0400163Basic Pomba Service-Decomposition Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500164 [Tags] health oom health-pomba
Leigh, Phillip (pl876u)d1ff3712019-03-20 17:27:22 -0400165 Run Pomba Service Decomposition Health Check
166
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400167Basic Pomba Network-Discovery-MicroService Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500168 [Tags] health oom health-pomba
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400169 Run Pomba Network Discovery MicroService Health Check
170
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400171Basic Pomba Pomba-Kibana Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500172 [Tags] health oom health-pomba
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400173 Run Pomba Kibana Health Check
174
175Basic Pomba Elastic-Search Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500176 [Tags] health oom health-pomba
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400177 Run Pomba Elastic Search Health Check
Leigh, Phillip (pl876u)d1ff3712019-03-20 17:27:22 -0400178
Leigh, Phillip (pl876u)d49bf602019-03-26 12:10:15 -0400179Basic Pomba Sdnc-Context-Builder Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500180 [Tags] health oom health-pomba
Leigh, Phillip (pl876u)d49bf602019-03-26 12:10:15 -0400181 Run Pomba Sdnc Context Builder Health Check
182
183Basic Pomba Context-Aggregator Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500184 [Tags] health oom health-pomba
Leigh, Phillip (pl876u)d49bf602019-03-26 12:10:15 -0400185 Run Pomba Context Aggregator Health Check
186
Gildas Lanilis62174d92018-04-09 15:33:21 -0700187Basic Portal Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500188 [Tags] health core health-portal
Gildas Lanilis62174d92018-04-09 15:33:21 -0700189 Run Portal Health Check
Denes Nemeth5be4b582018-04-09 14:19:44 +0200190
Gildas Lanilis62174d92018-04-09 15:33:21 -0700191Basic SDC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500192 [Tags] health core health-sdc
Gildas Lanilis62174d92018-04-09 15:33:21 -0700193 Run ASDC Health Check
Gary Wu3a9cc242017-10-18 12:30:02 -0700194
Gildas Lanilis62174d92018-04-09 15:33:21 -0700195Basic SDNC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500196 [Tags] health core health-sdnc
Gildas Lanilis62174d92018-04-09 15:33:21 -0700197 Run SDNGC Health Check
Gary Wu269bc1a2017-10-23 16:23:50 -0700198
Gildas Lanilis62174d92018-04-09 15:33:21 -0700199Basic SO Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500200 [Tags] health core health-so
Brian Freeman391680a2018-08-11 15:20:58 -0500201 Run SO Global Health Check
Gildas Lanilis62174d92018-04-09 15:33:21 -0700202
203Basic UseCaseUI API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500204 [Tags] health api medium health-uui
GuangrongFud5bc0b82018-10-16 17:59:57 +0800205 Run MSB Get Request /iui/usecaseui/
Gary Wu78c5d792017-10-23 10:14:20 -0700206
Gildas Lanilis62174d92018-04-09 15:33:21 -0700207Basic VFC catalog API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500208 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800209 Run MSB Get Request /api/catalog/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700210
211Basic VFC emsdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500212 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800213 Run MSB Get Request /api/emsdriver/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700214
215Basic VFC gvnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500216 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800217 Run MSB Get Request /api/gvnfmdriver/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700218
Gildas Lanilis398dd402018-04-23 15:58:24 -0700219Basic VFC huaweivnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500220 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800221 Run MSB Get Request /api/huaweivnfmdriver/v1/swagger.json
Gildas Lanilis398dd402018-04-23 15:58:24 -0700222
luxin3b05d732018-04-10 13:57:22 +0800223Basic VFC jujuvnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500224 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800225 Run MSB Get Request /api/jujuvnfmdriver/v1/swagger.json
luxin3b05d732018-04-10 13:57:22 +0800226
227Basic VFC multivimproxy API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500228 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800229 Run MSB Get Request /api/multivimproxy/v1/swagger.json
luxin3b05d732018-04-10 13:57:22 +0800230
Gildas Lanilis62174d92018-04-09 15:33:21 -0700231Basic VFC nokiav2driver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500232 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800233 Run MSB Get Request /api/NokiaSVNFM/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700234
235Basic VFC nslcm API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500236 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800237 Run MSB Get Request /api/nslcm/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700238
239Basic VFC resmgr API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500240 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800241 Run MSB Get Request /api/resmgr/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700242
243Basic VFC vnflcm API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500244 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800245 Run MSB Get Request /api/vnflcm/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700246
Gildas Lanilis62174d92018-04-09 15:33:21 -0700247Basic VFC vnfmgr API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500248 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800249 Run MSB Get Request /api/vnfmgr/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700250
Gildas Lanilis62174d92018-04-09 15:33:21 -0700251Basic VFC vnfres API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500252 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800253 Run MSB Get Request /api/vnfres/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700254
Gildas Lanilis62174d92018-04-09 15:33:21 -0700255Basic VFC workflow API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500256 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800257 Run MSB Get Request /api/workflow/v1/swagger.json
Gary Wu269bc1a2017-10-23 16:23:50 -0700258
Gildas Lanilis62174d92018-04-09 15:33:21 -0700259Basic VFC ztesdncdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500260 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800261 Run MSB Get Request /api/ztesdncdriver/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700262
Gildas Lanilis62174d92018-04-09 15:33:21 -0700263Basic VFC ztevnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500264 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800265 Run MSB Get Request /api/ztevnfmdriver/v1/swagger.json
Brian Freemanf508ab22018-03-15 21:19:41 -0500266
Gildas Lanilis62174d92018-04-09 15:33:21 -0700267Basic VID Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500268 [Tags] health small health-vid
Gildas Lanilis62174d92018-04-09 15:33:21 -0700269 Run VID Health Check
270
Gildas Lanilis398dd402018-04-23 15:58:24 -0700271Basic VNFSDK Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500272 [Tags] health health-vnfsdk
Gildas Lanilis398dd402018-04-23 15:58:24 -0700273 Run VNFSDK Health Check
274
Brian Freemanf508ab22018-03-15 21:19:41 -0500275Health Distribution Test
276 [Tags] healthdist
Brian Freeman01d503a2019-04-10 14:51:59 -0500277 [Timeout] 1200
Brian Freemanb568e5e2018-04-05 21:03:38 -0500278 Model Distribution For Directory vFW
Brian Freeman053ce592018-04-11 09:40:57 -0500279
280Portal Login Tests
281 [Tags] healthlogin
mrichomme547e3112018-04-13 16:44:04 +0200282 Run Portal Login Tests
Brian Freemanb9d6fbf2018-04-11 19:15:27 -0500283
284Portal Application Access Tests
285 [Tags] healthportalapp
GuangrongFud5bc0b82018-10-16 17:59:57 +0800286 [Timeout] 180
Brian Freemana966f032018-04-30 14:01:14 -0500287 Run Portal Application Access Tests
GuangrongFud5bc0b82018-10-16 17:59:57 +0800288
289Basic Holmes Rule Management API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500290 [Tags] health medium health-dcae
DR695H910097e2019-05-08 13:55:32 -0400291 Run Holmes Rule Mgmt Healthcheck
GuangrongFud5bc0b82018-10-16 17:59:57 +0800292
293Basic Holmes Engine Management API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500294 [Tags] health medium health-dcae
DR695H910097e2019-05-08 13:55:32 -0400295 Run Holmes Engine Mgmt Healthcheck
Liexiang Yuec2ae48d2019-04-16 12:05:43 +0800296
297Basic Multicloud-fcaps API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500298 [Tags] health multicloud health-multicloud
Liexiang Yue80db3882019-05-09 16:10:44 +0800299 Run MSB Get Request /api/multicloud-fcaps/v1/healthcheck
yangyan9a7c7322019-05-05 17:08:48 +0800300
301Basic Modeling genericparser API Health Check
302 [Tags] health api health-modeling
Bilal A461aa5b2019-05-06 14:00:57 -0400303 Run MSB Get Request /api/parser/v1/health_check