blob: ba3931ee2544dd3a3f583ff89746db279d9dd757 [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
Jack Lucas72885bb2021-03-06 13:54:40 -050031Resource ../resources/dcae_ms_interface.robot
DR695H288e86f2019-06-17 15:19:58 -040032
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
Nagendra90287da8e4c32020-08-31 21:51:42 +053039Enhanced A&AI Health Check
40 [Tags] health core health-aai
41 Run Resource API AAI Inventory check
42 Run Traversal API AAI Inventory check
43
Brian Freemana966f032018-04-30 14:01:14 -050044Basic AAF Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050045 [Tags] health small health-aaf
Brian Freemana966f032018-04-30 14:01:14 -050046 Run AAF Health Check
47
Kiran Kaminenie4eed3a2019-04-24 11:46:31 -070048Basic AAF SMS Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050049 [Tags] health small health-aaf
Gildas Lanilis9bb827f2018-05-14 08:32:40 -070050 Run SMS Health Check
gwu1ecd8712018-07-13 08:10:18 -070051
mrichommee2f54b42018-03-08 17:45:49 +010052Basic APPC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050053 [Tags] health small health-appc
DR695Hccff30b2017-02-17 18:44:24 -050054 Run APPC Health Check
mrichommee2f54b42018-03-08 17:45:49 +010055
Gildas Lanilis398dd402018-04-23 15:58:24 -070056Basic CLI Health Check
mrichomme9f863412020-03-26 09:29:54 +010057 [Tags] health-cli health
Gildas Lanilis398dd402018-04-23 15:58:24 -070058 Run CLI Health Check
59
Gildas Lanilis62174d92018-04-09 15:33:21 -070060Basic CLAMP Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050061 [Tags] health medium health-clamp
Gildas Lanilis62174d92018-04-09 15:33:21 -070062 Run CLAMP Health Check
mrichommee2f54b42018-03-08 17:45:49 +010063
Gildas Lanilis62174d92018-04-09 15:33:21 -070064Basic DCAE Health Check
Yang Xu44e674b2019-07-10 18:34:06 -040065 [Tags] health medium health-dcaegen2
Gildas Lanilis62174d92018-04-09 15:33:21 -070066 Run DCAE Health Check
67
Jack Lucas72885bb2021-03-06 13:54:40 -050068Basic DCAE Microservices Health Check
69 [Tags] health medium health-dcaegen2-services
70 Run DCAE Microservices Health Check
71
econward7400a12018-09-03 13:47:00 +000072Basic DMAAP Data Router Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050073 [Tags] health datarouter health-dmaap
econward7400a12018-09-03 13:47:00 +000074 Run DR Health Check
75
Gildas Lanilis62174d92018-04-09 15:33:21 -070076Basic DMAAP Message Router Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050077 [Tags] health core health-dmaap
mrichommee2f54b42018-03-08 17:45:49 +010078 Run MR Health Check
79
Brian Freeman19a4d2d2018-11-30 13:03:52 -050080Basic DMAAP Message Router PubSub Health Check
mrichomme5268d0e2020-01-07 08:55:26 +010081 [Tags] healthmr core health-dmaap
Brian Freeman19a4d2d2018-11-30 13:03:52 -050082 [Timeout] 30
83 Run MR PubSub Health Check
84
pkaras2771fda2019-04-10 11:56:50 +020085Basic DMAAP Bus Controller Health Check With Basic Auth
Brian Freemanc7db27a2019-04-26 12:16:34 -050086 [Tags] health health-dmaap
pkaras2771fda2019-04-10 11:56:50 +020087 Run BC Health Check With Basic Auth
88
Gildas Lanilis398dd402018-04-23 15:58:24 -070089Basic External API NBI Health Check
mrichommeca148ba2018-10-04 18:14:45 +020090 [Tags] health externalapi api small
Gildas Lanilis398dd402018-04-23 15:58:24 -070091 Run NBI Health Check
92
93Basic Log Elasticsearch Health Check
mrichomme4429aa32020-01-09 14:13:10 +010094 [Tags] oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070095 Run Log Elasticsearch Health Check
96
97Basic Log Kibana Health Check
mrichomme4429aa32020-01-09 14:13:10 +010098 [Tags] oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070099 Run Log Kibana Health Check
100
101Basic Log Logstash Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100102 [Tags] oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -0700103 Run Log Logstash Health Check
Gary Wu2e01cf62018-05-04 10:24:40 -0700104
Gary Wu26dd72a2017-10-17 12:27:22 -0700105Basic Microservice Bus Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500106 [Tags] health small health-msb
Gary Wu26dd72a2017-10-17 12:27:22 -0700107 Run MSB Health Check
Gary Wu3a9cc242017-10-18 12:30:02 -0700108
Gildas Lanilis62174d92018-04-09 15:33:21 -0700109Basic Multicloud API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500110 [Tags] health multicloud small health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800111 Run MSB Get Request /api/multicloud/v0/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700112
Huang Haibin92eef942018-10-11 11:04:05 +0800113Basic Multicloud-pike API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500114 [Tags] health multicloud small health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800115 Run MSB Get Request /api/multicloud-pike/v0/swagger.json
Huang Haibin92eef942018-10-11 11:04:05 +0800116
Haibin Huangea7b4f72019-01-24 10:00:12 +0800117Basic Multicloud-starlingx API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500118 [Tags] health multicloud health-multicloud
Haibin Huangea7b4f72019-01-24 10:00:12 +0800119 Run MSB Get Request /api/multicloud-starlingx/v0/swagger.json
120
Gildas Lanilis62174d92018-04-09 15:33:21 -0700121Basic Multicloud-titanium_cloud API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500122 [Tags] health multicloud health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800123 Run MSB Get Request /api/multicloud-titaniumcloud/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700124
Gildas Lanilis62174d92018-04-09 15:33:21 -0700125Basic Multicloud-vio API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500126 [Tags] health multicloud health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800127 Run MSB Get Request /api/multicloud-vio/v0/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700128
Kiran Kamineni8a1d2112019-05-13 16:14:55 -0700129Basic Multicloud-k8s API Health Check
130 [Tags] health multicloud health-multicloud
Konrad Banka4fb9eac2020-05-06 05:15:49 +0000131 Run MSB Get Request /api/multicloud-k8s/v1/v1/healthcheck
Kiran Kamineni8a1d2112019-05-13 16:14:55 -0700132
Eric Debeauca1b9c82018-04-24 20:41:02 +0000133Basic OOF-Homing Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500134 [Tags] health medium health-oof
Eric Debeauca1b9c82018-04-24 20:41:02 +0000135 Run OOF-Homing Health Check
136
krishnaa961493f1d2020-09-22 11:49:58 +0530137Basic OOF-OSDF Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500138 [Tags] health medium health-oof
krishnaa961493f1d2020-09-22 11:49:58 +0530139 Run OOF-OSDF Health Check
Eric Debeau9045a1e2018-04-24 17:22:41 +0000140
Jerry Flood0c3270c2018-11-01 12:46:55 -0400141Basic OOF-CMSO Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500142 [Tags] health medium health-oof
Jerry Flood0c3270c2018-11-01 12:46:55 -0400143 Run OOF-CMSO Health Check
144
Gildas Lanilis62174d92018-04-09 15:33:21 -0700145Basic Policy Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500146 [Tags] health medium health-policy
Gildas Lanilis62174d92018-04-09 15:33:21 -0700147 Run Policy Health Check
mrichomme455d3992020-04-03 14:56:40 +0200148
Nagendra9028704889532020-09-04 15:44:45 +0530149Enhanced Policy New Healthcheck
150 [Tags] health medium health-policy
151 Run Create Policy Post Request
152 Run Get Policy Get Request
153 Run Deploy Policy Pap Post Request
154 Run Undeploy Policy
155 Run Delete Policy Request
156
Ubuntua4e34002018-09-20 22:49:52 +0000157Basic Pomba AAI-context-builder Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100158 [Tags] oom health-pomba
Ubuntua4e34002018-09-20 22:49:52 +0000159 Run Pomba Aai Context Builder Health Check
160
161Basic Pomba SDC-context-builder Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100162 [Tags] oom health-pomba
Ubuntua4e34002018-09-20 22:49:52 +0000163 Run Pomba Sdc Context Builder Health Check
164
165Basic Pomba Network-discovery-context-builder Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100166 [Tags] oom health-pomba
Ubuntua4e34002018-09-20 22:49:52 +0000167 Run Pomba Network Discovery Context Builder Health Check
168
Leigh, Phillip (pl876u)d1ff3712019-03-20 17:27:22 -0400169Basic Pomba Service-Decomposition Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100170 [Tags] oom health-pomba
Leigh, Phillip (pl876u)d1ff3712019-03-20 17:27:22 -0400171 Run Pomba Service Decomposition Health Check
172
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400173Basic Pomba Network-Discovery-MicroService Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100174 [Tags] oom health-pomba
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400175 Run Pomba Network Discovery MicroService Health Check
176
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400177Basic Pomba Pomba-Kibana Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100178 [Tags] oom health-pomba
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400179 Run Pomba Kibana Health Check
180
181Basic Pomba Elastic-Search Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100182 [Tags] oom health-pomba
Leigh, Phillip (pl876u)e3dc3042019-03-22 17:44:53 -0400183 Run Pomba Elastic Search Health Check
Leigh, Phillip (pl876u)d1ff3712019-03-20 17:27:22 -0400184
Leigh, Phillip (pl876u)d49bf602019-03-26 12:10:15 -0400185Basic Pomba Sdnc-Context-Builder Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100186 [Tags] oom health-pomba
Leigh, Phillip (pl876u)d49bf602019-03-26 12:10:15 -0400187 Run Pomba Sdnc Context Builder Health Check
188
189Basic Pomba Context-Aggregator Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100190 [Tags] oom health-pomba
Leigh, Phillip (pl876u)d49bf602019-03-26 12:10:15 -0400191 Run Pomba Context Aggregator Health Check
192
Gildas Lanilis62174d92018-04-09 15:33:21 -0700193Basic Portal Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500194 [Tags] health core health-portal
Gildas Lanilis62174d92018-04-09 15:33:21 -0700195 Run Portal Health Check
Denes Nemeth5be4b582018-04-09 14:19:44 +0200196
Gildas Lanilis62174d92018-04-09 15:33:21 -0700197Basic SDC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500198 [Tags] health core health-sdc
DR695Hc0cf6a42019-07-26 16:42:36 -0400199 Run SDC Health Check
Gary Wu3a9cc242017-10-18 12:30:02 -0700200
deswali07ec04dbe2020-09-30 14:31:33 +0530201Enhanced SDC Health Check
202 [Tags] health core health-sdc
203 Run SDC BE ONBOARD Healthcheck
204 Run SDC BE Healthcheck
205
Gildas Lanilis62174d92018-04-09 15:33:21 -0700206Basic SDNC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500207 [Tags] health core health-sdnc
DR695H87b84d02019-08-02 17:18:13 -0400208 Run SDNC Health Check
Gary Wu269bc1a2017-10-23 16:23:50 -0700209
deswali07dd304252020-09-10 15:47:47 +0530210Enhanced SDNC Health Check
211 [Tags] health core health-sdnc
212 Run SDNC Health Check Generic Resource API
213
Gildas Lanilis62174d92018-04-09 15:33:21 -0700214Basic SO Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500215 [Tags] health core health-so
kaihlavi34d90582019-08-15 11:37:02 +0300216 SO.Run Get Request ${GLOBAL_SO_APIHAND_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
217 SO.Run Get Request ${GLOBAL_SO_SDCHAND_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
DR695H0b4b16c2019-07-24 16:40:42 -0400218 SO.Run Get Request ${GLOBAL_SO_BPMN_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
219 SO.Run Get Request ${GLOBAL_SO_CATDB_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
220 SO.Run Get Request ${GLOBAL_SO_OPENSTACK_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
221 SO.Run Get Request ${GLOBAL_SO_REQDB_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
222 SO.Run Get Request ${GLOBAL_SO_SDNC_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
223 SO.Run Get Request ${GLOBAL_SO_VFC_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
224 SO.Run Get Request ${GLOBAL_SO_VNFM_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
kaihlavi34d90582019-08-15 11:37:02 +0300225
Gildas Lanilis62174d92018-04-09 15:33:21 -0700226Basic UseCaseUI API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500227 [Tags] health api medium health-uui
GuangrongFud5bc0b82018-10-16 17:59:57 +0800228 Run MSB Get Request /iui/usecaseui/
Gary Wu78c5d792017-10-23 10:14:20 -0700229
Gildas Lanilis62174d92018-04-09 15:33:21 -0700230Basic VFC gvnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500231 [Tags] health 3rdparty health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800232 Run MSB Get Request /api/gvnfmdriver/v1/health_check
Gildas Lanilis62174d92018-04-09 15:33:21 -0700233
Gildas Lanilis398dd402018-04-23 15:58:24 -0700234Basic VFC huaweivnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500235 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800236 Run MSB Get Request /api/huaweivnfmdriver/v1/swagger.json
Gildas Lanilis398dd402018-04-23 15:58:24 -0700237
Gildas Lanilis62174d92018-04-09 15:33:21 -0700238Basic VFC nslcm API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500239 [Tags] health api health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800240 Run MSB Get Request /api/nslcm/v1/health_check
Gildas Lanilis62174d92018-04-09 15:33:21 -0700241
Gildas Lanilis62174d92018-04-09 15:33:21 -0700242Basic VFC vnflcm API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500243 [Tags] health api health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800244 Run MSB Get Request /api/vnflcm/v1/health_check
Gary Wu3a9cc242017-10-18 12:30:02 -0700245
Gildas Lanilis62174d92018-04-09 15:33:21 -0700246Basic VFC vnfmgr API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500247 [Tags] health api health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800248 Run MSB Get Request /api/vnfmgr/v1/health_check
Gary Wu3a9cc242017-10-18 12:30:02 -0700249
Gildas Lanilis62174d92018-04-09 15:33:21 -0700250Basic VFC vnfres API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500251 [Tags] health api health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800252 Run MSB Get Request /api/vnfres/v1/health_check
Gary Wu3a9cc242017-10-18 12:30:02 -0700253
Gildas Lanilis62174d92018-04-09 15:33:21 -0700254Basic VFC ztevnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500255 [Tags] health 3rdparty health-vfc
yangyan34c77b72020-02-10 09:54:41 +0800256 Run MSB Get Request /api/ztevnfmdriver/v1/health_check
Brian Freemanf508ab22018-03-15 21:19:41 -0500257
Gildas Lanilis62174d92018-04-09 15:33:21 -0700258Basic VID Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500259 [Tags] health small health-vid
mrichomme6f2e27e2020-05-15 09:42:52 +0200260 [Timeout] 120
Brian Freemanb45993c2019-12-11 15:44:17 -0500261 Setup Browser
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
DR695H3c98fb32019-07-25 17:10:53 -0400271 Model Distribution For Directory With Teardown vFW
Brian Freeman053ce592018-04-11 09:40:57 -0500272
273Portal Login Tests
274 [Tags] healthlogin
Brian Freemanf410ced2019-12-10 15:36:01 -0500275 [Timeout] 120
mrichomme547e3112018-04-13 16:44:04 +0200276 Run Portal Login Tests
Brian Freemanb9d6fbf2018-04-11 19:15:27 -0500277
278Portal Application Access Tests
279 [Tags] healthportalapp
Brian Freemanf410ced2019-12-10 15:36:01 -0500280 [Timeout] 900
Brian Freemana966f032018-04-30 14:01:14 -0500281 Run Portal Application Access Tests
GuangrongFud5bc0b82018-10-16 17:59:57 +0800282
Brian Freemanf410ced2019-12-10 15:36:01 -0500283Portal SDC Application Access Test
284 [Tags] healthportalapp2
285 [Timeout] 180
286 Run Portal Application Login Test cs0008 demo123456! gridster-SDC-icon-link tabframe-SDC Welcome to SDC
287 Close All Browsers
288
289Portal VID Application Access Test
290 [Tags] healthportalapp2
291 [Timeout] 180
292 Run Portal Application Login Test demo demo123456! gridster-Virtual-Infrastructure-Deployment-icon-link tabframe-Virtual-Infrastructure-Deployment Welcome to VID
293 Close All Browsers
294
295Portal A&AI UI Application Access Test
296 [Tags] healthportalapp2
297 [Timeout] 180
298 Run Portal Application Login Test demo demo123456! gridster-A&AI-UI-icon-link tabframe-A&AI-UI A&AI
299 Close All Browsers
300
301Portal Policy Editor Application Access Test
302 [Tags] healthportalapp2
303 [Timeout] 180
304 Run Portal Application Login Test demo demo123456! gridster-Policy-icon-link tabframe-Policy Policy Editor
305 Close All Browsers
306
307Portal SO Monitoring Application Access Test
308 [Tags] healthportalapp2
309 [Timeout] 180
310 Run Portal Application Login Test demo demo123456! gridster-SO-Monitoring-icon-link tabframe-SO-Monitoring SO
311 Close All Browsers
312
313Portal xDemo APP Application Access Test
314 [Tags] healthportalapp2
315 [Timeout] 180
316 Run Portal Application Login Test demo demo123456! gridster-xDemo-App-icon-link tabframe-xDemo-App xDemo
317 Close All Browsers
318
319Portal CLI Application Access Test
320 [Tags] healthportalapp2
321 [Timeout] 180
322 Run Portal Application Login Test demo demo123456! gridster-CLI-icon-link tabframe-CLI CLI
323 Close All Browsers
324
325
GuangrongFud5bc0b82018-10-16 17:59:57 +0800326Basic Holmes Rule Management API Health Check
GuangrongFu77566b32021-03-17 16:27:20 +0800327 [Tags] health-holmes health
DR695H910097e2019-05-08 13:55:32 -0400328 Run Holmes Rule Mgmt Healthcheck
GuangrongFud5bc0b82018-10-16 17:59:57 +0800329
330Basic Holmes Engine Management API Health Check
GuangrongFu77566b32021-03-17 16:27:20 +0800331 [Tags] health-holmes health
DR695H910097e2019-05-08 13:55:32 -0400332 Run Holmes Engine Mgmt Healthcheck
Liexiang Yuec2ae48d2019-04-16 12:05:43 +0800333
334Basic Multicloud-fcaps API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500335 [Tags] health multicloud health-multicloud
Liexiang Yue80db3882019-05-09 16:10:44 +0800336 Run MSB Get Request /api/multicloud-fcaps/v1/healthcheck
yangyan9a7c7322019-05-05 17:08:48 +0800337
338Basic Modeling genericparser API Health Check
339 [Tags] health api health-modeling
Bilal A461aa5b2019-05-06 14:00:57 -0400340 Run MSB Get Request /api/parser/v1/health_check
Abdelmuhaimen Seaudi756eb6a2019-08-10 08:20:52 +0000341
SantoshB70902ea2020-09-10 17:32:12 +0530342Enhanced CDS Health Check
Abdelmuhaimen Seaudi756eb6a2019-08-10 08:20:52 +0000343 [Tags] health medium health-cds
SantoshB70902ea2020-09-10 17:32:12 +0530344 Run CDS Basic Health Check
345 Run CDS Create Data Dictionary Health Check
346 Run CDS GET Data Dictionary Health Check
347 Run CDS Bootstrap Health Check
348 Run CDS Enrich CBA Health Check
349 Run CDS Publish CBA Health Check
350 Run CDS Process CBA Health Check
351 Run CDS Delete CBA Health Check