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 |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 3 | Documentation Testing ecomp components are available via calls. |
| 4 | ... |
| 5 | ... Testing ecomp components are available via calls. |
| 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 |
| 12 | Resource ../resources/mso_interface.robot |
| 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 |
Brian Freeman | f508ab2 | 2018-03-15 21:19:41 -0500 | [diff] [blame] | 20 | Resource ../resources/test_templates/model_test_template.robot |
| 21 | |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 22 | |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 23 | *** Test Cases *** |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 24 | Basic A&AI Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 25 | [Tags] health core |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 26 | Run A&AI Health Check |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 27 | |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 28 | Basic APPC Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 29 | [Tags] health core |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 30 | Run APPC Health Check |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 31 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 32 | Basic CLAMP Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 33 | [Tags] health core |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 34 | Run CLAMP Health Check |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 35 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 36 | Basic DCAE Health Check |
| 37 | [Tags] health dcae |
| 38 | Run DCAE Health Check |
| 39 | |
| 40 | Basic DMAAP Message Router Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 41 | [Tags] health core |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 42 | Run MR Health Check |
| 43 | |
Gary Wu | 26dd72a | 2017-10-17 12:27:22 -0700 | [diff] [blame] | 44 | Basic Microservice Bus Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 45 | [Tags] health core |
Gary Wu | 26dd72a | 2017-10-17 12:27:22 -0700 | [diff] [blame] | 46 | Run MSB Health Check |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 47 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 48 | Basic Multicloud API Health Check |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 49 | [Tags] health multicloud |
| 50 | Run MSB Get Request /api/multicloud/v0/swagger.json |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 51 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 52 | Basic Multicloud-ocata API Health Check |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 53 | [Tags] health multicloud |
| 54 | Run MSB Get Request /api/multicloud-ocata/v0/swagger.json |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 55 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 56 | Basic Multicloud-titanium_cloud API Health Check |
mrichomme | e2f54b4 | 2018-03-08 17:45:49 +0100 | [diff] [blame] | 57 | [Tags] health multicloud |
| 58 | Run MSB Get Request /api/multicloud-titanium_cloud/v0/swagger.json |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 59 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 60 | Basic Multicloud-vio API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 61 | [Tags] health multicloud |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 62 | Run MSB Get Request /api/multicloud-vio/v0/swagger.json |
| 63 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 64 | Basic Policy Health Check |
| 65 | [Tags] health core |
| 66 | Run Policy Health Check |
Gary Wu | 269bc1a | 2017-10-23 16:23:50 -0700 | [diff] [blame] | 67 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 68 | Basic Portal Health Check |
| 69 | [Tags] health core |
| 70 | Run Portal Health Check |
Denes Nemeth | 5be4b58 | 2018-04-09 14:19:44 +0200 | [diff] [blame] | 71 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 72 | Basic SDC Health Check |
| 73 | [Tags] health core |
| 74 | Run ASDC Health Check |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 75 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 76 | Basic SDNC Health Check |
| 77 | [Tags] health core |
| 78 | Run SDNGC Health Check |
Gary Wu | 269bc1a | 2017-10-23 16:23:50 -0700 | [diff] [blame] | 79 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 80 | Basic SO Health Check |
| 81 | [Tags] health core |
| 82 | Run MSO Health Check |
| 83 | |
| 84 | Basic UseCaseUI API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 85 | [Tags] health api |
Gary Wu | 88a967c | 2018-01-17 09:54:27 -0800 | [diff] [blame] | 86 | Run MSB Get Request /iui/usecaseui/ |
Gary Wu | 78c5d79 | 2017-10-23 10:14:20 -0700 | [diff] [blame] | 87 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 88 | Basic VFC catalog API Health Check |
| 89 | [Tags] health api |
| 90 | Run MSB Get Request /api/catalog/v1/swagger.json |
| 91 | |
| 92 | Basic VFC emsdriver API Health Check |
| 93 | [Tags] health 3rdparty |
| 94 | Run MSB Get Request /api/emsdriver/v1/swagger.json |
| 95 | |
| 96 | Basic VFC gvnfmdriver API Health Check |
| 97 | [Tags] health 3rdparty |
| 98 | Run MSB Get Request /api/gvnfmdriver/v1/swagger.json |
| 99 | |
luxin | 3b05d73 | 2018-04-10 13:57:22 +0800 | [diff] [blame] | 100 | Basic VFC jujuvnfmdriver API Health Check |
| 101 | [Tags] health 3rdparty |
| 102 | Run MSB Get Request /api/jujuvnfmdriver/v1/swagger.json |
| 103 | |
| 104 | Basic VFC multivimproxy API Health Check |
| 105 | [Tags] health 3rdparty |
| 106 | Run MSB Get Request /api/multivimproxy/v1/swagger.json |
| 107 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 108 | Basic VFC huaweivnfmdriver API Health Check |
| 109 | [Tags] health 3rdparty |
| 110 | Run MSB Get Request /api/huaweivnfmdriver/v1/swagger.json |
| 111 | |
| 112 | Basic VFC nokiavnfmdriver API Health Check |
| 113 | [Tags] health 3rdparty |
| 114 | Run MSB Get Request /api/nokiavnfmdriver/v1/swagger.json |
| 115 | |
| 116 | Basic VFC nokiav2driver API Health Check |
| 117 | [Tags] health 3rdparty |
| 118 | Run MSB Get Request /api/NokiaSVNFM/v1/swagger.json |
| 119 | |
| 120 | Basic VFC nslcm API Health Check |
| 121 | [Tags] health api |
| 122 | Run MSB Get Request /api/nslcm/v1/swagger.json |
| 123 | |
| 124 | Basic VFC resmgr API Health Check |
| 125 | [Tags] health api |
| 126 | Run MSB Get Request /api/resmgr/v1/swagger.json |
| 127 | |
| 128 | Basic VFC vnflcm API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 129 | [Tags] health api |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 130 | Run MSB Get Request /api/vnflcm/v1/swagger.json |
| 131 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 132 | Basic VFC vnfmgr API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 133 | [Tags] health api |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 134 | Run MSB Get Request /api/vnfmgr/v1/swagger.json |
| 135 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 136 | Basic VFC vnfres API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 137 | [Tags] health api |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 138 | Run MSB Get Request /api/vnfres/v1/swagger.json |
| 139 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 140 | Basic VFC workflow API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 141 | [Tags] health api |
Gary Wu | 269bc1a | 2017-10-23 16:23:50 -0700 | [diff] [blame] | 142 | Run MSB Get Request /api/workflow/v1/swagger.json |
| 143 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 144 | Basic VFC ztesdncdriver API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 145 | [Tags] health 3rdparty |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 146 | Run MSB Get Request /api/ztesdncdriver/v1/swagger.json |
| 147 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 148 | Basic VFC ztevnfmdriver API Health Check |
mrichomme | 8c23aec | 2018-03-02 16:43:11 +0100 | [diff] [blame] | 149 | [Tags] health 3rdparty |
yangyan | 70a8bd3 | 2018-04-09 16:41:53 +0800 | [diff] [blame] | 150 | Run MSB Get Request /api/ztevnfmdriver/v1/swagger.json |
Brian Freeman | f508ab2 | 2018-03-15 21:19:41 -0500 | [diff] [blame] | 151 | |
Gildas Lanilis | 62174d9 | 2018-04-09 15:33:21 -0700 | [diff] [blame] | 152 | Basic VID Health Check |
| 153 | [Tags] health core |
| 154 | Run VID Health Check |
| 155 | |
Brian Freeman | f508ab2 | 2018-03-15 21:19:41 -0500 | [diff] [blame] | 156 | Health Distribution Test |
| 157 | [Tags] healthdist |
Brian Freeman | b568e5e | 2018-04-05 21:03:38 -0500 | [diff] [blame] | 158 | [Timeout] 240 |
| 159 | Model Distribution For Directory vFW |
Brian Freeman | 053ce59 | 2018-04-11 09:40:57 -0500 | [diff] [blame^] | 160 | |
| 161 | Portal Login Tests |
| 162 | [Tags] healthlogin |
| 163 | Run Portal Login Tests |