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