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