blob: ef030f29630c351f99e7ec9ee2542d64dba65f06 [file] [log] [blame]
DR695Hccff30b2017-02-17 18:44:24 -05001*** Settings ***
kaihlavi34d90582019-08-15 11:37:02 +03002Documentation Test that ONAP components are available via basic API calls
morganrol833f63a2021-11-20 11:53:57 +01003Test Timeout 100 seconds
kaihlavi34d90582019-08-15 11:37:02 +03004
5Library ONAPLibrary.SO WITH NAME SO
6
DR695Hccff30b2017-02-17 18:44:24 -05007Resource ../resources/dcae_interface.robot
DR695H87b84d02019-08-02 17:18:13 -04008Resource ../resources/sdnc_interface.robot
DR695Hccff30b2017-02-17 18:44:24 -05009Resource ../resources/aai/aai_interface.robot
DR695Hccff30b2017-02-17 18:44:24 -050010Resource ../resources/policy_interface.robot
DR695Hc0cf6a42019-07-26 16:42:36 -040011Resource ../resources/sdc_interface.robot
DR695Hccff30b2017-02-17 18:44:24 -050012Resource ../resources/appc_interface.robot
13Resource ../resources/portal_interface.robot
14Resource ../resources/mr_interface.robot
pkaras2771fda2019-04-10 11:56:50 +020015Resource ../resources/bc_interface.robot
DR695Hccff30b2017-02-17 18:44:24 -050016Resource ../resources/aaf_interface.robot
Gary Wu26dd72a2017-10-17 12:27:22 -070017Resource ../resources/msb_interface.robot
Gary Wuba8f94d2017-10-23 09:51:13 -070018Resource ../resources/clamp_interface.robot
Brian Freemanf508ab22018-03-15 21:19:41 -050019Resource ../resources/test_templates/model_test_template.robot
mrichomme547e3112018-04-13 16:44:04 +020020Resource ../resources/nbi_interface.robot
Kanagaraj Manickam k00365106bbc13952018-04-16 11:20:21 +053021Resource ../resources/cli_interface.robot
Kanagaraj Manickam k003651067ac93c22018-04-19 11:20:17 +053022Resource ../resources/vnfsdk_interface.robot
Neal Chatterleye908d992018-04-18 18:19:39 +000023Resource ../resources/log_interface.robot
Eric Debeau9045a1e2018-04-24 17:22:41 +000024Resource ../resources/oof_interface.robot
Kiran Kamineni09edd942018-05-10 13:50:33 -070025Resource ../resources/sms_interface.robot
econward7400a12018-09-03 13:47:00 +000026Resource ../resources/dr_interface.robot
Ubuntua4e34002018-09-20 22:49:52 +000027Resource ../resources/pomba_interface.robot
GuangrongFud5bc0b82018-10-16 17:59:57 +080028Resource ../resources/holmes_interface.robot
Abdelmuhaimen Seaudi756eb6a2019-08-10 08:20:52 +000029Resource ../resources/cds_interface.robot
Jack Lucas72885bb2021-03-06 13:54:40 -050030Resource ../resources/dcae_ms_interface.robot
biswajit.deswali8e49e422021-12-30 19:45:05 +053031Resource ../resources/mariadb_galera_interface.robot
DR695H288e86f2019-06-17 15:19:58 -040032
Lasse Kaihlavirta4ecf7d92021-04-28 12:00:14 +030033Suite Teardown Close All Browsers
DR695Hccff30b2017-02-17 18:44:24 -050034
mrichommee2f54b42018-03-08 17:45:49 +010035*** Test Cases ***
DR695Hccff30b2017-02-17 18:44:24 -050036Basic A&AI Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050037 [Tags] health core health-aai
mrichommee2f54b42018-03-08 17:45:49 +010038 Run A&AI Health Check
DR695Hccff30b2017-02-17 18:44:24 -050039
Nagendra90287da8e4c32020-08-31 21:51:42 +053040Enhanced A&AI Health Check
41 [Tags] health core health-aai
42 Run Resource API AAI Inventory check
43 Run Traversal API AAI Inventory check
44
Brian Freemana966f032018-04-30 14:01:14 -050045Basic AAF Health Check
morganrolb794e522021-04-19 15:06:27 +020046 [Tags] health health-aaf
Brian Freemana966f032018-04-30 14:01:14 -050047 Run AAF Health Check
48
Kiran Kaminenie4eed3a2019-04-24 11:46:31 -070049Basic AAF SMS Health Check
morganrolb794e522021-04-19 15:06:27 +020050 [Tags] health health-aaf
Gildas Lanilis9bb827f2018-05-14 08:32:40 -070051 Run SMS Health Check
gwu1ecd8712018-07-13 08:10:18 -070052
mrichommee2f54b42018-03-08 17:45:49 +010053Basic APPC Health Check
morganrolb794e522021-04-19 15:06:27 +020054 [Tags] health-appc
DR695Hccff30b2017-02-17 18:44:24 -050055 Run APPC Health Check
mrichommee2f54b42018-03-08 17:45:49 +010056
Gildas Lanilis398dd402018-04-23 15:58:24 -070057Basic CLI Health Check
mrichomme9f863412020-03-26 09:29:54 +010058 [Tags] health-cli health
Gildas Lanilis398dd402018-04-23 15:58:24 -070059 Run CLI Health Check
60
Gildas Lanilis62174d92018-04-09 15:33:21 -070061Basic CLAMP Health Check
morganrol8e061b02022-03-23 09:15:24 +010062 [Tags] health-clamp
Gildas Lanilis62174d92018-04-09 15:33:21 -070063 Run CLAMP Health Check
mrichommee2f54b42018-03-08 17:45:49 +010064
Jack Lucas72885bb2021-03-06 13:54:40 -050065Basic DCAE Microservices Health Check
66 [Tags] health medium health-dcaegen2-services
67 Run DCAE Microservices Health Check
68
econward7400a12018-09-03 13:47:00 +000069Basic DMAAP Data Router Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050070 [Tags] health datarouter health-dmaap
econward7400a12018-09-03 13:47:00 +000071 Run DR Health Check
72
Gildas Lanilis62174d92018-04-09 15:33:21 -070073Basic DMAAP Message Router Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050074 [Tags] health core health-dmaap
mrichommee2f54b42018-03-08 17:45:49 +010075 Run MR Health Check
76
Brian Freeman19a4d2d2018-11-30 13:03:52 -050077Basic DMAAP Message Router PubSub Health Check
mrichomme5268d0e2020-01-07 08:55:26 +010078 [Tags] healthmr core health-dmaap
Brian Freeman19a4d2d2018-11-30 13:03:52 -050079 [Timeout] 30
80 Run MR PubSub Health Check
81
pkaras2771fda2019-04-10 11:56:50 +020082Basic DMAAP Bus Controller Health Check With Basic Auth
Brian Freemanc7db27a2019-04-26 12:16:34 -050083 [Tags] health health-dmaap
pkaras2771fda2019-04-10 11:56:50 +020084 Run BC Health Check With Basic Auth
85
Gildas Lanilis398dd402018-04-23 15:58:24 -070086Basic External API NBI Health Check
morganrolb794e522021-04-19 15:06:27 +020087 [Tags] health externalapi api medium
Gildas Lanilis398dd402018-04-23 15:58:24 -070088 Run NBI Health Check
89
90Basic Log Elasticsearch Health Check
mrichomme4429aa32020-01-09 14:13:10 +010091 [Tags] oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070092 Run Log Elasticsearch Health Check
93
94Basic Log Kibana Health Check
mrichomme4429aa32020-01-09 14:13:10 +010095 [Tags] oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070096 Run Log Kibana Health Check
97
98Basic Log Logstash Health Check
mrichomme4429aa32020-01-09 14:13:10 +010099 [Tags] oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -0700100 Run Log Logstash Health Check
Gary Wu2e01cf62018-05-04 10:24:40 -0700101
Gary Wu26dd72a2017-10-17 12:27:22 -0700102Basic Microservice Bus Health Check
morganrolb794e522021-04-19 15:06:27 +0200103 [Tags] health medium health-msb
Gary Wu26dd72a2017-10-17 12:27:22 -0700104 Run MSB Health Check
Gary Wu3a9cc242017-10-18 12:30:02 -0700105
Gildas Lanilis62174d92018-04-09 15:33:21 -0700106Basic Multicloud 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/v0/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700109
Huang Haibin92eef942018-10-11 11:04:05 +0800110Basic Multicloud-pike API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500111 [Tags] health multicloud small health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800112 Run MSB Get Request /api/multicloud-pike/v0/swagger.json
Huang Haibin92eef942018-10-11 11:04:05 +0800113
Haibin Huangea7b4f72019-01-24 10:00:12 +0800114Basic Multicloud-starlingx API Health Check
morganrol3434a5a2021-06-30 14:45:25 +0200115 [Tags] multicloud health-multicloud
Haibin Huangea7b4f72019-01-24 10:00:12 +0800116 Run MSB Get Request /api/multicloud-starlingx/v0/swagger.json
117
Gildas Lanilis62174d92018-04-09 15:33:21 -0700118Basic Multicloud-titanium_cloud API Health Check
morganrol3434a5a2021-06-30 14:45:25 +0200119 [Tags] multicloud health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800120 Run MSB Get Request /api/multicloud-titaniumcloud/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700121
Gildas Lanilis62174d92018-04-09 15:33:21 -0700122Basic Multicloud-vio API Health Check
morganrol3434a5a2021-06-30 14:45:25 +0200123 [Tags] multicloud health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800124 Run MSB Get Request /api/multicloud-vio/v0/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700125
Kiran Kamineni8a1d2112019-05-13 16:14:55 -0700126Basic Multicloud-k8s API Health Check
127 [Tags] health multicloud health-multicloud
Konrad Banka4fb9eac2020-05-06 05:15:49 +0000128 Run MSB Get Request /api/multicloud-k8s/v1/v1/healthcheck
Kiran Kamineni8a1d2112019-05-13 16:14:55 -0700129
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
krishnaa961493f1d2020-09-22 11:49:58 +0530134Basic OOF-OSDF Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500135 [Tags] health medium health-oof
krishnaa961493f1d2020-09-22 11:49:58 +0530136 Run OOF-OSDF Health Check
Eric Debeau9045a1e2018-04-24 17:22:41 +0000137
Gildas Lanilis62174d92018-04-09 15:33:21 -0700138Basic Policy Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500139 [Tags] health medium health-policy
Gildas Lanilis62174d92018-04-09 15:33:21 -0700140 Run Policy Health Check
mrichomme455d3992020-04-03 14:56:40 +0200141
Nagendra9028704889532020-09-04 15:44:45 +0530142Enhanced Policy New Healthcheck
143 [Tags] health medium health-policy
morganrol956e9ea2021-05-20 16:33:31 +0200144 [Timeout] 60
Rommel Pawar644abb62022-03-10 06:32:08 -0800145 Check for Existing Policy and Clean up
Nagendra9028704889532020-09-04 15:44:45 +0530146 Run Create Policy Post Request
147 Run Get Policy Get Request
148 Run Deploy Policy Pap Post Request
149 Run Undeploy Policy
150 Run Delete Policy Request
151
Ubuntua4e34002018-09-20 22:49:52 +0000152Basic Pomba AAI-context-builder Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100153 [Tags] oom health-pomba
Ubuntua4e34002018-09-20 22:49:52 +0000154 Run Pomba Aai Context Builder Health Check
155
156Basic Pomba SDC-context-builder Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100157 [Tags] oom health-pomba
Ubuntua4e34002018-09-20 22:49:52 +0000158 Run Pomba Sdc Context Builder Health Check
159
160Basic Pomba Network-discovery-context-builder Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100161 [Tags] oom health-pomba
Ubuntua4e34002018-09-20 22:49:52 +0000162 Run Pomba Network Discovery Context Builder Health Check
163
Leigh, Phillip (pl876u)d1ff3712019-03-20 17:27:22 -0400164Basic Pomba Service-Decomposition Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100165 [Tags] oom health-pomba
Leigh, Phillip (pl876u)d1ff3712019-03-20 17:27:22 -0400166 Run Pomba Service Decomposition Health Check
167
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400168Basic Pomba Network-Discovery-MicroService Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100169 [Tags] oom health-pomba
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400170 Run Pomba Network Discovery MicroService Health Check
171
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400172Basic Pomba Pomba-Kibana Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100173 [Tags] oom health-pomba
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400174 Run Pomba Kibana Health Check
175
176Basic Pomba Elastic-Search Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100177 [Tags] oom health-pomba
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400178 Run Pomba Elastic Search Health Check
Leigh, Phillip (pl876u)d1ff3712019-03-20 17:27:22 -0400179
Leigh, Phillip (pl876u)d49bf602019-03-26 12:10:15 -0400180Basic Pomba Sdnc-Context-Builder Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100181 [Tags] oom health-pomba
Leigh, Phillip (pl876u)d49bf602019-03-26 12:10:15 -0400182 Run Pomba Sdnc Context Builder Health Check
183
184Basic Pomba Context-Aggregator Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100185 [Tags] oom health-pomba
Leigh, Phillip (pl876u)d49bf602019-03-26 12:10:15 -0400186 Run Pomba Context Aggregator Health Check
187
Gildas Lanilis62174d92018-04-09 15:33:21 -0700188Basic SDC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500189 [Tags] health core health-sdc
DR695Hc0cf6a42019-07-26 16:42:36 -0400190 Run SDC Health Check
Gary Wu3a9cc242017-10-18 12:30:02 -0700191
deswali07ec04dbe2020-09-30 14:31:33 +0530192Enhanced SDC Health Check
193 [Tags] health core health-sdc
194 Run SDC BE ONBOARD Healthcheck
195 Run SDC BE Healthcheck
196
Gildas Lanilis62174d92018-04-09 15:33:21 -0700197Basic SDNC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500198 [Tags] health core health-sdnc
DR695H87b84d02019-08-02 17:18:13 -0400199 Run SDNC Health Check
Gary Wu269bc1a2017-10-23 16:23:50 -0700200
deswali07dd304252020-09-10 15:47:47 +0530201Enhanced SDNC Health Check
202 [Tags] health core health-sdnc
203 Run SDNC Health Check Generic Resource API
204
Gildas Lanilis62174d92018-04-09 15:33:21 -0700205Basic SO Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500206 [Tags] health core health-so
kaihlavi34d90582019-08-15 11:37:02 +0300207 SO.Run Get Request ${GLOBAL_SO_APIHAND_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
208 SO.Run Get Request ${GLOBAL_SO_SDCHAND_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
DR695H0b4b16c2019-07-24 16:40:42 -0400209 SO.Run Get Request ${GLOBAL_SO_BPMN_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
210 SO.Run Get Request ${GLOBAL_SO_CATDB_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
211 SO.Run Get Request ${GLOBAL_SO_OPENSTACK_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
212 SO.Run Get Request ${GLOBAL_SO_REQDB_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
213 SO.Run Get Request ${GLOBAL_SO_SDNC_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
214 SO.Run Get Request ${GLOBAL_SO_VFC_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
215 SO.Run Get Request ${GLOBAL_SO_VNFM_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
kaihlavi34d90582019-08-15 11:37:02 +0300216
Gildas Lanilis62174d92018-04-09 15:33:21 -0700217Basic UseCaseUI API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500218 [Tags] health api medium health-uui
GuangrongFud5bc0b82018-10-16 17:59:57 +0800219 Run MSB Get Request /iui/usecaseui/
Gary Wu78c5d792017-10-23 10:14:20 -0700220
Gildas Lanilis62174d92018-04-09 15:33:21 -0700221Basic VFC gvnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500222 [Tags] health 3rdparty health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800223 Run MSB Get Request /api/gvnfmdriver/v1/health_check
Gildas Lanilis62174d92018-04-09 15:33:21 -0700224
Gildas Lanilis398dd402018-04-23 15:58:24 -0700225Basic VFC huaweivnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500226 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800227 Run MSB Get Request /api/huaweivnfmdriver/v1/swagger.json
Gildas Lanilis398dd402018-04-23 15:58:24 -0700228
Gildas Lanilis62174d92018-04-09 15:33:21 -0700229Basic VFC nslcm API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500230 [Tags] health api health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800231 Run MSB Get Request /api/nslcm/v1/health_check
Gildas Lanilis62174d92018-04-09 15:33:21 -0700232
Gildas Lanilis62174d92018-04-09 15:33:21 -0700233Basic VFC vnflcm API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500234 [Tags] health api health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800235 Run MSB Get Request /api/vnflcm/v1/health_check
Gary Wu3a9cc242017-10-18 12:30:02 -0700236
Gildas Lanilis62174d92018-04-09 15:33:21 -0700237Basic VFC vnfmgr API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500238 [Tags] health api health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800239 Run MSB Get Request /api/vnfmgr/v1/health_check
Gary Wu3a9cc242017-10-18 12:30:02 -0700240
Gildas Lanilis62174d92018-04-09 15:33:21 -0700241Basic VFC vnfres API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500242 [Tags] health api health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800243 Run MSB Get Request /api/vnfres/v1/health_check
Gary Wu3a9cc242017-10-18 12:30:02 -0700244
Gildas Lanilis62174d92018-04-09 15:33:21 -0700245Basic VFC ztevnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500246 [Tags] health 3rdparty health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800247 Run MSB Get Request /api/ztevnfmdriver/v1/health_check
Brian Freemanf508ab22018-03-15 21:19:41 -0500248
Gildas Lanilis398dd402018-04-23 15:58:24 -0700249Basic VNFSDK Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500250 [Tags] health health-vnfsdk
Gildas Lanilis398dd402018-04-23 15:58:24 -0700251 Run VNFSDK Health Check
252
Brian Freemanf508ab22018-03-15 21:19:41 -0500253Health Distribution Test
254 [Tags] healthdist
Brian Freeman01d503a2019-04-10 14:51:59 -0500255 [Timeout] 1200
DR695H3c98fb32019-07-25 17:10:53 -0400256 Model Distribution For Directory With Teardown vFW
Brian Freeman053ce592018-04-11 09:40:57 -0500257
258Portal Login Tests
259 [Tags] healthlogin
Brian Freemanf410ced2019-12-10 15:36:01 -0500260 [Timeout] 120
mrichomme547e3112018-04-13 16:44:04 +0200261 Run Portal Login Tests
Brian Freemanb9d6fbf2018-04-11 19:15:27 -0500262
263Portal Application Access Tests
264 [Tags] healthportalapp
Brian Freemanf410ced2019-12-10 15:36:01 -0500265 [Timeout] 900
Brian Freemana966f032018-04-30 14:01:14 -0500266 Run Portal Application Access Tests
GuangrongFud5bc0b82018-10-16 17:59:57 +0800267
Brian Freemanf410ced2019-12-10 15:36:01 -0500268Portal SDC Application Access Test
269 [Tags] healthportalapp2
270 [Timeout] 180
271 Run Portal Application Login Test cs0008 demo123456! gridster-SDC-icon-link tabframe-SDC Welcome to SDC
272 Close All Browsers
273
274Portal VID Application Access Test
275 [Tags] healthportalapp2
276 [Timeout] 180
277 Run Portal Application Login Test demo demo123456! gridster-Virtual-Infrastructure-Deployment-icon-link tabframe-Virtual-Infrastructure-Deployment Welcome to VID
278 Close All Browsers
279
280Portal A&AI UI Application Access Test
281 [Tags] healthportalapp2
282 [Timeout] 180
283 Run Portal Application Login Test demo demo123456! gridster-A&AI-UI-icon-link tabframe-A&AI-UI A&AI
284 Close All Browsers
285
286Portal Policy Editor Application Access Test
287 [Tags] healthportalapp2
288 [Timeout] 180
289 Run Portal Application Login Test demo demo123456! gridster-Policy-icon-link tabframe-Policy Policy Editor
290 Close All Browsers
291
292Portal SO Monitoring Application Access Test
293 [Tags] healthportalapp2
294 [Timeout] 180
295 Run Portal Application Login Test demo demo123456! gridster-SO-Monitoring-icon-link tabframe-SO-Monitoring SO
296 Close All Browsers
297
298Portal xDemo APP Application Access Test
299 [Tags] healthportalapp2
300 [Timeout] 180
301 Run Portal Application Login Test demo demo123456! gridster-xDemo-App-icon-link tabframe-xDemo-App xDemo
302 Close All Browsers
303
304Portal CLI Application Access Test
305 [Tags] healthportalapp2
306 [Timeout] 180
307 Run Portal Application Login Test demo demo123456! gridster-CLI-icon-link tabframe-CLI CLI
308 Close All Browsers
309
310
GuangrongFud5bc0b82018-10-16 17:59:57 +0800311Basic Holmes Rule Management API Health Check
GuangrongFu77566b32021-03-17 16:27:20 +0800312 [Tags] health-holmes health
DR695H910097e2019-05-08 13:55:32 -0400313 Run Holmes Rule Mgmt Healthcheck
GuangrongFud5bc0b82018-10-16 17:59:57 +0800314
315Basic Holmes Engine Management API Health Check
GuangrongFu77566b32021-03-17 16:27:20 +0800316 [Tags] health-holmes health
DR695H910097e2019-05-08 13:55:32 -0400317 Run Holmes Engine Mgmt Healthcheck
Liexiang Yuec2ae48d2019-04-16 12:05:43 +0800318
319Basic Multicloud-fcaps API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500320 [Tags] health multicloud health-multicloud
Liexiang Yue80db3882019-05-09 16:10:44 +0800321 Run MSB Get Request /api/multicloud-fcaps/v1/healthcheck
yangyan9a7c7322019-05-05 17:08:48 +0800322
323Basic Modeling genericparser API Health Check
324 [Tags] health api health-modeling
Bilal A461aa5b2019-05-06 14:00:57 -0400325 Run MSB Get Request /api/parser/v1/health_check
Abdelmuhaimen Seaudi756eb6a2019-08-10 08:20:52 +0000326
SantoshB70902ea2020-09-10 17:32:12 +0530327Enhanced CDS Health Check
morganrolb794e522021-04-19 15:06:27 +0200328 [Tags] health small health-cds
SantoshB70902ea2020-09-10 17:32:12 +0530329 Run CDS Basic Health Check
330 Run CDS Create Data Dictionary Health Check
331 Run CDS GET Data Dictionary Health Check
332 Run CDS Bootstrap Health Check
333 Run CDS Enrich CBA Health Check
334 Run CDS Publish CBA Health Check
335 Run CDS Process CBA Health Check
336 Run CDS Delete CBA Health Check
biswajit.deswali8e49e422021-12-30 19:45:05 +0530337
338Mariadb Galera Pod Connectivity Test
morganrol24bb6ae2022-01-21 09:44:21 +0100339 [Tags] health-mariadb-galera
biswajit.deswali8e49e422021-12-30 19:45:05 +0530340 Check for Mariadb Galera Pod Connection
341
342Mariadb Galera SO Connectivity Test
morganrol24bb6ae2022-01-21 09:44:21 +0100343 [Tags] health-mariadb-galera
biswajit.deswali8e49e422021-12-30 19:45:05 +0530344 Check for SO Databases Connection