DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 1 | *** Settings *** |
kaihlavi | 34d9058 | 2019-08-15 11:37:02 +0300 | [diff] [blame] | 2 | Documentation Test that ONAP components are available via basic API calls |
| 3 | Test Timeout 20 seconds |
| 4 | |
| 5 | Library ONAPLibrary.SO WITH NAME SO |
| 6 | |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 7 | Resource ../resources/dcae_interface.robot |
DR695H | 87b84d0 | 2019-08-02 17:18:13 -0400 | [diff] [blame] | 8 | Resource ../resources/sdnc_interface.robot |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 9 | Resource ../resources/aai/aai_interface.robot |
| 10 | Resource ../resources/vid/vid_interface.robot |
| 11 | Resource ../resources/policy_interface.robot |
DR695H | c0cf6a4 | 2019-07-26 16:42:36 -0400 | [diff] [blame] | 12 | Resource ../resources/sdc_interface.robot |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 13 | Resource ../resources/appc_interface.robot |
| 14 | Resource ../resources/portal_interface.robot |
| 15 | Resource ../resources/mr_interface.robot |
pkaras | 2771fda | 2019-04-10 11:56:50 +0200 | [diff] [blame] | 16 | Resource ../resources/bc_interface.robot |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 17 | Resource ../resources/aaf_interface.robot |
Gary Wu | 26dd72a | 2017-10-17 12:27:22 -0700 | [diff] [blame] | 18 | Resource ../resources/msb_interface.robot |
Gary Wu | ba8f94d | 2017-10-23 09:51:13 -0700 | [diff] [blame] | 19 | Resource ../resources/clamp_interface.robot |
Brian Freeman | f508ab2 | 2018-03-15 21:19:41 -0500 | [diff] [blame] | 20 | Resource ../resources/test_templates/model_test_template.robot |
mrichomme | 547e311 | 2018-04-13 16:44:04 +0200 | [diff] [blame] | 21 | Resource ../resources/nbi_interface.robot |
Kanagaraj Manickam k00365106 | bbc1395 | 2018-04-16 11:20:21 +0530 | [diff] [blame] | 22 | Resource ../resources/cli_interface.robot |
Kanagaraj Manickam k00365106 | 7ac93c2 | 2018-04-19 11:20:17 +0530 | [diff] [blame] | 23 | Resource ../resources/vnfsdk_interface.robot |
Neal Chatterley | e908d99 | 2018-04-18 18:19:39 +0000 | [diff] [blame] | 24 | Resource ../resources/log_interface.robot |
Eric Debeau | 9045a1e | 2018-04-24 17:22:41 +0000 | [diff] [blame] | 25 | Resource ../resources/oof_interface.robot |
Kiran Kamineni | 09edd94 | 2018-05-10 13:50:33 -0700 | [diff] [blame] | 26 | Resource ../resources/sms_interface.robot |
econwar | d7400a1 | 2018-09-03 13:47:00 +0000 | [diff] [blame] | 27 | Resource ../resources/dr_interface.robot |
Ubuntu | a4e3400 | 2018-09-20 22:49:52 +0000 | [diff] [blame] | 28 | Resource ../resources/pomba_interface.robot |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 29 | Resource ../resources/holmes_interface.robot |
Abdelmuhaimen Seaudi | 756eb6a | 2019-08-10 08:20:52 +0000 | [diff] [blame] | 30 | Resource ../resources/cds_interface.robot |
Jack Lucas | 72885bb | 2021-03-06 13:54:40 -0500 | [diff] [blame] | 31 | Resource ../resources/dcae_ms_interface.robot |
DR695H | 288e86f | 2019-06-17 15:19:58 -0400 | [diff] [blame] | 32 | |
Lasse Kaihlavirta | 4ecf7d9 | 2021-04-28 12:00:14 +0300 | [diff] [blame^] | 33 | Suite Teardown Close All Browsers |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 34 | |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 35 | *** Test Cases *** |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 36 | Basic A&AI Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 37 | [Tags] health core health-aai |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 38 | Run A&AI Health Check |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 39 | |
Nagendra90287 | da8e4c3 | 2020-08-31 21:51:42 +0530 | [diff] [blame] | 40 | Enhanced 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 Freeman | a966f03 | 2018-04-30 14:01:14 -0500 | [diff] [blame] | 45 | Basic AAF Health Check |
morganrol | b794e52 | 2021-04-19 15:06:27 +0200 | [diff] [blame] | 46 | [Tags] health health-aaf |
Brian Freeman | a966f03 | 2018-04-30 14:01:14 -0500 | [diff] [blame] | 47 | Run AAF Health Check |
| 48 | |
Kiran Kamineni | e4eed3a | 2019-04-24 11:46:31 -0700 | [diff] [blame] | 49 | Basic AAF SMS Health Check |
morganrol | b794e52 | 2021-04-19 15:06:27 +0200 | [diff] [blame] | 50 | [Tags] health health-aaf |
Gildas Lanilis | 9bb827f | 2018-05-14 08:32:40 -0700 | [diff] [blame] | 51 | Run SMS Health Check |
gwu | 1ecd871 | 2018-07-13 08:10:18 -0700 | [diff] [blame] | 52 | |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 53 | Basic APPC Health Check |
morganrol | b794e52 | 2021-04-19 15:06:27 +0200 | [diff] [blame] | 54 | [Tags] health-appc |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 55 | Run APPC Health Check |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 56 | |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 57 | Basic CLI Health Check |
mrichomme | 9f86341 | 2020-03-26 09:29:54 +0100 | [diff] [blame] | 58 | [Tags] health-cli health |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 59 | Run CLI Health Check |
| 60 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 61 | Basic CLAMP Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 62 | [Tags] health medium health-clamp |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 63 | Run CLAMP Health Check |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 64 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 65 | Basic DCAE Health Check |
Yang Xu | 44e674b | 2019-07-10 18:34:06 -0400 | [diff] [blame] | 66 | [Tags] health medium health-dcaegen2 |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 67 | Run DCAE Health Check |
| 68 | |
Jack Lucas | 72885bb | 2021-03-06 13:54:40 -0500 | [diff] [blame] | 69 | Basic DCAE Microservices Health Check |
| 70 | [Tags] health medium health-dcaegen2-services |
| 71 | Run DCAE Microservices Health Check |
| 72 | |
econwar | d7400a1 | 2018-09-03 13:47:00 +0000 | [diff] [blame] | 73 | Basic DMAAP Data Router Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 74 | [Tags] health datarouter health-dmaap |
econwar | d7400a1 | 2018-09-03 13:47:00 +0000 | [diff] [blame] | 75 | Run DR Health Check |
| 76 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 77 | Basic DMAAP Message Router Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 78 | [Tags] health core health-dmaap |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 79 | Run MR Health Check |
| 80 | |
Brian Freeman | 19a4d2d | 2018-11-30 13:03:52 -0500 | [diff] [blame] | 81 | Basic DMAAP Message Router PubSub Health Check |
mrichomme | 5268d0e | 2020-01-07 08:55:26 +0100 | [diff] [blame] | 82 | [Tags] healthmr core health-dmaap |
Brian Freeman | 19a4d2d | 2018-11-30 13:03:52 -0500 | [diff] [blame] | 83 | [Timeout] 30 |
| 84 | Run MR PubSub Health Check |
| 85 | |
pkaras | 2771fda | 2019-04-10 11:56:50 +0200 | [diff] [blame] | 86 | Basic DMAAP Bus Controller Health Check With Basic Auth |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 87 | [Tags] health health-dmaap |
pkaras | 2771fda | 2019-04-10 11:56:50 +0200 | [diff] [blame] | 88 | Run BC Health Check With Basic Auth |
| 89 | |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 90 | Basic External API NBI Health Check |
morganrol | b794e52 | 2021-04-19 15:06:27 +0200 | [diff] [blame] | 91 | [Tags] health externalapi api medium |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 92 | Run NBI Health Check |
| 93 | |
| 94 | Basic Log Elasticsearch Health Check |
mrichomme | 4429aa3 | 2020-01-09 14:13:10 +0100 | [diff] [blame] | 95 | [Tags] oom health-log |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 96 | Run Log Elasticsearch Health Check |
| 97 | |
| 98 | Basic Log Kibana Health Check |
mrichomme | 4429aa3 | 2020-01-09 14:13:10 +0100 | [diff] [blame] | 99 | [Tags] oom health-log |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 100 | Run Log Kibana Health Check |
| 101 | |
| 102 | Basic Log Logstash Health Check |
mrichomme | 4429aa3 | 2020-01-09 14:13:10 +0100 | [diff] [blame] | 103 | [Tags] oom health-log |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 104 | Run Log Logstash Health Check |
Gary Wu | 2e01cf6 | 2018-05-04 10:24:40 -0700 | [diff] [blame] | 105 | |
Gary Wu | 26dd72a | 2017-10-17 12:27:22 -0700 | [diff] [blame] | 106 | Basic Microservice Bus Health Check |
morganrol | b794e52 | 2021-04-19 15:06:27 +0200 | [diff] [blame] | 107 | [Tags] health medium health-msb |
Gary Wu | 26dd72a | 2017-10-17 12:27:22 -0700 | [diff] [blame] | 108 | Run MSB Health Check |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 109 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 110 | Basic Multicloud API Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 111 | [Tags] health multicloud small health-multicloud |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 112 | Run MSB Get Request /api/multicloud/v0/swagger.json |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 113 | |
Huang Haibin | 92eef94 | 2018-10-11 11:04:05 +0800 | [diff] [blame] | 114 | Basic Multicloud-pike API Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 115 | [Tags] health multicloud small health-multicloud |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 116 | Run MSB Get Request /api/multicloud-pike/v0/swagger.json |
Huang Haibin | 92eef94 | 2018-10-11 11:04:05 +0800 | [diff] [blame] | 117 | |
Haibin Huang | ea7b4f7 | 2019-01-24 10:00:12 +0800 | [diff] [blame] | 118 | Basic Multicloud-starlingx API Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 119 | [Tags] health multicloud health-multicloud |
Haibin Huang | ea7b4f7 | 2019-01-24 10:00:12 +0800 | [diff] [blame] | 120 | Run MSB Get Request /api/multicloud-starlingx/v0/swagger.json |
| 121 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 122 | Basic Multicloud-titanium_cloud API Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 123 | [Tags] health multicloud health-multicloud |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 124 | Run MSB Get Request /api/multicloud-titaniumcloud/v1/swagger.json |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 125 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 126 | Basic Multicloud-vio API Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 127 | [Tags] health multicloud health-multicloud |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 128 | Run MSB Get Request /api/multicloud-vio/v0/swagger.json |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 129 | |
Kiran Kamineni | 8a1d211 | 2019-05-13 16:14:55 -0700 | [diff] [blame] | 130 | Basic Multicloud-k8s API Health Check |
| 131 | [Tags] health multicloud health-multicloud |
Konrad Banka | 4fb9eac | 2020-05-06 05:15:49 +0000 | [diff] [blame] | 132 | Run MSB Get Request /api/multicloud-k8s/v1/v1/healthcheck |
Kiran Kamineni | 8a1d211 | 2019-05-13 16:14:55 -0700 | [diff] [blame] | 133 | |
Eric Debeau | ca1b9c8 | 2018-04-24 20:41:02 +0000 | [diff] [blame] | 134 | Basic OOF-Homing Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 135 | [Tags] health medium health-oof |
Eric Debeau | ca1b9c8 | 2018-04-24 20:41:02 +0000 | [diff] [blame] | 136 | Run OOF-Homing Health Check |
| 137 | |
krishnaa96 | 1493f1d | 2020-09-22 11:49:58 +0530 | [diff] [blame] | 138 | Basic OOF-OSDF Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 139 | [Tags] health medium health-oof |
krishnaa96 | 1493f1d | 2020-09-22 11:49:58 +0530 | [diff] [blame] | 140 | Run OOF-OSDF Health Check |
Eric Debeau | 9045a1e | 2018-04-24 17:22:41 +0000 | [diff] [blame] | 141 | |
Jerry Flood | 0c3270c | 2018-11-01 12:46:55 -0400 | [diff] [blame] | 142 | Basic OOF-CMSO Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 143 | [Tags] health medium health-oof |
Jerry Flood | 0c3270c | 2018-11-01 12:46:55 -0400 | [diff] [blame] | 144 | Run OOF-CMSO Health Check |
| 145 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 146 | Basic Policy Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 147 | [Tags] health medium health-policy |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 148 | Run Policy Health Check |
mrichomme | 455d399 | 2020-04-03 14:56:40 +0200 | [diff] [blame] | 149 | |
Nagendra90287 | 0488953 | 2020-09-04 15:44:45 +0530 | [diff] [blame] | 150 | Enhanced Policy New Healthcheck |
| 151 | [Tags] health medium health-policy |
| 152 | Run Create Policy Post Request |
| 153 | Run Get Policy Get Request |
| 154 | Run Deploy Policy Pap Post Request |
| 155 | Run Undeploy Policy |
| 156 | Run Delete Policy Request |
| 157 | |
Ubuntu | a4e3400 | 2018-09-20 22:49:52 +0000 | [diff] [blame] | 158 | Basic Pomba AAI-context-builder Health Check |
mrichomme | 4429aa3 | 2020-01-09 14:13:10 +0100 | [diff] [blame] | 159 | [Tags] oom health-pomba |
Ubuntu | a4e3400 | 2018-09-20 22:49:52 +0000 | [diff] [blame] | 160 | Run Pomba Aai Context Builder Health Check |
| 161 | |
| 162 | Basic Pomba SDC-context-builder Health Check |
mrichomme | 4429aa3 | 2020-01-09 14:13:10 +0100 | [diff] [blame] | 163 | [Tags] oom health-pomba |
Ubuntu | a4e3400 | 2018-09-20 22:49:52 +0000 | [diff] [blame] | 164 | Run Pomba Sdc Context Builder Health Check |
| 165 | |
| 166 | Basic Pomba Network-discovery-context-builder Health Check |
mrichomme | 4429aa3 | 2020-01-09 14:13:10 +0100 | [diff] [blame] | 167 | [Tags] oom health-pomba |
Ubuntu | a4e3400 | 2018-09-20 22:49:52 +0000 | [diff] [blame] | 168 | Run Pomba Network Discovery Context Builder Health Check |
| 169 | |
Leigh, Phillip (pl876u) | d1ff371 | 2019-03-20 17:27:22 -0400 | [diff] [blame] | 170 | Basic Pomba Service-Decomposition Health Check |
mrichomme | 4429aa3 | 2020-01-09 14:13:10 +0100 | [diff] [blame] | 171 | [Tags] oom health-pomba |
Leigh, Phillip (pl876u) | d1ff371 | 2019-03-20 17:27:22 -0400 | [diff] [blame] | 172 | Run Pomba Service Decomposition Health Check |
| 173 | |
Leigh, Phillip (pl876u) | e3dc304 | 2019-03-22 17:44:53 -0400 | [diff] [blame] | 174 | Basic Pomba Network-Discovery-MicroService Health Check |
mrichomme | 4429aa3 | 2020-01-09 14:13:10 +0100 | [diff] [blame] | 175 | [Tags] oom health-pomba |
Leigh, Phillip (pl876u) | e3dc304 | 2019-03-22 17:44:53 -0400 | [diff] [blame] | 176 | Run Pomba Network Discovery MicroService Health Check |
| 177 | |
Leigh, Phillip (pl876u) | e3dc304 | 2019-03-22 17:44:53 -0400 | [diff] [blame] | 178 | Basic Pomba Pomba-Kibana Health Check |
mrichomme | 4429aa3 | 2020-01-09 14:13:10 +0100 | [diff] [blame] | 179 | [Tags] oom health-pomba |
Leigh, Phillip (pl876u) | e3dc304 | 2019-03-22 17:44:53 -0400 | [diff] [blame] | 180 | Run Pomba Kibana Health Check |
| 181 | |
| 182 | Basic Pomba Elastic-Search Health Check |
mrichomme | 4429aa3 | 2020-01-09 14:13:10 +0100 | [diff] [blame] | 183 | [Tags] oom health-pomba |
Leigh, Phillip (pl876u) | e3dc304 | 2019-03-22 17:44:53 -0400 | [diff] [blame] | 184 | Run Pomba Elastic Search Health Check |
Leigh, Phillip (pl876u) | d1ff371 | 2019-03-20 17:27:22 -0400 | [diff] [blame] | 185 | |
Leigh, Phillip (pl876u) | d49bf60 | 2019-03-26 12:10:15 -0400 | [diff] [blame] | 186 | Basic Pomba Sdnc-Context-Builder Health Check |
mrichomme | 4429aa3 | 2020-01-09 14:13:10 +0100 | [diff] [blame] | 187 | [Tags] oom health-pomba |
Leigh, Phillip (pl876u) | d49bf60 | 2019-03-26 12:10:15 -0400 | [diff] [blame] | 188 | Run Pomba Sdnc Context Builder Health Check |
| 189 | |
| 190 | Basic Pomba Context-Aggregator Health Check |
mrichomme | 4429aa3 | 2020-01-09 14:13:10 +0100 | [diff] [blame] | 191 | [Tags] oom health-pomba |
Leigh, Phillip (pl876u) | d49bf60 | 2019-03-26 12:10:15 -0400 | [diff] [blame] | 192 | Run Pomba Context Aggregator Health Check |
| 193 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 194 | Basic Portal Health Check |
morganrol | b794e52 | 2021-04-19 15:06:27 +0200 | [diff] [blame] | 195 | [Tags] health medium health-portal |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 196 | Run Portal Health Check |
Denes Nemeth | 5be4b58 | 2018-04-09 14:19:44 +0200 | [diff] [blame] | 197 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 198 | Basic SDC Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 199 | [Tags] health core health-sdc |
DR695H | c0cf6a4 | 2019-07-26 16:42:36 -0400 | [diff] [blame] | 200 | Run SDC Health Check |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 201 | |
deswali07 | ec04dbe | 2020-09-30 14:31:33 +0530 | [diff] [blame] | 202 | Enhanced SDC Health Check |
| 203 | [Tags] health core health-sdc |
| 204 | Run SDC BE ONBOARD Healthcheck |
| 205 | Run SDC BE Healthcheck |
| 206 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 207 | Basic SDNC Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 208 | [Tags] health core health-sdnc |
DR695H | 87b84d0 | 2019-08-02 17:18:13 -0400 | [diff] [blame] | 209 | Run SDNC Health Check |
Gary Wu | 269bc1a | 2017-10-23 16:23:50 -0700 | [diff] [blame] | 210 | |
deswali07 | dd30425 | 2020-09-10 15:47:47 +0530 | [diff] [blame] | 211 | Enhanced SDNC Health Check |
| 212 | [Tags] health core health-sdnc |
| 213 | Run SDNC Health Check Generic Resource API |
| 214 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 215 | Basic SO Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 216 | [Tags] health core health-so |
kaihlavi | 34d9058 | 2019-08-15 11:37:02 +0300 | [diff] [blame] | 217 | SO.Run Get Request ${GLOBAL_SO_APIHAND_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH} |
| 218 | SO.Run Get Request ${GLOBAL_SO_SDCHAND_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH} |
DR695H | 0b4b16c | 2019-07-24 16:40:42 -0400 | [diff] [blame] | 219 | SO.Run Get Request ${GLOBAL_SO_BPMN_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH} |
| 220 | SO.Run Get Request ${GLOBAL_SO_CATDB_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH} |
| 221 | SO.Run Get Request ${GLOBAL_SO_OPENSTACK_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH} |
| 222 | SO.Run Get Request ${GLOBAL_SO_REQDB_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH} |
| 223 | SO.Run Get Request ${GLOBAL_SO_SDNC_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH} |
| 224 | SO.Run Get Request ${GLOBAL_SO_VFC_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH} |
| 225 | SO.Run Get Request ${GLOBAL_SO_VNFM_ENDPOINT} ${GLOBAL_SO_HEALTH_CHECK_PATH} |
kaihlavi | 34d9058 | 2019-08-15 11:37:02 +0300 | [diff] [blame] | 226 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 227 | Basic UseCaseUI API Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 228 | [Tags] health api medium health-uui |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 229 | Run MSB Get Request /iui/usecaseui/ |
Gary Wu | 78c5d79 | 2017-10-23 10:14:20 -0700 | [diff] [blame] | 230 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 231 | Basic VFC gvnfmdriver API Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 232 | [Tags] health 3rdparty health-vfc |
yangyan | 34c77b7 | 2020-02-10 09:54:41 +0800 | [diff] [blame] | 233 | Run MSB Get Request /api/gvnfmdriver/v1/health_check |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 234 | |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 235 | Basic VFC huaweivnfmdriver API Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 236 | [Tags] health 3rdparty health-vfc |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 237 | Run MSB Get Request /api/huaweivnfmdriver/v1/swagger.json |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 238 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 239 | Basic VFC nslcm API Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 240 | [Tags] health api health-vfc |
yangyan | 34c77b7 | 2020-02-10 09:54:41 +0800 | [diff] [blame] | 241 | Run MSB Get Request /api/nslcm/v1/health_check |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 242 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 243 | Basic VFC vnflcm API Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 244 | [Tags] health api health-vfc |
yangyan | 34c77b7 | 2020-02-10 09:54:41 +0800 | [diff] [blame] | 245 | Run MSB Get Request /api/vnflcm/v1/health_check |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 246 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 247 | Basic VFC vnfmgr API Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 248 | [Tags] health api health-vfc |
yangyan | 34c77b7 | 2020-02-10 09:54:41 +0800 | [diff] [blame] | 249 | Run MSB Get Request /api/vnfmgr/v1/health_check |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 250 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 251 | Basic VFC vnfres API Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 252 | [Tags] health api health-vfc |
yangyan | 34c77b7 | 2020-02-10 09:54:41 +0800 | [diff] [blame] | 253 | Run MSB Get Request /api/vnfres/v1/health_check |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 254 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 255 | Basic VFC ztevnfmdriver API Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 256 | [Tags] health 3rdparty health-vfc |
yangyan | 34c77b7 | 2020-02-10 09:54:41 +0800 | [diff] [blame] | 257 | Run MSB Get Request /api/ztevnfmdriver/v1/health_check |
Brian Freeman | f508ab2 | 2018-03-15 21:19:41 -0500 | [diff] [blame] | 258 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 259 | Basic VID Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 260 | [Tags] health small health-vid |
mrichomme | 6f2e27e | 2020-05-15 09:42:52 +0200 | [diff] [blame] | 261 | [Timeout] 120 |
Brian Freeman | b45993c | 2019-12-11 15:44:17 -0500 | [diff] [blame] | 262 | Setup Browser |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 263 | Run VID Health Check |
| 264 | |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 265 | Basic VNFSDK Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 266 | [Tags] health health-vnfsdk |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 267 | Run VNFSDK Health Check |
| 268 | |
Brian Freeman | f508ab2 | 2018-03-15 21:19:41 -0500 | [diff] [blame] | 269 | Health Distribution Test |
| 270 | [Tags] healthdist |
Brian Freeman | 01d503a | 2019-04-10 14:51:59 -0500 | [diff] [blame] | 271 | [Timeout] 1200 |
DR695H | 3c98fb3 | 2019-07-25 17:10:53 -0400 | [diff] [blame] | 272 | Model Distribution For Directory With Teardown vFW |
Brian Freeman | 053ce59 | 2018-04-11 09:40:57 -0500 | [diff] [blame] | 273 | |
| 274 | Portal Login Tests |
| 275 | [Tags] healthlogin |
Brian Freeman | f410ced | 2019-12-10 15:36:01 -0500 | [diff] [blame] | 276 | [Timeout] 120 |
mrichomme | 547e311 | 2018-04-13 16:44:04 +0200 | [diff] [blame] | 277 | Run Portal Login Tests |
Brian Freeman | b9d6fbf | 2018-04-11 19:15:27 -0500 | [diff] [blame] | 278 | |
| 279 | Portal Application Access Tests |
| 280 | [Tags] healthportalapp |
Brian Freeman | f410ced | 2019-12-10 15:36:01 -0500 | [diff] [blame] | 281 | [Timeout] 900 |
Brian Freeman | a966f03 | 2018-04-30 14:01:14 -0500 | [diff] [blame] | 282 | Run Portal Application Access Tests |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 283 | |
Brian Freeman | f410ced | 2019-12-10 15:36:01 -0500 | [diff] [blame] | 284 | Portal SDC Application Access Test |
| 285 | [Tags] healthportalapp2 |
| 286 | [Timeout] 180 |
| 287 | Run Portal Application Login Test cs0008 demo123456! gridster-SDC-icon-link tabframe-SDC Welcome to SDC |
| 288 | Close All Browsers |
| 289 | |
| 290 | Portal VID Application Access Test |
| 291 | [Tags] healthportalapp2 |
| 292 | [Timeout] 180 |
| 293 | Run Portal Application Login Test demo demo123456! gridster-Virtual-Infrastructure-Deployment-icon-link tabframe-Virtual-Infrastructure-Deployment Welcome to VID |
| 294 | Close All Browsers |
| 295 | |
| 296 | Portal A&AI UI Application Access Test |
| 297 | [Tags] healthportalapp2 |
| 298 | [Timeout] 180 |
| 299 | Run Portal Application Login Test demo demo123456! gridster-A&AI-UI-icon-link tabframe-A&AI-UI A&AI |
| 300 | Close All Browsers |
| 301 | |
| 302 | Portal Policy Editor Application Access Test |
| 303 | [Tags] healthportalapp2 |
| 304 | [Timeout] 180 |
| 305 | Run Portal Application Login Test demo demo123456! gridster-Policy-icon-link tabframe-Policy Policy Editor |
| 306 | Close All Browsers |
| 307 | |
| 308 | Portal SO Monitoring Application Access Test |
| 309 | [Tags] healthportalapp2 |
| 310 | [Timeout] 180 |
| 311 | Run Portal Application Login Test demo demo123456! gridster-SO-Monitoring-icon-link tabframe-SO-Monitoring SO |
| 312 | Close All Browsers |
| 313 | |
| 314 | Portal xDemo APP Application Access Test |
| 315 | [Tags] healthportalapp2 |
| 316 | [Timeout] 180 |
| 317 | Run Portal Application Login Test demo demo123456! gridster-xDemo-App-icon-link tabframe-xDemo-App xDemo |
| 318 | Close All Browsers |
| 319 | |
| 320 | Portal CLI Application Access Test |
| 321 | [Tags] healthportalapp2 |
| 322 | [Timeout] 180 |
| 323 | Run Portal Application Login Test demo demo123456! gridster-CLI-icon-link tabframe-CLI CLI |
| 324 | Close All Browsers |
| 325 | |
| 326 | |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 327 | Basic Holmes Rule Management API Health Check |
GuangrongFu | 77566b3 | 2021-03-17 16:27:20 +0800 | [diff] [blame] | 328 | [Tags] health-holmes health |
DR695H | 910097e | 2019-05-08 13:55:32 -0400 | [diff] [blame] | 329 | Run Holmes Rule Mgmt Healthcheck |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 330 | |
| 331 | Basic Holmes Engine Management API Health Check |
GuangrongFu | 77566b3 | 2021-03-17 16:27:20 +0800 | [diff] [blame] | 332 | [Tags] health-holmes health |
DR695H | 910097e | 2019-05-08 13:55:32 -0400 | [diff] [blame] | 333 | Run Holmes Engine Mgmt Healthcheck |
Liexiang Yue | c2ae48d | 2019-04-16 12:05:43 +0800 | [diff] [blame] | 334 | |
| 335 | Basic Multicloud-fcaps API Health Check |
Brian Freeman | c7db27a | 2019-04-26 12:16:34 -0500 | [diff] [blame] | 336 | [Tags] health multicloud health-multicloud |
Liexiang Yue | 80db388 | 2019-05-09 16:10:44 +0800 | [diff] [blame] | 337 | Run MSB Get Request /api/multicloud-fcaps/v1/healthcheck |
yangyan | 9a7c732 | 2019-05-05 17:08:48 +0800 | [diff] [blame] | 338 | |
| 339 | Basic Modeling genericparser API Health Check |
| 340 | [Tags] health api health-modeling |
Bilal A | 461aa5b | 2019-05-06 14:00:57 -0400 | [diff] [blame] | 341 | Run MSB Get Request /api/parser/v1/health_check |
Abdelmuhaimen Seaudi | 756eb6a | 2019-08-10 08:20:52 +0000 | [diff] [blame] | 342 | |
SantoshB | 70902ea | 2020-09-10 17:32:12 +0530 | [diff] [blame] | 343 | Enhanced CDS Health Check |
morganrol | b794e52 | 2021-04-19 15:06:27 +0200 | [diff] [blame] | 344 | [Tags] health small health-cds |
SantoshB | 70902ea | 2020-09-10 17:32:12 +0530 | [diff] [blame] | 345 | Run CDS Basic Health Check |
| 346 | Run CDS Create Data Dictionary Health Check |
| 347 | Run CDS GET Data Dictionary Health Check |
| 348 | Run CDS Bootstrap Health Check |
| 349 | Run CDS Enrich CBA Health Check |
| 350 | Run CDS Publish CBA Health Check |
| 351 | Run CDS Process CBA Health Check |
| 352 | Run CDS Delete CBA Health Check |