DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 1 | *** Settings *** |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 2 | Documentation Testing ecomp components are available via calls. |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 3 | ... |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 4 | ... Testing ecomp components are available via calls. |
5 | Test Timeout 10 second | ||||
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 6 | Resource ../resources/dcae_interface.robot |
7 | Resource ../resources/sdngc_interface.robot | ||||
8 | Resource ../resources/aai/aai_interface.robot | ||||
9 | Resource ../resources/vid/vid_interface.robot | ||||
10 | Resource ../resources/policy_interface.robot | ||||
Brian Freeman | 391680a | 2018-08-11 15:20:58 -0500 | [diff] [blame] | 11 | Resource ../resources/so_interface.robot |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 12 | Resource ../resources/asdc_interface.robot |
13 | Resource ../resources/appc_interface.robot | ||||
14 | Resource ../resources/portal_interface.robot | ||||
15 | Resource ../resources/mr_interface.robot | ||||
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 |
DR695H | ce07d41 | 2018-04-11 22:28:41 -0400 | [diff] [blame] | 19 | Resource ../resources/music/music_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 |
Brian Freeman | 847afd7 | 2019-02-14 09:39:56 -0500 | [diff] [blame] | 30 | # Remove other references after a soak period |
31 | #Resource ../resources/vvp_interface.robot | ||||
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 32 | |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 33 | *** Test Cases *** |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 34 | Basic A&AI Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 35 | [Tags] health core |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 36 | Run A&AI Health Check |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 37 | |
Brian Freeman | a966f03 | 2018-04-30 14:01:14 -0500 | [diff] [blame] | 38 | Basic AAF Health Check |
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 39 | [Tags] health small |
Brian Freeman | a966f03 | 2018-04-30 14:01:14 -0500 | [diff] [blame] | 40 | Run AAF Health Check |
41 | |||||
Gildas Lanilis | 9bb827f | 2018-05-14 08:32:40 -0700 | [diff] [blame] | 42 | Basic AAF SMS Health Check |
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 43 | [Tags] health small |
Gildas Lanilis | 9bb827f | 2018-05-14 08:32:40 -0700 | [diff] [blame] | 44 | Run SMS Health Check |
gwu | 1ecd871 | 2018-07-13 08:10:18 -0700 | [diff] [blame] | 45 | |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 46 | Basic APPC Health Check |
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 47 | [Tags] health small |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 48 | Run APPC Health Check |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 49 | |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 50 | Basic CLI Health Check |
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 51 | [Tags] health small |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 52 | Run CLI Health Check |
53 | |||||
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 54 | Basic CLAMP Health Check |
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 55 | [Tags] health medium |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 56 | Run CLAMP Health Check |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 57 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 58 | Basic DCAE Health Check |
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 59 | [Tags] health medium |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 60 | Run DCAE Health Check |
61 | |||||
econwar | d7400a1 | 2018-09-03 13:47:00 +0000 | [diff] [blame] | 62 | Basic DMAAP Data Router Health Check |
mrichomme | f29de53 | 2019-03-06 16:46:21 +0100 | [diff] [blame] | 63 | [Tags] health datarouter |
econwar | d7400a1 | 2018-09-03 13:47:00 +0000 | [diff] [blame] | 64 | Run DR Health Check |
65 | |||||
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 66 | Basic DMAAP Message Router Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 67 | [Tags] health core |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 68 | Run MR Health Check |
69 | |||||
Brian Freeman | 19a4d2d | 2018-11-30 13:03:52 -0500 | [diff] [blame] | 70 | Basic DMAAP Message Router PubSub Health Check |
71 | [Tags] healthmr | ||||
72 | [Timeout] 30 | ||||
73 | Run MR PubSub Health Check | ||||
74 | |||||
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 75 | Basic External API NBI Health Check |
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 76 | [Tags] health externalapi api small |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 77 | Run NBI Health Check |
78 | |||||
79 | Basic Log Elasticsearch Health Check | ||||
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 80 | [Tags] health small oom |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 81 | Run Log Elasticsearch Health Check |
82 | |||||
83 | Basic Log Kibana Health Check | ||||
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 84 | [Tags] health small oom |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 85 | Run Log Kibana Health Check |
86 | |||||
87 | Basic Log Logstash Health Check | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 88 | [Tags] health small oom |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 89 | Run Log Logstash Health Check |
Gary Wu | 2e01cf6 | 2018-05-04 10:24:40 -0700 | [diff] [blame] | 90 | |
Gary Wu | 26dd72a | 2017-10-17 12:27:22 -0700 | [diff] [blame] | 91 | Basic Microservice Bus Health Check |
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 92 | [Tags] health small |
Gary Wu | 26dd72a | 2017-10-17 12:27:22 -0700 | [diff] [blame] | 93 | Run MSB Health Check |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 94 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 95 | Basic Multicloud API Health Check |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 96 | [Tags] health multicloud small |
97 | Run MSB Get Request /api/multicloud/v0/swagger.json | ||||
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 98 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 99 | Basic Multicloud-ocata API Health Check |
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 100 | [Tags] health multicloud small |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 101 | Run MSB Get Request /api/multicloud-ocata/v0/swagger.json |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 102 | |
Huang Haibin | 92eef94 | 2018-10-11 11:04:05 +0800 | [diff] [blame] | 103 | Basic Multicloud-pike API Health Check |
104 | [Tags] health multicloud small | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 105 | Run MSB Get Request /api/multicloud-pike/v0/swagger.json |
Huang Haibin | 92eef94 | 2018-10-11 11:04:05 +0800 | [diff] [blame] | 106 | |
Haibin Huang | ea7b4f7 | 2019-01-24 10:00:12 +0800 | [diff] [blame] | 107 | Basic Multicloud-starlingx API Health Check |
mrichomme | 4dda260 | 2019-01-28 17:05:37 +0100 | [diff] [blame] | 108 | [Tags] health multicloud |
Haibin Huang | ea7b4f7 | 2019-01-24 10:00:12 +0800 | [diff] [blame] | 109 | Run MSB Get Request /api/multicloud-starlingx/v0/swagger.json |
110 | |||||
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 111 | Basic Multicloud-titanium_cloud API Health Check |
mrichomme | 4dda260 | 2019-01-28 17:05:37 +0100 | [diff] [blame] | 112 | [Tags] health multicloud |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 113 | Run MSB Get Request /api/multicloud-titaniumcloud/v1/swagger.json |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 114 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 115 | Basic Multicloud-vio API Health Check |
mrichomme | 4dda260 | 2019-01-28 17:05:37 +0100 | [diff] [blame] | 116 | [Tags] health multicloud |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 117 | Run MSB Get Request /api/multicloud-vio/v0/swagger.json |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 118 | |
Eric Debeau | ca1b9c8 | 2018-04-24 20:41:02 +0000 | [diff] [blame] | 119 | Basic OOF-Homing Health Check |
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 120 | [Tags] health medium |
Eric Debeau | ca1b9c8 | 2018-04-24 20:41:02 +0000 | [diff] [blame] | 121 | Run OOF-Homing Health Check |
122 | |||||
123 | Basic OOF-SNIRO Health Check | ||||
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 124 | [Tags] health medium |
Eric Debeau | ca1b9c8 | 2018-04-24 20:41:02 +0000 | [diff] [blame] | 125 | Run OOF-SNIRO Health Check |
Eric Debeau | 9045a1e | 2018-04-24 17:22:41 +0000 | [diff] [blame] | 126 | |
Jerry Flood | 0c3270c | 2018-11-01 12:46:55 -0400 | [diff] [blame] | 127 | Basic OOF-CMSO Health Check |
Jerry Flood | 8c0ab22 | 2018-11-02 13:27:39 -0400 | [diff] [blame] | 128 | [Tags] health medium |
Jerry Flood | 0c3270c | 2018-11-01 12:46:55 -0400 | [diff] [blame] | 129 | Run OOF-CMSO Health Check |
130 | |||||
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 131 | Basic Policy Health Check |
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 132 | [Tags] health medium |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 133 | Run Policy Health Check |
Gary Wu | 269bc1a | 2017-10-23 16:23:50 -0700 | [diff] [blame] | 134 | |
Ubuntu | a4e3400 | 2018-09-20 22:49:52 +0000 | [diff] [blame] | 135 | Basic Pomba AAI-context-builder Health Check |
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 136 | [Tags] health oom |
Ubuntu | a4e3400 | 2018-09-20 22:49:52 +0000 | [diff] [blame] | 137 | Run Pomba Aai Context Builder Health Check |
138 | |||||
139 | Basic Pomba SDC-context-builder Health Check | ||||
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 140 | [Tags] health oom |
Ubuntu | a4e3400 | 2018-09-20 22:49:52 +0000 | [diff] [blame] | 141 | Run Pomba Sdc Context Builder Health Check |
142 | |||||
143 | Basic Pomba Network-discovery-context-builder Health Check | ||||
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 144 | [Tags] health oom |
Ubuntu | a4e3400 | 2018-09-20 22:49:52 +0000 | [diff] [blame] | 145 | Run Pomba Network Discovery Context Builder Health Check |
146 | |||||
Leigh, Phillip (pl876u) | d1ff371 | 2019-03-20 17:27:22 -0400 | [diff] [blame] | 147 | Basic Pomba Service-Decomposition Health Check |
148 | [Tags] health oom | ||||
149 | Run Pomba Service Decomposition Health Check | ||||
150 | |||||
Leigh, Phillip (pl876u) | e3dc304 | 2019-03-22 17:44:53 -0400 | [diff] [blame^] | 151 | Basic Pomba Network-Discovery-MicroService Health Check |
Leigh, Phillip (pl876u) | d1ff371 | 2019-03-20 17:27:22 -0400 | [diff] [blame] | 152 | [Tags] health oom |
Leigh, Phillip (pl876u) | e3dc304 | 2019-03-22 17:44:53 -0400 | [diff] [blame^] | 153 | Run Pomba Network Discovery MicroService Health Check |
154 | |||||
155 | Basic Pomba Validation-Service Health Check | ||||
156 | [Tags] health oom | ||||
157 | Run Pomba Validation Service Health Check | ||||
158 | |||||
159 | Basic Pomba Pomba-Kibana Health Check | ||||
160 | [Tags] health oom | ||||
161 | Run Pomba Kibana Health Check | ||||
162 | |||||
163 | Basic Pomba Elastic-Search Health Check | ||||
164 | [Tags] health oom | ||||
165 | Run Pomba Elastic Search Health Check | ||||
Leigh, Phillip (pl876u) | d1ff371 | 2019-03-20 17:27:22 -0400 | [diff] [blame] | 166 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 167 | Basic Portal Health Check |
168 | [Tags] health core | ||||
169 | Run Portal Health Check | ||||
Denes Nemeth | 5be4b58 | 2018-04-09 14:19:44 +0200 | [diff] [blame] | 170 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 171 | Basic SDC Health Check |
172 | [Tags] health core | ||||
173 | Run ASDC Health Check | ||||
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 174 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 175 | Basic SDNC Health Check |
176 | [Tags] health core | ||||
177 | Run SDNGC Health Check | ||||
Gary Wu | 269bc1a | 2017-10-23 16:23:50 -0700 | [diff] [blame] | 178 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 179 | Basic SO Health Check |
180 | [Tags] health core | ||||
Brian Freeman | 391680a | 2018-08-11 15:20:58 -0500 | [diff] [blame] | 181 | Run SO Global Health Check |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 182 | |
183 | Basic UseCaseUI API Health Check | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 184 | [Tags] health api medium |
185 | Run MSB Get Request /iui/usecaseui/ | ||||
Gary Wu | 78c5d79 | 2017-10-23 10:14:20 -0700 | [diff] [blame] | 186 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 187 | Basic VFC catalog API Health Check |
188 | [Tags] health api | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 189 | Run MSB Get Request /api/catalog/v1/swagger.json |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 190 | |
191 | Basic VFC emsdriver API Health Check | ||||
192 | [Tags] health 3rdparty | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 193 | Run MSB Get Request /api/emsdriver/v1/swagger.json |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 194 | |
195 | Basic VFC gvnfmdriver API Health Check | ||||
196 | [Tags] health 3rdparty | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 197 | Run MSB Get Request /api/gvnfmdriver/v1/swagger.json |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 198 | |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 199 | Basic VFC huaweivnfmdriver API Health Check |
200 | [Tags] health 3rdparty | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 201 | Run MSB Get Request /api/huaweivnfmdriver/v1/swagger.json |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 202 | |
luxin | 3b05d73 | 2018-04-10 13:57:22 +0800 | [diff] [blame] | 203 | Basic VFC jujuvnfmdriver API Health Check |
204 | [Tags] health 3rdparty | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 205 | Run MSB Get Request /api/jujuvnfmdriver/v1/swagger.json |
luxin | 3b05d73 | 2018-04-10 13:57:22 +0800 | [diff] [blame] | 206 | |
207 | Basic VFC multivimproxy API Health Check | ||||
208 | [Tags] health 3rdparty | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 209 | Run MSB Get Request /api/multivimproxy/v1/swagger.json |
luxin | 3b05d73 | 2018-04-10 13:57:22 +0800 | [diff] [blame] | 210 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 211 | Basic VFC nokiavnfmdriver API Health Check |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 212 | [Tags] health 3rdparty |
213 | Run MSB Get Request /api/nokiavnfmdriver/v1/swagger.json | ||||
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 214 | |
215 | Basic VFC nokiav2driver API Health Check | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 216 | [Tags] health 3rdparty |
217 | Run MSB Get Request /api/NokiaSVNFM/v1/swagger.json | ||||
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 218 | |
219 | Basic VFC nslcm API Health Check | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 220 | [Tags] health api |
221 | Run MSB Get Request /api/nslcm/v1/swagger.json | ||||
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 222 | |
223 | Basic VFC resmgr API Health Check | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 224 | [Tags] health api |
225 | Run MSB Get Request /api/resmgr/v1/swagger.json | ||||
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 226 | |
227 | Basic VFC vnflcm API Health Check | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 228 | [Tags] health api |
229 | Run MSB Get Request /api/vnflcm/v1/swagger.json | ||||
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 230 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 231 | Basic VFC vnfmgr API Health Check |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 232 | [Tags] health api |
233 | Run MSB Get Request /api/vnfmgr/v1/swagger.json | ||||
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 234 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 235 | Basic VFC vnfres API Health Check |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 236 | [Tags] health api |
237 | Run MSB Get Request /api/vnfres/v1/swagger.json | ||||
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 238 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 239 | Basic VFC workflow API Health Check |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 240 | [Tags] health api |
241 | Run MSB Get Request /api/workflow/v1/swagger.json | ||||
Gary Wu | 269bc1a | 2017-10-23 16:23:50 -0700 | [diff] [blame] | 242 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 243 | Basic VFC ztesdncdriver API Health Check |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 244 | [Tags] health 3rdparty |
245 | Run MSB Get Request /api/ztesdncdriver/v1/swagger.json | ||||
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 ztevnfmdriver API Health Check |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 248 | [Tags] health 3rdparty |
249 | Run MSB Get Request /api/ztevnfmdriver/v1/swagger.json | ||||
Brian Freeman | f508ab2 | 2018-03-15 21:19:41 -0500 | [diff] [blame] | 250 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 251 | Basic VID Health Check |
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 252 | [Tags] health small |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 253 | Run VID Health Check |
254 | |||||
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 255 | Basic VNFSDK Health Check |
mrichomme | ca148ba | 2018-10-04 18:14:45 +0200 | [diff] [blame] | 256 | [Tags] health |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 257 | Run VNFSDK Health Check |
258 | |||||
Brian Freeman | f508ab2 | 2018-03-15 21:19:41 -0500 | [diff] [blame] | 259 | Health Distribution Test |
260 | [Tags] healthdist | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 261 | [Timeout] 600 |
Brian Freeman | b568e5e | 2018-04-05 21:03:38 -0500 | [diff] [blame] | 262 | Model Distribution For Directory vFW |
Brian Freeman | 053ce59 | 2018-04-11 09:40:57 -0500 | [diff] [blame] | 263 | |
264 | Portal Login Tests | ||||
265 | [Tags] healthlogin | ||||
mrichomme | 547e311 | 2018-04-13 16:44:04 +0200 | [diff] [blame] | 266 | Run Portal Login Tests |
Brian Freeman | b9d6fbf | 2018-04-11 19:15:27 -0500 | [diff] [blame] | 267 | |
268 | Portal Application Access Tests | ||||
269 | [Tags] healthportalapp | ||||
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 270 | [Timeout] 180 |
Brian Freeman | a966f03 | 2018-04-30 14:01:14 -0500 | [diff] [blame] | 271 | Run Portal Application Access Tests |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 272 | |
273 | Basic Holmes Rule Management API Health Check | ||||
mrichomme | 0ed1faf | 2019-02-18 16:47:44 +0100 | [diff] [blame] | 274 | [Tags] health medium |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 275 | Run Holmes Rule Mgmt Health Check |
276 | |||||
277 | Basic Holmes Engine Management API Health Check | ||||
mrichomme | 0ed1faf | 2019-02-18 16:47:44 +0100 | [diff] [blame] | 278 | [Tags] health medium |
GuangrongFu | d5bc0b8 | 2018-10-16 17:59:57 +0800 | [diff] [blame] | 279 | Run Holmes Engine Mgmt Health Check |
Stanislav Chlebec | e035f62 | 2018-11-09 14:31:02 +0100 | [diff] [blame] | 280 | |
Brian Freeman | 847afd7 | 2019-02-14 09:39:56 -0500 | [diff] [blame] | 281 | #Basic VVP ICE CI Container (Automat Testing) Health Check |
282 | # [Tags] oom | ||||
283 | # Run VVP ICE CI Container (Automat Testing) Health Check | ||||
Stanislav Chlebec | e035f62 | 2018-11-09 14:31:02 +0100 | [diff] [blame] | 284 | |
Brian Freeman | 847afd7 | 2019-02-14 09:39:56 -0500 | [diff] [blame] | 285 | #Basic VVP CMS Health Check |
286 | # [Tags] oom | ||||
287 | # Run VVP CMS Health Check | ||||
Stanislav Chlebec | e035f62 | 2018-11-09 14:31:02 +0100 | [diff] [blame] | 288 | |
Brian Freeman | 847afd7 | 2019-02-14 09:39:56 -0500 | [diff] [blame] | 289 | #Basic VVP Engagement Manager Health Check |
290 | # [Tags] oom | ||||
291 | # Run VVP Engagement Manager Health Check | ||||
Stanislav Chlebec | e035f62 | 2018-11-09 14:31:02 +0100 | [diff] [blame] | 292 | |
Brian Freeman | 847afd7 | 2019-02-14 09:39:56 -0500 | [diff] [blame] | 293 | #Basic VVP Ext HA Proxy Health Check |
294 | # [Tags] oom | ||||
295 | # Run VVP Ext HA Proxy Health Check | ||||
Stanislav Chlebec | e035f62 | 2018-11-09 14:31:02 +0100 | [diff] [blame] | 296 | |
Brian Freeman | 847afd7 | 2019-02-14 09:39:56 -0500 | [diff] [blame] | 297 | #Basic VVP Gitlab Health Check |
298 | # [Tags] oom | ||||
299 | # Run VVP Gitlab Health Check | ||||
Stanislav Chlebec | e035f62 | 2018-11-09 14:31:02 +0100 | [diff] [blame] | 300 | |
Brian Freeman | 847afd7 | 2019-02-14 09:39:56 -0500 | [diff] [blame] | 301 | #Basic VVP Image Scanner Health Check |
302 | # [Tags] oom | ||||
303 | # Run VVP Image Scanner Health Check | ||||
Stanislav Chlebec | e035f62 | 2018-11-09 14:31:02 +0100 | [diff] [blame] | 304 | |
Brian Freeman | 847afd7 | 2019-02-14 09:39:56 -0500 | [diff] [blame] | 305 | #Basic VVP Int HA Proxy Health Check |
306 | # [Tags] oom | ||||
307 | # Run VVP Int HA Proxy Health Check | ||||
Stanislav Chlebec | e035f62 | 2018-11-09 14:31:02 +0100 | [diff] [blame] | 308 | |
Brian Freeman | 847afd7 | 2019-02-14 09:39:56 -0500 | [diff] [blame] | 309 | #Basic VVP Jenkins Health Check |
310 | # [Tags] oom | ||||
311 | # Run VVP Jenkins Health Check | ||||
Stanislav Chlebec | e035f62 | 2018-11-09 14:31:02 +0100 | [diff] [blame] | 312 | |
Brian Freeman | 847afd7 | 2019-02-14 09:39:56 -0500 | [diff] [blame] | 313 | #Basic VVP Postgresql Health Check |
314 | # [Tags] oom | ||||
315 | # Run VVP Postgresql Health Check | ||||
Stanislav Chlebec | e035f62 | 2018-11-09 14:31:02 +0100 | [diff] [blame] | 316 | |
Brian Freeman | 847afd7 | 2019-02-14 09:39:56 -0500 | [diff] [blame] | 317 | #Basic VVP Redis Health Check |
318 | # [Tags] oom | ||||
319 | # Run VVP Redis Health Check |