DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Documentation Testing ecomp components are available via calls. |
| 3 | ... |
| 4 | ... Testing ecomp components are available via calls. |
| 5 | |
| 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 |
| 11 | Resource ../resources/mso_interface.robot |
| 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 |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 18 | |
| 19 | *** Test Cases *** |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 20 | Basic DCAE Health Check |
| 21 | [Tags] health |
| 22 | Run DCAE Health Check |
| 23 | |
| 24 | Basic SDNGC Health Check |
| 25 | [Tags] health |
| 26 | Run SDNGC Health Check |
| 27 | |
| 28 | Basic A&AI Health Check |
| 29 | [Tags] health |
| 30 | Run A&AI Health Check |
| 31 | |
| 32 | Basic Policy Health Check |
| 33 | [Tags] health |
| 34 | Run Policy Health Check |
| 35 | |
| 36 | Basic MSO Health Check |
| 37 | [Tags] health |
| 38 | Run MSO Health Check |
| 39 | |
| 40 | Basic ASDC Health Check |
| 41 | [Tags] health |
| 42 | Run ASDC Health Check |
| 43 | |
| 44 | Basic APPC Health Check |
| 45 | [Tags] health |
| 46 | Run APPC Health Check |
| 47 | |
| 48 | Basic Portal Health Check |
| 49 | [Tags] health |
| 50 | Run Portal Health Check |
| 51 | |
| 52 | Basic Message Router Health Check |
| 53 | [Tags] health |
| 54 | Run MR Health Check |
| 55 | |
| 56 | Basic VID Health Check |
| 57 | [Tags] health |
| 58 | Run VID Health Check |
Gary Wu | 26dd72a | 2017-10-17 12:27:22 -0700 | [diff] [blame] | 59 | |
| 60 | Basic Microservice Bus Health Check |
| 61 | [Tags] health |
| 62 | Run MSB Health Check |
Gary Wu | 3a9cc24 | 2017-10-18 12:30:02 -0700 | [diff] [blame] | 63 | |
| 64 | catalog API Health Check |
| 65 | [Tags] health |
| 66 | Run MSB Get Request /api/catalog/v1/swagger.json |
| 67 | |
| 68 | gvnfmdriver API Health Check |
| 69 | [Tags] health |
| 70 | Run MSB Get Request /api/gvnfmdriver/v1/swagger.json |
| 71 | |
| 72 | multicloud API Health Check |
| 73 | [Tags] health |
| 74 | Run MSB Get Request /api/multicloud/v0/swagger.json |
| 75 | |
| 76 | multicloud-ocata API Health Check |
| 77 | [Tags] health |
| 78 | Run MSB Get Request /api/multicloud-ocata/v0/swagger.json |
| 79 | |
| 80 | multicloud-titanium_cloud API Health Check |
| 81 | [Tags] health |
| 82 | Run MSB Get Request /api/multicloud-titanium_cloud/v0/swagger.json |
| 83 | |
| 84 | multicloud-vio API Health Check |
| 85 | [Tags] health |
| 86 | Run MSB Get Request /api/multicloud-vio/v0/swagger.json |
| 87 | |
| 88 | nslcm API Health Check |
| 89 | [Tags] health |
| 90 | Run MSB Get Request /api/nslcm/v1/swagger.json |
| 91 | |
| 92 | vnflcm API Health Check |
| 93 | [Tags] health |
| 94 | Run MSB Get Request /api/vnflcm/v1/swagger.json |
| 95 | |
| 96 | vnfmgr API Health Check |
| 97 | [Tags] health |
| 98 | Run MSB Get Request /api/vnfmgr/v1/swagger.json |
| 99 | |
| 100 | vnfres API Health Check |
| 101 | [Tags] health |
| 102 | Run MSB Get Request /api/vnfres/v1/swagger.json |
| 103 | |
| 104 | ztesdncdriver API Health Check |
| 105 | [Tags] health |
| 106 | Run MSB Get Request /api/ztesdncdriver/v1/swagger.json |
| 107 | |
| 108 | ztevmanagerdriver API Health Check |
| 109 | [Tags] health |
| 110 | Run MSB Get Request /api/ztevmanagerdriver/v1/swagger.json |