DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 1 | *** Settings *** |
mrichomme | 562097d | 2018-03-09 14:59:15 +0100 | [diff] [blame] | 2 | Test Timeout 1 minute |
mrichomme | 547e311 | 2018-04-13 16:44:04 +0200 | [diff] [blame] | 3 | Documentation Testing ecomp components are available via calls. |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 4 | ... |
mrichomme | 547e311 | 2018-04-13 16:44:04 +0200 | [diff] [blame] | 5 | ... Testing ecomp components are available via calls. |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 6 | |
| 7 | Resource ../resources/dcae_interface.robot |
| 8 | Resource ../resources/sdngc_interface.robot |
| 9 | Resource ../resources/aai/aai_interface.robot |
| 10 | Resource ../resources/vid/vid_interface.robot |
| 11 | Resource ../resources/policy_interface.robot |
Brian Freeman | 391680a | 2018-08-11 15:20:58 -0500 | [diff] [blame] | 12 | Resource ../resources/so_interface.robot |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 13 | Resource ../resources/asdc_interface.robot |
| 14 | Resource ../resources/appc_interface.robot |
| 15 | Resource ../resources/portal_interface.robot |
| 16 | Resource ../resources/mr_interface.robot |
| 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 |
DR695H | ce07d41 | 2018-04-11 22:28:41 -0400 | [diff] [blame] | 20 | Resource ../resources/music/music_interface.robot |
Brian Freeman | f508ab2 | 2018-03-15 21:19:41 -0500 | [diff] [blame] | 21 | Resource ../resources/test_templates/model_test_template.robot |
mrichomme | 547e311 | 2018-04-13 16:44:04 +0200 | [diff] [blame] | 22 | Resource ../resources/nbi_interface.robot |
Kanagaraj Manickam k00365106 | bbc1395 | 2018-04-16 11:20:21 +0530 | [diff] [blame] | 23 | Resource ../resources/cli_interface.robot |
Kanagaraj Manickam k00365106 | 7ac93c2 | 2018-04-19 11:20:17 +0530 | [diff] [blame] | 24 | Resource ../resources/vnfsdk_interface.robot |
Neal Chatterley | e908d99 | 2018-04-18 18:19:39 +0000 | [diff] [blame] | 25 | Resource ../resources/log_interface.robot |
Eric Debeau | 9045a1e | 2018-04-24 17:22:41 +0000 | [diff] [blame] | 26 | Resource ../resources/oof_interface.robot |
Kiran Kamineni | 09edd94 | 2018-05-10 13:50:33 -0700 | [diff] [blame] | 27 | Resource ../resources/sms_interface.robot |
econwar | d7400a1 | 2018-09-03 13:47:00 +0000 | [diff] [blame^] | 28 | Resource ../resources/dr_interface.robot |
Brian Freeman | f508ab2 | 2018-03-15 21:19:41 -0500 | [diff] [blame] | 29 | |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 30 | |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 31 | *** Test Cases *** |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 32 | Basic A&AI Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 33 | [Tags] health core |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 34 | Run A&AI Health Check |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 35 | |
Brian Freeman | a966f03 | 2018-04-30 14:01:14 -0500 | [diff] [blame] | 36 | Basic AAF Health Check |
| 37 | [Tags] health core |
| 38 | Run AAF Health Check |
| 39 | |
Gildas Lanilis | 9bb827f | 2018-05-14 08:32:40 -0700 | [diff] [blame] | 40 | Basic AAF SMS Health Check |
| 41 | [Tags] health core |
| 42 | Run SMS Health Check |
gwu | 1ecd871 | 2018-07-13 08:10:18 -0700 | [diff] [blame] | 43 | |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 44 | Basic APPC Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 45 | [Tags] health core |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 46 | Run APPC Health Check |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 47 | |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 48 | Basic CLI Health Check |
| 49 | [Tags] health core |
| 50 | Run CLI Health Check |
| 51 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 52 | Basic CLAMP Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 53 | [Tags] health core |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 54 | Run CLAMP Health Check |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 55 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 56 | Basic DCAE Health Check |
| 57 | [Tags] health dcae |
| 58 | Run DCAE Health Check |
| 59 | |
econwar | d7400a1 | 2018-09-03 13:47:00 +0000 | [diff] [blame^] | 60 | Basic DMAAP Data Router Health Check |
| 61 | [Tags] health core |
| 62 | Run DR Health Check |
| 63 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 64 | Basic DMAAP Message Router Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 65 | [Tags] health core |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 66 | Run MR Health Check |
| 67 | |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 68 | Basic External API NBI Health Check |
| 69 | [Tags] health externalapi api |
| 70 | Run NBI Health Check |
| 71 | |
| 72 | Basic Log Elasticsearch Health Check |
Gary Wu | 2e01cf6 | 2018-05-04 10:24:40 -0700 | [diff] [blame] | 73 | [Tags] health core oom |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 74 | Run Log Elasticsearch Health Check |
| 75 | |
| 76 | Basic Log Kibana Health Check |
Gary Wu | 2e01cf6 | 2018-05-04 10:24:40 -0700 | [diff] [blame] | 77 | [Tags] health core oom |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 78 | Run Log Kibana Health Check |
| 79 | |
| 80 | Basic Log Logstash Health Check |
Gary Wu | 2e01cf6 | 2018-05-04 10:24:40 -0700 | [diff] [blame] | 81 | [Tags] health core oom |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 82 | Run Log Logstash Health Check |
Gary Wu | 2e01cf6 | 2018-05-04 10:24:40 -0700 | [diff] [blame] | 83 | |
Gary Wu | 26dd72a | 2017-10-17 12:27:22 -0700 | [diff] [blame] | 84 | Basic Microservice Bus Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 85 | [Tags] health core |
Gary Wu | 26dd72a | 2017-10-17 12:27:22 -0700 | [diff] [blame] | 86 | Run MSB Health Check |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 87 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 88 | Basic Multicloud API Health Check |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 89 | [Tags] health multicloud |
| 90 | Run MSB Get Request /api/multicloud/v0/swagger.json |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 91 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 92 | Basic Multicloud-ocata API Health Check |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 93 | [Tags] health multicloud |
| 94 | Run MSB Get Request /api/multicloud-ocata/v0/swagger.json |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 95 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 96 | Basic Multicloud-titanium_cloud API Health Check |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 97 | [Tags] health multicloud |
| 98 | Run MSB Get Request /api/multicloud-titanium_cloud/v0/swagger.json |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 99 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 100 | Basic Multicloud-vio API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 101 | [Tags] health multicloud |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 102 | Run MSB Get Request /api/multicloud-vio/v0/swagger.json |
| 103 | |
Eric Debeau | ca1b9c8 | 2018-04-24 20:41:02 +0000 | [diff] [blame] | 104 | Basic OOF-Homing Health Check |
Eric Debeau | 9045a1e | 2018-04-24 17:22:41 +0000 | [diff] [blame] | 105 | [Tags] health core |
Eric Debeau | ca1b9c8 | 2018-04-24 20:41:02 +0000 | [diff] [blame] | 106 | Run OOF-Homing Health Check |
| 107 | |
| 108 | Basic OOF-SNIRO Health Check |
| 109 | [Tags] health core |
| 110 | Run OOF-SNIRO Health Check |
Eric Debeau | 9045a1e | 2018-04-24 17:22:41 +0000 | [diff] [blame] | 111 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 112 | Basic Policy Health Check |
| 113 | [Tags] health core |
| 114 | Run Policy Health Check |
Gary Wu | 269bc1a | 2017-10-23 16:23:50 -0700 | [diff] [blame] | 115 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 116 | Basic Portal Health Check |
| 117 | [Tags] health core |
| 118 | Run Portal Health Check |
Denes Nemeth | 5be4b58 | 2018-04-09 14:19:44 +0200 | [diff] [blame] | 119 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 120 | Basic SDC Health Check |
| 121 | [Tags] health core |
| 122 | Run ASDC Health Check |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 123 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 124 | Basic SDNC Health Check |
| 125 | [Tags] health core |
| 126 | Run SDNGC Health Check |
Gary Wu | 269bc1a | 2017-10-23 16:23:50 -0700 | [diff] [blame] | 127 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 128 | Basic SO Health Check |
| 129 | [Tags] health core |
Brian Freeman | 391680a | 2018-08-11 15:20:58 -0500 | [diff] [blame] | 130 | Run SO Global Health Check |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 131 | |
| 132 | Basic UseCaseUI API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 133 | [Tags] health api |
Gary Wu | 88a967c | 2018-01-17 09:54:27 -0800 | [diff] [blame] | 134 | Run MSB Get Request /iui/usecaseui/ |
Gary Wu | 78c5d79 | 2017-10-23 10:14:20 -0700 | [diff] [blame] | 135 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 136 | Basic VFC catalog API Health Check |
| 137 | [Tags] health api |
| 138 | Run MSB Get Request /api/catalog/v1/swagger.json |
| 139 | |
| 140 | Basic VFC emsdriver API Health Check |
| 141 | [Tags] health 3rdparty |
| 142 | Run MSB Get Request /api/emsdriver/v1/swagger.json |
| 143 | |
| 144 | Basic VFC gvnfmdriver API Health Check |
| 145 | [Tags] health 3rdparty |
| 146 | Run MSB Get Request /api/gvnfmdriver/v1/swagger.json |
| 147 | |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 148 | Basic VFC huaweivnfmdriver API Health Check |
| 149 | [Tags] health 3rdparty |
| 150 | Run MSB Get Request /api/huaweivnfmdriver/v1/swagger.json |
| 151 | |
luxin | 3b05d73 | 2018-04-10 13:57:22 +0800 | [diff] [blame] | 152 | Basic VFC jujuvnfmdriver API Health Check |
| 153 | [Tags] health 3rdparty |
mrichomme | 547e311 | 2018-04-13 16:44:04 +0200 | [diff] [blame] | 154 | Run MSB Get Request /api/jujuvnfmdriver/v1/swagger.json |
luxin | 3b05d73 | 2018-04-10 13:57:22 +0800 | [diff] [blame] | 155 | |
| 156 | Basic VFC multivimproxy API Health Check |
| 157 | [Tags] health 3rdparty |
| 158 | Run MSB Get Request /api/multivimproxy/v1/swagger.json |
| 159 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 160 | Basic VFC nokiavnfmdriver API Health Check |
| 161 | [Tags] health 3rdparty |
| 162 | Run MSB Get Request /api/nokiavnfmdriver/v1/swagger.json |
| 163 | |
| 164 | Basic VFC nokiav2driver API Health Check |
| 165 | [Tags] health 3rdparty |
| 166 | Run MSB Get Request /api/NokiaSVNFM/v1/swagger.json |
| 167 | |
| 168 | Basic VFC nslcm API Health Check |
| 169 | [Tags] health api |
| 170 | Run MSB Get Request /api/nslcm/v1/swagger.json |
| 171 | |
| 172 | Basic VFC resmgr API Health Check |
| 173 | [Tags] health api |
| 174 | Run MSB Get Request /api/resmgr/v1/swagger.json |
| 175 | |
| 176 | Basic VFC vnflcm API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 177 | [Tags] health api |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 178 | Run MSB Get Request /api/vnflcm/v1/swagger.json |
| 179 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 180 | Basic VFC vnfmgr API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 181 | [Tags] health api |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 182 | Run MSB Get Request /api/vnfmgr/v1/swagger.json |
| 183 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 184 | Basic VFC vnfres API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 185 | [Tags] health api |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 186 | Run MSB Get Request /api/vnfres/v1/swagger.json |
| 187 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 188 | Basic VFC workflow API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 189 | [Tags] health api |
Gary Wu | 269bc1a | 2017-10-23 16:23:50 -0700 | [diff] [blame] | 190 | Run MSB Get Request /api/workflow/v1/swagger.json |
| 191 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 192 | Basic VFC ztesdncdriver API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 193 | [Tags] health 3rdparty |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 194 | Run MSB Get Request /api/ztesdncdriver/v1/swagger.json |
| 195 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 196 | Basic VFC ztevnfmdriver API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 197 | [Tags] health 3rdparty |
yangyan | 70a8bd3 | 2018-04-09 16:41:53 +0800 | [diff] [blame] | 198 | Run MSB Get Request /api/ztevnfmdriver/v1/swagger.json |
Brian Freeman | f508ab2 | 2018-03-15 21:19:41 -0500 | [diff] [blame] | 199 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 200 | Basic VID Health Check |
| 201 | [Tags] health core |
| 202 | Run VID Health Check |
| 203 | |
Gildas Lanilis | 398dd40 | 2018-04-23 15:58:24 -0700 | [diff] [blame] | 204 | Basic VNFSDK Health Check |
| 205 | [Tags] health core |
| 206 | Run VNFSDK Health Check |
| 207 | |
Brian Freeman | f508ab2 | 2018-03-15 21:19:41 -0500 | [diff] [blame] | 208 | Health Distribution Test |
| 209 | [Tags] healthdist |
gwu | 1ecd871 | 2018-07-13 08:10:18 -0700 | [diff] [blame] | 210 | [Timeout] 600 |
Brian Freeman | b568e5e | 2018-04-05 21:03:38 -0500 | [diff] [blame] | 211 | Model Distribution For Directory vFW |
Brian Freeman | 053ce59 | 2018-04-11 09:40:57 -0500 | [diff] [blame] | 212 | |
| 213 | Portal Login Tests |
| 214 | [Tags] healthlogin |
mrichomme | 547e311 | 2018-04-13 16:44:04 +0200 | [diff] [blame] | 215 | Run Portal Login Tests |
Brian Freeman | b9d6fbf | 2018-04-11 19:15:27 -0500 | [diff] [blame] | 216 | |
| 217 | Portal Application Access Tests |
| 218 | [Tags] healthportalapp |
| 219 | [Timeout] 180 |
Brian Freeman | a966f03 | 2018-04-30 14:01:14 -0500 | [diff] [blame] | 220 | Run Portal Application Access Tests |