blob: 2330b0913638745cfa3bbf02a2f6f26a45bfee7a [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.
5Test Timeout 10 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
DR695Hce07d412018-04-11 22:28:41 -040020Resource ../resources/music/music_interface.robot
Brian Freemanf508ab22018-03-15 21:19:41 -050021Resource ../resources/test_templates/model_test_template.robot
mrichomme547e3112018-04-13 16:44:04 +020022Resource ../resources/nbi_interface.robot
Kanagaraj Manickam k00365106bbc13952018-04-16 11:20:21 +053023Resource ../resources/cli_interface.robot
Kanagaraj Manickam k003651067ac93c22018-04-19 11:20:17 +053024Resource ../resources/vnfsdk_interface.robot
Neal Chatterleye908d992018-04-18 18:19:39 +000025Resource ../resources/log_interface.robot
Eric Debeau9045a1e2018-04-24 17:22:41 +000026Resource ../resources/oof_interface.robot
Kiran Kamineni09edd942018-05-10 13:50:33 -070027Resource ../resources/sms_interface.robot
econward7400a12018-09-03 13:47:00 +000028Resource ../resources/dr_interface.robot
Ubuntua4e34002018-09-20 22:49:52 +000029Resource ../resources/pomba_interface.robot
GuangrongFud5bc0b82018-10-16 17:59:57 +080030Resource ../resources/holmes_interface.robot
Brian Freeman847afd72019-02-14 09:39:56 -050031# Remove other references after a soak period
32#Resource ../resources/vvp_interface.robot
DR695Hccff30b2017-02-17 18:44:24 -050033
mrichommee2f54b42018-03-08 17:45:49 +010034*** Test Cases ***
DR695Hccff30b2017-02-17 18:44:24 -050035Basic A&AI Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050036 [Tags] health core health-aai
mrichommee2f54b42018-03-08 17:45:49 +010037 Run A&AI Health Check
DR695Hccff30b2017-02-17 18:44:24 -050038
Brian Freemana966f032018-04-30 14:01:14 -050039Basic AAF Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050040 [Tags] health small health-aaf
Brian Freemana966f032018-04-30 14:01:14 -050041 Run AAF Health Check
42
Kiran Kaminenie4eed3a2019-04-24 11:46:31 -070043Basic AAF SMS Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050044 [Tags] health small health-aaf
Gildas Lanilis9bb827f2018-05-14 08:32:40 -070045 Run SMS Health Check
gwu1ecd8712018-07-13 08:10:18 -070046
mrichommee2f54b42018-03-08 17:45:49 +010047Basic APPC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050048 [Tags] health small health-appc
DR695Hccff30b2017-02-17 18:44:24 -050049 Run APPC Health Check
mrichommee2f54b42018-03-08 17:45:49 +010050
Gildas Lanilis398dd402018-04-23 15:58:24 -070051Basic CLI Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050052 [Tags] health small health-cli
Gildas Lanilis398dd402018-04-23 15:58:24 -070053 Run CLI Health Check
54
Gildas Lanilis62174d92018-04-09 15:33:21 -070055Basic CLAMP Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050056 [Tags] health medium health-clamp
Gildas Lanilis62174d92018-04-09 15:33:21 -070057 Run CLAMP Health Check
mrichommee2f54b42018-03-08 17:45:49 +010058
Gildas Lanilis62174d92018-04-09 15:33:21 -070059Basic DCAE Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050060 [Tags] health medium health-dcae
Gildas Lanilis62174d92018-04-09 15:33:21 -070061 Run DCAE Health Check
62
econward7400a12018-09-03 13:47:00 +000063Basic DMAAP Data Router Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050064 [Tags] health datarouter health-dmaap
econward7400a12018-09-03 13:47:00 +000065 Run DR Health Check
66
Gildas Lanilis62174d92018-04-09 15:33:21 -070067Basic DMAAP Message Router Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050068 [Tags] health core health-dmaap
mrichommee2f54b42018-03-08 17:45:49 +010069 Run MR Health Check
70
Brian Freeman19a4d2d2018-11-30 13:03:52 -050071Basic DMAAP Message Router PubSub Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050072 [Tags] healthmr health-dmaap
Brian Freeman19a4d2d2018-11-30 13:03:52 -050073 [Timeout] 30
74 Run MR PubSub Health Check
75
pkaras2771fda2019-04-10 11:56:50 +020076Basic DMAAP Bus Controller Health Check With Basic Auth
Brian Freemanc7db27a2019-04-26 12:16:34 -050077 [Tags] health health-dmaap
pkaras2771fda2019-04-10 11:56:50 +020078 Run BC Health Check With Basic Auth
79
Gildas Lanilis398dd402018-04-23 15:58:24 -070080Basic External API NBI Health Check
mrichommeca148ba2018-10-04 18:14:45 +020081 [Tags] health externalapi api small
Gildas Lanilis398dd402018-04-23 15:58:24 -070082 Run NBI Health Check
83
84Basic Log Elasticsearch Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050085 [Tags] health small oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070086 Run Log Elasticsearch Health Check
87
88Basic Log Kibana Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050089 [Tags] health small oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070090 Run Log Kibana Health Check
91
92Basic Log Logstash Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050093 [Tags] health small oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070094 Run Log Logstash Health Check
Gary Wu2e01cf62018-05-04 10:24:40 -070095
Gary Wu26dd72a2017-10-17 12:27:22 -070096Basic Microservice Bus Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050097 [Tags] health small health-msb
Gary Wu26dd72a2017-10-17 12:27:22 -070098 Run MSB Health Check
Gary Wu3a9cc242017-10-18 12:30:02 -070099
Gildas Lanilis62174d92018-04-09 15:33:21 -0700100Basic Multicloud API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500101 [Tags] health multicloud small health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800102 Run MSB Get Request /api/multicloud/v0/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700103
Gildas Lanilis62174d92018-04-09 15:33:21 -0700104Basic Multicloud-ocata API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500105 [Tags] health multicloud small health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800106 Run MSB Get Request /api/multicloud-ocata/v0/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700107
Huang Haibin92eef942018-10-11 11:04:05 +0800108Basic Multicloud-pike API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500109 [Tags] health multicloud small health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800110 Run MSB Get Request /api/multicloud-pike/v0/swagger.json
Huang Haibin92eef942018-10-11 11:04:05 +0800111
Haibin Huangea7b4f72019-01-24 10:00:12 +0800112Basic Multicloud-starlingx API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500113 [Tags] health multicloud health-multicloud
Haibin Huangea7b4f72019-01-24 10:00:12 +0800114 Run MSB Get Request /api/multicloud-starlingx/v0/swagger.json
115
Gildas Lanilis62174d92018-04-09 15:33:21 -0700116Basic Multicloud-titanium_cloud API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500117 [Tags] health multicloud health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800118 Run MSB Get Request /api/multicloud-titaniumcloud/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700119
Gildas Lanilis62174d92018-04-09 15:33:21 -0700120Basic Multicloud-vio API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500121 [Tags] health multicloud health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800122 Run MSB Get Request /api/multicloud-vio/v0/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700123
Changjun Wangb3392952019-04-28 09:18:51 +0000124Basic Multicloud-thinkcloud API Health Check
125 [Tags] health multicloud small health-multicloud
126 Run MSB Get Request /api/multicloud-thinkcloud/v0/swagger.json
127
Eric Debeauca1b9c82018-04-24 20:41:02 +0000128Basic OOF-Homing Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500129 [Tags] health medium health-oof
Eric Debeauca1b9c82018-04-24 20:41:02 +0000130 Run OOF-Homing Health Check
131
132Basic OOF-SNIRO Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500133 [Tags] health medium health-oof
Eric Debeauca1b9c82018-04-24 20:41:02 +0000134 Run OOF-SNIRO Health Check
Eric Debeau9045a1e2018-04-24 17:22:41 +0000135
Jerry Flood0c3270c2018-11-01 12:46:55 -0400136Basic OOF-CMSO Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500137 [Tags] health medium health-oof
Jerry Flood0c3270c2018-11-01 12:46:55 -0400138 Run OOF-CMSO Health Check
139
Gildas Lanilis62174d92018-04-09 15:33:21 -0700140Basic Policy Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500141 [Tags] health medium health-policy
Gildas Lanilis62174d92018-04-09 15:33:21 -0700142 Run Policy Health Check
Gary Wu269bc1a2017-10-23 16:23:50 -0700143
Ubuntua4e34002018-09-20 22:49:52 +0000144Basic Pomba AAI-context-builder Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500145 [Tags] health oom health-pomba
Ubuntua4e34002018-09-20 22:49:52 +0000146 Run Pomba Aai Context Builder Health Check
147
148Basic Pomba SDC-context-builder Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500149 [Tags] health oom health-pomba
Ubuntua4e34002018-09-20 22:49:52 +0000150 Run Pomba Sdc Context Builder Health Check
151
152Basic Pomba Network-discovery-context-builder Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500153 [Tags] health oom health-pomba
Ubuntua4e34002018-09-20 22:49:52 +0000154 Run Pomba Network Discovery Context Builder Health Check
155
Leigh, Phillip (pl876u)d1ff3712019-03-20 17:27:22 -0400156Basic Pomba Service-Decomposition Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500157 [Tags] health oom health-pomba
Leigh, Phillip (pl876u)d1ff3712019-03-20 17:27:22 -0400158 Run Pomba Service Decomposition Health Check
159
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400160Basic Pomba Network-Discovery-MicroService Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500161 [Tags] health oom health-pomba
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400162 Run Pomba Network Discovery MicroService Health Check
163
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400164Basic Pomba Pomba-Kibana Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500165 [Tags] health oom health-pomba
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400166 Run Pomba Kibana Health Check
167
168Basic Pomba Elastic-Search Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500169 [Tags] health oom health-pomba
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400170 Run Pomba Elastic Search Health Check
Leigh, Phillip (pl876u)d1ff3712019-03-20 17:27:22 -0400171
Leigh, Phillip (pl876u)d49bf602019-03-26 12:10:15 -0400172Basic Pomba Sdnc-Context-Builder Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500173 [Tags] health oom health-pomba
Leigh, Phillip (pl876u)d49bf602019-03-26 12:10:15 -0400174 Run Pomba Sdnc Context Builder Health Check
175
176Basic Pomba Context-Aggregator Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500177 [Tags] health oom health-pomba
Leigh, Phillip (pl876u)d49bf602019-03-26 12:10:15 -0400178 Run Pomba Context Aggregator Health Check
179
Gildas Lanilis62174d92018-04-09 15:33:21 -0700180Basic Portal Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500181 [Tags] health core health-portal
Gildas Lanilis62174d92018-04-09 15:33:21 -0700182 Run Portal Health Check
Denes Nemeth5be4b582018-04-09 14:19:44 +0200183
Gildas Lanilis62174d92018-04-09 15:33:21 -0700184Basic SDC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500185 [Tags] health core health-sdc
Gildas Lanilis62174d92018-04-09 15:33:21 -0700186 Run ASDC Health Check
Gary Wu3a9cc242017-10-18 12:30:02 -0700187
Gildas Lanilis62174d92018-04-09 15:33:21 -0700188Basic SDNC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500189 [Tags] health core health-sdnc
Gildas Lanilis62174d92018-04-09 15:33:21 -0700190 Run SDNGC Health Check
Gary Wu269bc1a2017-10-23 16:23:50 -0700191
Gildas Lanilis62174d92018-04-09 15:33:21 -0700192Basic SO Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500193 [Tags] health core health-so
Brian Freeman391680a2018-08-11 15:20:58 -0500194 Run SO Global Health Check
Gildas Lanilis62174d92018-04-09 15:33:21 -0700195
196Basic UseCaseUI API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500197 [Tags] health api medium health-uui
GuangrongFud5bc0b82018-10-16 17:59:57 +0800198 Run MSB Get Request /iui/usecaseui/
Gary Wu78c5d792017-10-23 10:14:20 -0700199
Gildas Lanilis62174d92018-04-09 15:33:21 -0700200Basic VFC catalog API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500201 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800202 Run MSB Get Request /api/catalog/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700203
204Basic VFC emsdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500205 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800206 Run MSB Get Request /api/emsdriver/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700207
208Basic VFC gvnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500209 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800210 Run MSB Get Request /api/gvnfmdriver/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700211
Gildas Lanilis398dd402018-04-23 15:58:24 -0700212Basic VFC huaweivnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500213 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800214 Run MSB Get Request /api/huaweivnfmdriver/v1/swagger.json
Gildas Lanilis398dd402018-04-23 15:58:24 -0700215
luxin3b05d732018-04-10 13:57:22 +0800216Basic VFC jujuvnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500217 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800218 Run MSB Get Request /api/jujuvnfmdriver/v1/swagger.json
luxin3b05d732018-04-10 13:57:22 +0800219
220Basic VFC multivimproxy API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500221 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800222 Run MSB Get Request /api/multivimproxy/v1/swagger.json
luxin3b05d732018-04-10 13:57:22 +0800223
Gildas Lanilis62174d92018-04-09 15:33:21 -0700224Basic VFC nokiav2driver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500225 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800226 Run MSB Get Request /api/NokiaSVNFM/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700227
228Basic VFC nslcm API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500229 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800230 Run MSB Get Request /api/nslcm/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700231
232Basic VFC resmgr API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500233 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800234 Run MSB Get Request /api/resmgr/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700235
236Basic VFC vnflcm API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500237 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800238 Run MSB Get Request /api/vnflcm/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700239
Gildas Lanilis62174d92018-04-09 15:33:21 -0700240Basic VFC vnfmgr API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500241 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800242 Run MSB Get Request /api/vnfmgr/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700243
Gildas Lanilis62174d92018-04-09 15:33:21 -0700244Basic VFC vnfres API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500245 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800246 Run MSB Get Request /api/vnfres/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700247
Gildas Lanilis62174d92018-04-09 15:33:21 -0700248Basic VFC workflow API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500249 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800250 Run MSB Get Request /api/workflow/v1/swagger.json
Gary Wu269bc1a2017-10-23 16:23:50 -0700251
Gildas Lanilis62174d92018-04-09 15:33:21 -0700252Basic VFC ztesdncdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500253 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800254 Run MSB Get Request /api/ztesdncdriver/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700255
Gildas Lanilis62174d92018-04-09 15:33:21 -0700256Basic VFC ztevnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500257 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800258 Run MSB Get Request /api/ztevnfmdriver/v1/swagger.json
Brian Freemanf508ab22018-03-15 21:19:41 -0500259
Gildas Lanilis62174d92018-04-09 15:33:21 -0700260Basic VID Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500261 [Tags] health small health-vid
Gildas Lanilis62174d92018-04-09 15:33:21 -0700262 Run VID Health Check
263
Gildas Lanilis398dd402018-04-23 15:58:24 -0700264Basic VNFSDK Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500265 [Tags] health health-vnfsdk
Gildas Lanilis398dd402018-04-23 15:58:24 -0700266 Run VNFSDK Health Check
267
Brian Freemanf508ab22018-03-15 21:19:41 -0500268Health Distribution Test
269 [Tags] healthdist
Brian Freeman01d503a2019-04-10 14:51:59 -0500270 [Timeout] 1200
Brian Freemanb568e5e2018-04-05 21:03:38 -0500271 Model Distribution For Directory vFW
Brian Freeman053ce592018-04-11 09:40:57 -0500272
273Portal Login Tests
274 [Tags] healthlogin
mrichomme547e3112018-04-13 16:44:04 +0200275 Run Portal Login Tests
Brian Freemanb9d6fbf2018-04-11 19:15:27 -0500276
277Portal Application Access Tests
278 [Tags] healthportalapp
GuangrongFud5bc0b82018-10-16 17:59:57 +0800279 [Timeout] 180
Brian Freemana966f032018-04-30 14:01:14 -0500280 Run Portal Application Access Tests
GuangrongFud5bc0b82018-10-16 17:59:57 +0800281
282Basic Holmes Rule Management API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500283 [Tags] health medium health-dcae
GuangrongFud5bc0b82018-10-16 17:59:57 +0800284 Run Holmes Rule Mgmt Health Check
285
286Basic Holmes Engine Management API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500287 [Tags] health medium health-dcae
GuangrongFud5bc0b82018-10-16 17:59:57 +0800288 Run Holmes Engine Mgmt Health Check
Liexiang Yuec2ae48d2019-04-16 12:05:43 +0800289
290Basic Multicloud-fcaps API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500291 [Tags] health multicloud health-multicloud
mrichomme1560a102019-04-26 14:45:53 +0200292 Run MSB Get Request /api/multicloud-fcaps/healthcheck
yangyan9a7c7322019-05-05 17:08:48 +0800293
294Basic Modeling genericparser API Health Check
295 [Tags] health api health-modeling
296 Run MSB Get Request /api/parser/v1/health_check