blob: dc107b5296f7ace0a169e8055b3182367357681d [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
Brian Freemana966f032018-04-30 14:01:14 -050038Basic AAF Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050039 [Tags] health small health-aaf
Brian Freemana966f032018-04-30 14:01:14 -050040 Run AAF Health Check
41
Kiran Kaminenie4eed3a2019-04-24 11:46:31 -070042Basic AAF SMS Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050043 [Tags] health small health-aaf
Gildas Lanilis9bb827f2018-05-14 08:32:40 -070044 Run SMS Health Check
gwu1ecd8712018-07-13 08:10:18 -070045
mrichommee2f54b42018-03-08 17:45:49 +010046Basic APPC Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050047 [Tags] health small health-appc
DR695Hccff30b2017-02-17 18:44:24 -050048 Run APPC Health Check
mrichommee2f54b42018-03-08 17:45:49 +010049
Gildas Lanilis398dd402018-04-23 15:58:24 -070050Basic CLI Health Check
mrichomme4429aa32020-01-09 14:13:10 +010051 [Tags] health-cli
Gildas Lanilis398dd402018-04-23 15:58:24 -070052 Run CLI Health Check
53
Gildas Lanilis62174d92018-04-09 15:33:21 -070054Basic CLAMP Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050055 [Tags] health medium health-clamp
Gildas Lanilis62174d92018-04-09 15:33:21 -070056 Run CLAMP Health Check
mrichommee2f54b42018-03-08 17:45:49 +010057
Gildas Lanilis62174d92018-04-09 15:33:21 -070058Basic DCAE Health Check
Yang Xu44e674b2019-07-10 18:34:06 -040059 [Tags] health medium health-dcaegen2
Gildas Lanilis62174d92018-04-09 15:33:21 -070060 Run DCAE Health Check
61
econward7400a12018-09-03 13:47:00 +000062Basic DMAAP Data Router Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050063 [Tags] health datarouter health-dmaap
econward7400a12018-09-03 13:47:00 +000064 Run DR Health Check
65
Gildas Lanilis62174d92018-04-09 15:33:21 -070066Basic DMAAP Message Router Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050067 [Tags] health core health-dmaap
mrichommee2f54b42018-03-08 17:45:49 +010068 Run MR Health Check
69
Brian Freeman19a4d2d2018-11-30 13:03:52 -050070Basic DMAAP Message Router PubSub Health Check
mrichomme5268d0e2020-01-07 08:55:26 +010071 [Tags] healthmr core health-dmaap
Brian Freeman19a4d2d2018-11-30 13:03:52 -050072 [Timeout] 30
73 Run MR PubSub Health Check
74
pkaras2771fda2019-04-10 11:56:50 +020075Basic DMAAP Bus Controller Health Check With Basic Auth
Brian Freemanc7db27a2019-04-26 12:16:34 -050076 [Tags] health health-dmaap
pkaras2771fda2019-04-10 11:56:50 +020077 Run BC Health Check With Basic Auth
78
Gildas Lanilis398dd402018-04-23 15:58:24 -070079Basic External API NBI Health Check
mrichommeca148ba2018-10-04 18:14:45 +020080 [Tags] health externalapi api small
Gildas Lanilis398dd402018-04-23 15:58:24 -070081 Run NBI Health Check
82
83Basic Log Elasticsearch Health Check
mrichomme4429aa32020-01-09 14:13:10 +010084 [Tags] oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070085 Run Log Elasticsearch Health Check
86
87Basic Log Kibana Health Check
mrichomme4429aa32020-01-09 14:13:10 +010088 [Tags] oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070089 Run Log Kibana Health Check
90
91Basic Log Logstash Health Check
mrichomme4429aa32020-01-09 14:13:10 +010092 [Tags] oom health-log
Gildas Lanilis398dd402018-04-23 15:58:24 -070093 Run Log Logstash Health Check
Gary Wu2e01cf62018-05-04 10:24:40 -070094
Gary Wu26dd72a2017-10-17 12:27:22 -070095Basic Microservice Bus Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -050096 [Tags] health small health-msb
Gary Wu26dd72a2017-10-17 12:27:22 -070097 Run MSB Health Check
Gary Wu3a9cc242017-10-18 12:30:02 -070098
Gildas Lanilis62174d92018-04-09 15:33:21 -070099Basic Multicloud API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500100 [Tags] health multicloud small health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800101 Run MSB Get Request /api/multicloud/v0/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700102
Huang Haibin92eef942018-10-11 11:04:05 +0800103Basic Multicloud-pike API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500104 [Tags] health multicloud small health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800105 Run MSB Get Request /api/multicloud-pike/v0/swagger.json
Huang Haibin92eef942018-10-11 11:04:05 +0800106
Haibin Huangea7b4f72019-01-24 10:00:12 +0800107Basic Multicloud-starlingx API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500108 [Tags] health multicloud health-multicloud
Haibin Huangea7b4f72019-01-24 10:00:12 +0800109 Run MSB Get Request /api/multicloud-starlingx/v0/swagger.json
110
Gildas Lanilis62174d92018-04-09 15:33:21 -0700111Basic Multicloud-titanium_cloud API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500112 [Tags] health multicloud health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800113 Run MSB Get Request /api/multicloud-titaniumcloud/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700114
Gildas Lanilis62174d92018-04-09 15:33:21 -0700115Basic Multicloud-vio API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500116 [Tags] health multicloud health-multicloud
GuangrongFud5bc0b82018-10-16 17:59:57 +0800117 Run MSB Get Request /api/multicloud-vio/v0/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700118
Kiran Kamineni8a1d2112019-05-13 16:14:55 -0700119Basic Multicloud-k8s API Health Check
120 [Tags] health multicloud health-multicloud
121 Run MSB Get Request /api/multicloud-k8s/v1/v1/healthcheck
122
Eric Debeauca1b9c82018-04-24 20:41:02 +0000123Basic OOF-Homing Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500124 [Tags] health medium health-oof
Eric Debeauca1b9c82018-04-24 20:41:02 +0000125 Run OOF-Homing Health Check
126
127Basic OOF-SNIRO Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500128 [Tags] health medium health-oof
Eric Debeauca1b9c82018-04-24 20:41:02 +0000129 Run OOF-SNIRO Health Check
Eric Debeau9045a1e2018-04-24 17:22:41 +0000130
Jerry Flood0c3270c2018-11-01 12:46:55 -0400131Basic OOF-CMSO Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500132 [Tags] health medium health-oof
Jerry Flood0c3270c2018-11-01 12:46:55 -0400133 Run OOF-CMSO Health Check
134
Gildas Lanilis62174d92018-04-09 15:33:21 -0700135Basic Policy Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500136 [Tags] health medium health-policy
Gildas Lanilis62174d92018-04-09 15:33:21 -0700137 Run Policy Health Check
Bilal A461aa5b2019-05-06 14:00:57 -0400138 Run Policy API Healthcheck
139 Run Policy PAP Healthcheck
140 Run Policy Distribution Healthcheck
141 Run Policy XACML PDP Healthcheck
142 Run Policy APEX PDP Healthcheck
Gary Wu269bc1a2017-10-23 16:23:50 -0700143
Ubuntua4e34002018-09-20 22:49:52 +0000144Basic Pomba AAI-context-builder Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100145 [Tags] 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
mrichomme4429aa32020-01-09 14:13:10 +0100149 [Tags] 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
mrichomme4429aa32020-01-09 14:13:10 +0100153 [Tags] 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
mrichomme4429aa32020-01-09 14:13:10 +0100157 [Tags] 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
mrichomme4429aa32020-01-09 14:13:10 +0100161 [Tags] 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
mrichomme4429aa32020-01-09 14:13:10 +0100165 [Tags] 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
mrichomme4429aa32020-01-09 14:13:10 +0100169 [Tags] 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
mrichomme4429aa32020-01-09 14:13:10 +0100173 [Tags] 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
mrichomme4429aa32020-01-09 14:13:10 +0100177 [Tags] 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
DR695Hc0cf6a42019-07-26 16:42:36 -0400186 Run SDC 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
DR695H87b84d02019-08-02 17:18:13 -0400190 Run SDNC 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
kaihlavi34d90582019-08-15 11:37:02 +0300194 SO.Run Get Request ${GLOBAL_SO_APIHAND_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
195 SO.Run Get Request ${GLOBAL_SO_SDCHAND_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
DR695H0b4b16c2019-07-24 16:40:42 -0400196 SO.Run Get Request ${GLOBAL_SO_BPMN_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
197 SO.Run Get Request ${GLOBAL_SO_CATDB_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
198 SO.Run Get Request ${GLOBAL_SO_OPENSTACK_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
199 SO.Run Get Request ${GLOBAL_SO_REQDB_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
200 SO.Run Get Request ${GLOBAL_SO_SDNC_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
201 SO.Run Get Request ${GLOBAL_SO_VFC_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
202 SO.Run Get Request ${GLOBAL_SO_VNFM_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH}
kaihlavi34d90582019-08-15 11:37:02 +0300203
Gildas Lanilis62174d92018-04-09 15:33:21 -0700204Basic UseCaseUI API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500205 [Tags] health api medium health-uui
GuangrongFud5bc0b82018-10-16 17:59:57 +0800206 Run MSB Get Request /iui/usecaseui/
Gary Wu78c5d792017-10-23 10:14:20 -0700207
Gildas Lanilis62174d92018-04-09 15:33:21 -0700208Basic VFC catalog API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500209 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800210 Run MSB Get Request /api/catalog/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700211
212Basic VFC emsdriver 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/emsdriver/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700215
216Basic VFC gvnfmdriver 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/gvnfmdriver/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700219
Gildas Lanilis398dd402018-04-23 15:58:24 -0700220Basic VFC huaweivnfmdriver 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/huaweivnfmdriver/v1/swagger.json
Gildas Lanilis398dd402018-04-23 15:58:24 -0700223
luxin3b05d732018-04-10 13:57:22 +0800224Basic VFC jujuvnfmdriver 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/jujuvnfmdriver/v1/swagger.json
luxin3b05d732018-04-10 13:57:22 +0800227
228Basic VFC multivimproxy API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500229 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800230 Run MSB Get Request /api/multivimproxy/v1/swagger.json
luxin3b05d732018-04-10 13:57:22 +0800231
Gildas Lanilis62174d92018-04-09 15:33:21 -0700232Basic VFC nokiav2driver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500233 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800234 Run MSB Get Request /api/NokiaSVNFM/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700235
236Basic VFC nslcm 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/nslcm/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700239
240Basic VFC resmgr 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/resmgr/v1/swagger.json
Gildas Lanilis62174d92018-04-09 15:33:21 -0700243
244Basic VFC vnflcm 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/vnflcm/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700247
Gildas Lanilis62174d92018-04-09 15:33:21 -0700248Basic VFC vnfmgr 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/vnfmgr/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700251
Gildas Lanilis62174d92018-04-09 15:33:21 -0700252Basic VFC vnfres API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500253 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800254 Run MSB Get Request /api/vnfres/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700255
Gildas Lanilis62174d92018-04-09 15:33:21 -0700256Basic VFC workflow API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500257 [Tags] health api health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800258 Run MSB Get Request /api/workflow/v1/swagger.json
Gary Wu269bc1a2017-10-23 16:23:50 -0700259
Gildas Lanilis62174d92018-04-09 15:33:21 -0700260Basic VFC ztesdncdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500261 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800262 Run MSB Get Request /api/ztesdncdriver/v1/swagger.json
Gary Wu3a9cc242017-10-18 12:30:02 -0700263
Gildas Lanilis62174d92018-04-09 15:33:21 -0700264Basic VFC ztevnfmdriver API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500265 [Tags] health 3rdparty health-vfc
GuangrongFud5bc0b82018-10-16 17:59:57 +0800266 Run MSB Get Request /api/ztevnfmdriver/v1/swagger.json
Brian Freemanf508ab22018-03-15 21:19:41 -0500267
Gildas Lanilis62174d92018-04-09 15:33:21 -0700268Basic VID Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500269 [Tags] health small health-vid
Brian Freemanb45993c2019-12-11 15:44:17 -0500270 [Timeout] 60
271 Setup Browser
Gildas Lanilis62174d92018-04-09 15:33:21 -0700272 Run VID Health Check
273
Gildas Lanilis398dd402018-04-23 15:58:24 -0700274Basic VNFSDK Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500275 [Tags] health health-vnfsdk
Gildas Lanilis398dd402018-04-23 15:58:24 -0700276 Run VNFSDK Health Check
277
Brian Freemanf508ab22018-03-15 21:19:41 -0500278Health Distribution Test
279 [Tags] healthdist
Brian Freeman01d503a2019-04-10 14:51:59 -0500280 [Timeout] 1200
DR695H3c98fb32019-07-25 17:10:53 -0400281 Model Distribution For Directory With Teardown vFW
Brian Freeman053ce592018-04-11 09:40:57 -0500282
283Portal Login Tests
284 [Tags] healthlogin
Brian Freemanf410ced2019-12-10 15:36:01 -0500285 [Timeout] 120
mrichomme547e3112018-04-13 16:44:04 +0200286 Run Portal Login Tests
Brian Freemanb9d6fbf2018-04-11 19:15:27 -0500287
288Portal Application Access Tests
289 [Tags] healthportalapp
Brian Freemanf410ced2019-12-10 15:36:01 -0500290 [Timeout] 900
Brian Freemana966f032018-04-30 14:01:14 -0500291 Run Portal Application Access Tests
GuangrongFud5bc0b82018-10-16 17:59:57 +0800292
Brian Freemanf410ced2019-12-10 15:36:01 -0500293Portal SDC Application Access Test
294 [Tags] healthportalapp2
295 [Timeout] 180
296 Run Portal Application Login Test cs0008 demo123456! gridster-SDC-icon-link tabframe-SDC Welcome to SDC
297 Close All Browsers
298
299Portal VID Application Access Test
300 [Tags] healthportalapp2
301 [Timeout] 180
302 Run Portal Application Login Test demo demo123456! gridster-Virtual-Infrastructure-Deployment-icon-link tabframe-Virtual-Infrastructure-Deployment Welcome to VID
303 Close All Browsers
304
305Portal A&AI UI Application Access Test
306 [Tags] healthportalapp2
307 [Timeout] 180
308 Run Portal Application Login Test demo demo123456! gridster-A&AI-UI-icon-link tabframe-A&AI-UI A&AI
309 Close All Browsers
310
311Portal Policy Editor Application Access Test
312 [Tags] healthportalapp2
313 [Timeout] 180
314 Run Portal Application Login Test demo demo123456! gridster-Policy-icon-link tabframe-Policy Policy Editor
315 Close All Browsers
316
317Portal SO Monitoring Application Access Test
318 [Tags] healthportalapp2
319 [Timeout] 180
320 Run Portal Application Login Test demo demo123456! gridster-SO-Monitoring-icon-link tabframe-SO-Monitoring SO
321 Close All Browsers
322
323Portal xDemo APP Application Access Test
324 [Tags] healthportalapp2
325 [Timeout] 180
326 Run Portal Application Login Test demo demo123456! gridster-xDemo-App-icon-link tabframe-xDemo-App xDemo
327 Close All Browsers
328
329Portal CLI Application Access Test
330 [Tags] healthportalapp2
331 [Timeout] 180
332 Run Portal Application Login Test demo demo123456! gridster-CLI-icon-link tabframe-CLI CLI
333 Close All Browsers
334
335
GuangrongFud5bc0b82018-10-16 17:59:57 +0800336Basic Holmes Rule Management API Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100337 [Tags] health-dcaegen2
DR695H910097e2019-05-08 13:55:32 -0400338 Run Holmes Rule Mgmt Healthcheck
GuangrongFud5bc0b82018-10-16 17:59:57 +0800339
340Basic Holmes Engine Management API Health Check
mrichomme4429aa32020-01-09 14:13:10 +0100341 [Tags] health-dcaegen2
DR695H910097e2019-05-08 13:55:32 -0400342 Run Holmes Engine Mgmt Healthcheck
Liexiang Yuec2ae48d2019-04-16 12:05:43 +0800343
344Basic Multicloud-fcaps API Health Check
Brian Freemanc7db27a2019-04-26 12:16:34 -0500345 [Tags] health multicloud health-multicloud
Liexiang Yue80db3882019-05-09 16:10:44 +0800346 Run MSB Get Request /api/multicloud-fcaps/v1/healthcheck
yangyan9a7c7322019-05-05 17:08:48 +0800347
348Basic Modeling genericparser API Health Check
349 [Tags] health api health-modeling
Bilal A461aa5b2019-05-06 14:00:57 -0400350 Run MSB Get Request /api/parser/v1/health_check
Abdelmuhaimen Seaudi756eb6a2019-08-10 08:20:52 +0000351
352Basic CDS Health Check
353 [Tags] health medium health-cds
354 Run CDS Health Check