blob: 92335d629d5a2188267c799dd5c0094db8f753eb [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
3Test Timeout 20 seconds
4
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
10Resource ../resources/vid/vid_interface.robot
11Resource ../resources/policy_interface.robot
DR695Hc0cf6a42019-07-26 16:42:36 -040012Resource ../resources/sdc_interface.robot
DR695Hccff30b2017-02-17 18:44:24 -050013Resource ../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
Abdelmuhaimen Seaudi756eb6a2019-08-10 08:20:52 +000030Resource ../resources/cds_interface.robot
DR695H288e86f2019-06-17 15:19:58 -040031
DR695Hccff30b2017-02-17 18:44:24 -050032
mrichommee2f54b42018-03-08 17:45:49 +010033*** Test Cases ***
DR695Hccff30b2017-02-17 18:44:24 -050034Basic A&AI Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050035 [Tags] health core health-aai
mrichommee2f54b42018-03-08 17:45:49 +010036 Run A&AI Health Check
DR695Hccff30b2017-02-17 18:44:24 -050037
Nagendra90287da8e4c32020-08-31 21:51:42 +053038Enhanced A&AI Health Check
39 [Tags] health core health-aai
40 Run Resource API AAI Inventory check
41 Run Traversal API AAI Inventory check
42
Brian Freemana966f032018-04-30 14:01:14 -050043Basic AAF Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050044 [Tags] health small health-aaf
Brian Freemana966f032018-04-30 14:01:14 -050045 Run AAF Health Check
46
Kiran Kaminenie4eed3a2019-04-24 11:46:31 -070047Basic AAF SMS Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050048 [Tags] health small health-aaf
Gildas Lanilis9bb827f2018-05-14 08:32:40 -070049 Run SMS Health Check
gwu1ecd8712018-07-13 08:10:18 -070050
mrichommee2f54b42018-03-08 17:45:49 +010051Basic APPC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050052 [Tags] health small health-appc
DR695Hccff30b2017-02-17 18:44:24 -050053 Run APPC Health Check
mrichommee2f54b42018-03-08 17:45:49 +010054
Gildas Lanilis398dd402018-04-23 15:58:24 -070055Basic CLI Health Check
mrichomme9f863412020-03-26 09:29:54 +010056 [Tags] health-cli health
Gildas Lanilis398dd402018-04-23 15:58:24 -070057 Run CLI Health Check
58
Gildas Lanilis62174d92018-04-09 15:33:21 -070059Basic CLAMP Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050060 [Tags] health medium health-clamp
Gildas Lanilis62174d92018-04-09 15:33:21 -070061 Run CLAMP Health Check
mrichommee2f54b42018-03-08 17:45:49 +010062
Gildas Lanilis62174d92018-04-09 15:33:21 -070063Basic DCAE Health Check
Yang Xu44e674b2019-07-10 18:34:06 -040064 [Tags] health medium health-dcaegen2
Gildas Lanilis62174d92018-04-09 15:33:21 -070065 Run DCAE Health Check
66
econward7400a12018-09-03 13:47:00 +000067Basic DMAAP Data Router Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050068 [Tags] health datarouter health-dmaap
econward7400a12018-09-03 13:47:00 +000069 Run DR Health Check
70
Gildas Lanilis62174d92018-04-09 15:33:21 -070071Basic DMAAP Message Router Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050072 [Tags] health core health-dmaap
mrichommee2f54b42018-03-08 17:45:49 +010073 Run MR Health Check
74
Brian Freeman19a4d2d2018-11-30 13:03:52 -050075Basic DMAAP Message Router PubSub Health Check
mrichomme5268d0e2020-01-07 08:55:26 +010076 [Tags] healthmr core health-dmaap
Brian Freeman19a4d2d2018-11-30 13:03:52 -050077 [Timeout] 30
78 Run MR PubSub Health Check
79
pkaras2771fda2019-04-10 11:56:50 +020080Basic DMAAP Bus Controller Health Check With Basic Auth
Brian Freemanc7db27a2019-04-26 12:16:34 -050081 [Tags] health health-dmaap
pkaras2771fda2019-04-10 11:56:50 +020082 Run BC Health Check With Basic Auth
83
Gildas Lanilis398dd402018-04-23 15:58:24 -070084Basic External API NBI Health Check
mrichommeca148ba2018-10-04 18:14:45 +020085 [Tags] health externalapi api small
Gildas Lanilis398dd402018-04-23 15:58:24 -070086 Run NBI Health Check
87
88Basic Log Elasticsearch Health Check
mrichomme4429aa32020-01-09 14:13:10 +010089 [Tags] oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070090 Run Log Elasticsearch Health Check
91
92Basic Log Kibana Health Check
mrichomme4429aa32020-01-09 14:13:10 +010093 [Tags] oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070094 Run Log Kibana Health Check
95
96Basic Log Logstash Health Check
mrichomme4429aa32020-01-09 14:13:10 +010097 [Tags] oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070098 Run Log Logstash Health Check
Gary Wu2e01cf62018-05-04 10:24:40 -070099
Gary Wu26dd72a2017-10-17 12:27:22 -0700100Basic Microservice Bus Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500101 [Tags] health small health-msb
Gary Wu26dd72a2017-10-17 12:27:22 -0700102 Run MSB Health Check
Gary Wu3a9cc242017-10-18 12:30:02 -0700103
Gildas Lanilis62174d92018-04-09 15:33:21 -0700104Basic Multicloud 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/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
Kiran Kamineni8a1d2112019-05-13 16:14:55 -0700124Basic Multicloud-k8s API Health Check
125 [Tags] health multicloud health-multicloud
Konrad Banka4fb9eac2020-05-06 05:15:49 +0000126 Run MSB Get Request /api/multicloud-k8s/v1/v1/healthcheck
Kiran Kamineni8a1d2112019-05-13 16:14:55 -0700127
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
krishnaa961493f1d2020-09-22 11:49:58 +0530132Basic OOF-OSDF Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500133 [Tags] health medium health-oof
krishnaa961493f1d2020-09-22 11:49:58 +0530134 Run OOF-OSDF 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
mrichomme455d3992020-04-03 14:56:40 +0200143
Nagendra9028704889532020-09-04 15:44:45 +0530144Enhanced Policy New Healthcheck
145 [Tags] health medium health-policy
146 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 Portal Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500189 [Tags] health core health-portal
Gildas Lanilis62174d92018-04-09 15:33:21 -0700190 Run Portal Health Check
Denes Nemeth5be4b582018-04-09 14:19:44 +0200191
Gildas Lanilis62174d92018-04-09 15:33:21 -0700192Basic SDC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500193 [Tags] health core health-sdc
DR695Hc0cf6a42019-07-26 16:42:36 -0400194 Run SDC Health Check
Gary Wu3a9cc242017-10-18 12:30:02 -0700195
deswali07ec04dbe2020-09-30 14:31:33 +0530196Enhanced SDC Health Check
197 [Tags] health core health-sdc
198 Run SDC BE ONBOARD Healthcheck
199 Run SDC BE Healthcheck
200
Gildas Lanilis62174d92018-04-09 15:33:21 -0700201Basic SDNC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500202 [Tags] health core health-sdnc
DR695H87b84d02019-08-02 17:18:13 -0400203 Run SDNC Health Check
Gary Wu269bc1a2017-10-23 16:23:50 -0700204
deswali07dd304252020-09-10 15:47:47 +0530205Enhanced SDNC Health Check
206 [Tags] health core health-sdnc
207 Run SDNC Health Check Generic Resource API
208
Gildas Lanilis62174d92018-04-09 15:33:21 -0700209Basic SO Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500210 [Tags] health core health-so
kaihlavi34d90582019-08-15 11:37:02 +0300211 SO.Run Get Request ${GLOBAL_SO_APIHAND_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
212 SO.Run Get Request ${GLOBAL_SO_SDCHAND_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
DR695H0b4b16c2019-07-24 16:40:42 -0400213 SO.Run Get Request ${GLOBAL_SO_BPMN_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
214 SO.Run Get Request ${GLOBAL_SO_CATDB_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
215 SO.Run Get Request ${GLOBAL_SO_OPENSTACK_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
216 SO.Run Get Request ${GLOBAL_SO_REQDB_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
217 SO.Run Get Request ${GLOBAL_SO_SDNC_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
218 SO.Run Get Request ${GLOBAL_SO_VFC_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
219 SO.Run Get Request ${GLOBAL_SO_VNFM_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
kaihlavi34d90582019-08-15 11:37:02 +0300220
Gildas Lanilis62174d92018-04-09 15:33:21 -0700221Basic UseCaseUI API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500222 [Tags] health api medium health-uui
GuangrongFud5bc0b82018-10-16 17:59:57 +0800223 Run MSB Get Request /iui/usecaseui/
Gary Wu78c5d792017-10-23 10:14:20 -0700224
Gildas Lanilis62174d92018-04-09 15:33:21 -0700225Basic VFC gvnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500226 [Tags] health 3rdparty health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800227 Run MSB Get Request /api/gvnfmdriver/v1/health_check
Gildas Lanilis62174d92018-04-09 15:33:21 -0700228
Gildas Lanilis398dd402018-04-23 15:58:24 -0700229Basic VFC huaweivnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500230 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800231 Run MSB Get Request /api/huaweivnfmdriver/v1/swagger.json
Gildas Lanilis398dd402018-04-23 15:58:24 -0700232
Gildas Lanilis62174d92018-04-09 15:33:21 -0700233Basic VFC nslcm 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/nslcm/v1/health_check
Gildas Lanilis62174d92018-04-09 15:33:21 -0700236
Gildas Lanilis62174d92018-04-09 15:33:21 -0700237Basic VFC vnflcm 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/vnflcm/v1/health_check
Gary Wu3a9cc242017-10-18 12:30:02 -0700240
Gildas Lanilis62174d92018-04-09 15:33:21 -0700241Basic VFC vnfmgr 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/vnfmgr/v1/health_check
Gary Wu3a9cc242017-10-18 12:30:02 -0700244
Gildas Lanilis62174d92018-04-09 15:33:21 -0700245Basic VFC vnfres API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500246 [Tags] health api health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800247 Run MSB Get Request /api/vnfres/v1/health_check
Gary Wu3a9cc242017-10-18 12:30:02 -0700248
Gildas Lanilis62174d92018-04-09 15:33:21 -0700249Basic VFC ztevnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500250 [Tags] health 3rdparty health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800251 Run MSB Get Request /api/ztevnfmdriver/v1/health_check
Brian Freemanf508ab22018-03-15 21:19:41 -0500252
Gildas Lanilis62174d92018-04-09 15:33:21 -0700253Basic VID Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500254 [Tags] health small health-vid
mrichomme6f2e27e2020-05-15 09:42:52 +0200255 [Timeout] 120
Brian Freemanb45993c2019-12-11 15:44:17 -0500256 Setup Browser
Gildas Lanilis62174d92018-04-09 15:33:21 -0700257 Run VID Health Check
258
Gildas Lanilis398dd402018-04-23 15:58:24 -0700259Basic VNFSDK Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500260 [Tags] health health-vnfsdk
Gildas Lanilis398dd402018-04-23 15:58:24 -0700261 Run VNFSDK Health Check
262
Brian Freemanf508ab22018-03-15 21:19:41 -0500263Health Distribution Test
264 [Tags] healthdist
Brian Freeman01d503a2019-04-10 14:51:59 -0500265 [Timeout] 1200
DR695H3c98fb32019-07-25 17:10:53 -0400266 Model Distribution For Directory With Teardown vFW
Brian Freeman053ce592018-04-11 09:40:57 -0500267
268Portal Login Tests
269 [Tags] healthlogin
Brian Freemanf410ced2019-12-10 15:36:01 -0500270 [Timeout] 120
mrichomme547e3112018-04-13 16:44:04 +0200271 Run Portal Login Tests
Brian Freemanb9d6fbf2018-04-11 19:15:27 -0500272
273Portal Application Access Tests
274 [Tags] healthportalapp
Brian Freemanf410ced2019-12-10 15:36:01 -0500275 [Timeout] 900
Brian Freemana966f032018-04-30 14:01:14 -0500276 Run Portal Application Access Tests
GuangrongFud5bc0b82018-10-16 17:59:57 +0800277
Brian Freemanf410ced2019-12-10 15:36:01 -0500278Portal SDC Application Access Test
279 [Tags] healthportalapp2
280 [Timeout] 180
281 Run Portal Application Login Test cs0008 demo123456! gridster-SDC-icon-link tabframe-SDC Welcome to SDC
282 Close All Browsers
283
284Portal VID Application Access Test
285 [Tags] healthportalapp2
286 [Timeout] 180
287 Run Portal Application Login Test demo demo123456! gridster-Virtual-Infrastructure-Deployment-icon-link tabframe-Virtual-Infrastructure-Deployment Welcome to VID
288 Close All Browsers
289
290Portal A&AI UI Application Access Test
291 [Tags] healthportalapp2
292 [Timeout] 180
293 Run Portal Application Login Test demo demo123456! gridster-A&AI-UI-icon-link tabframe-A&AI-UI A&AI
294 Close All Browsers
295
296Portal Policy Editor Application Access Test
297 [Tags] healthportalapp2
298 [Timeout] 180
299 Run Portal Application Login Test demo demo123456! gridster-Policy-icon-link tabframe-Policy Policy Editor
300 Close All Browsers
301
302Portal SO Monitoring Application Access Test
303 [Tags] healthportalapp2
304 [Timeout] 180
305 Run Portal Application Login Test demo demo123456! gridster-SO-Monitoring-icon-link tabframe-SO-Monitoring SO
306 Close All Browsers
307
308Portal xDemo APP Application Access Test
309 [Tags] healthportalapp2
310 [Timeout] 180
311 Run Portal Application Login Test demo demo123456! gridster-xDemo-App-icon-link tabframe-xDemo-App xDemo
312 Close All Browsers
313
314Portal CLI Application Access Test
315 [Tags] healthportalapp2
316 [Timeout] 180
317 Run Portal Application Login Test demo demo123456! gridster-CLI-icon-link tabframe-CLI CLI
318 Close All Browsers
319
320
GuangrongFud5bc0b82018-10-16 17:59:57 +0800321Basic Holmes Rule Management API Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100322 [Tags] health-dcaegen2
DR695H910097e2019-05-08 13:55:32 -0400323 Run Holmes Rule Mgmt Healthcheck
GuangrongFud5bc0b82018-10-16 17:59:57 +0800324
325Basic Holmes Engine Management API Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100326 [Tags] health-dcaegen2
DR695H910097e2019-05-08 13:55:32 -0400327 Run Holmes Engine Mgmt Healthcheck
Liexiang Yuec2ae48d2019-04-16 12:05:43 +0800328
329Basic Multicloud-fcaps API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500330 [Tags] health multicloud health-multicloud
Liexiang Yue80db3882019-05-09 16:10:44 +0800331 Run MSB Get Request /api/multicloud-fcaps/v1/healthcheck
yangyan9a7c7322019-05-05 17:08:48 +0800332
333Basic Modeling genericparser API Health Check
334 [Tags] health api health-modeling
Bilal A461aa5b2019-05-06 14:00:57 -0400335 Run MSB Get Request /api/parser/v1/health_check
Abdelmuhaimen Seaudi756eb6a2019-08-10 08:20:52 +0000336
SantoshB70902ea2020-09-10 17:32:12 +0530337Enhanced CDS Health Check
Abdelmuhaimen Seaudi756eb6a2019-08-10 08:20:52 +0000338 [Tags] health medium health-cds
SantoshB70902ea2020-09-10 17:32:12 +0530339 Run CDS Basic Health Check
340 Run CDS Create Data Dictionary Health Check
341 Run CDS GET Data Dictionary Health Check
342 Run CDS Bootstrap Health Check
343 Run CDS Enrich CBA Health Check
344 Run CDS Publish CBA Health Check
345 Run CDS Process CBA Health Check
346 Run CDS Delete CBA Health Check