diff options
Diffstat (limited to 'robot/testsuites/health-check.robot')
-rw-r--r-- | robot/testsuites/health-check.robot | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index d27c38e5..ec0748ec 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -14,6 +14,8 @@ Resource ../resources/appc_interface.robot Resource ../resources/portal_interface.robot Resource ../resources/mr_interface.robot Resource ../resources/aaf_interface.robot +Resource ../resources/msb_interface.robot +Resource ../resources/clamp_interface.robot *** Test Cases *** Basic DCAE Health Check @@ -55,3 +57,83 @@ Basic Message Router Health Check Basic VID Health Check [Tags] health Run VID Health Check + +Basic Microservice Bus Health Check + [Tags] health + Run MSB Health Check + +Basic CLAMP Health Check + [Tags] health + Run CLAMP Health Check + +catalog API Health Check + [Tags] health + Run MSB Get Request /api/catalog/v1/swagger.json + +emsdriver API Health Check + [Tags] health + Run MSB Get Request /api/emsdriver/v1/swagger.json + +gvnfmdriver API Health Check + [Tags] health + Run MSB Get Request /api/gvnfmdriver/v1/swagger.json + +huaweivnfmdriver API Health Check + [Tags] health + Run MSB Get Request /api/huaweivnfmdriver/v1/swagger.json + +multicloud API Health Check + [Tags] health + Run MSB Get Request /api/multicloud/v0/swagger.json + +multicloud-ocata API Health Check + [Tags] health + Run MSB Get Request /api/multicloud-ocata/v0/swagger.json + +multicloud-titanium_cloud API Health Check + [Tags] health + Run MSB Get Request /api/multicloud-titanium_cloud/v0/swagger.json + +multicloud-vio API Health Check + [Tags] health + Run MSB Get Request /api/multicloud-vio/v0/swagger.json + +nokiavnfmdriver API Health Check + [Tags] health + Run MSB Get Request /api/nokiavnfmdriver/v1/swagger.json + +nslcm API Health Check + [Tags] health + Run MSB Get Request /api/nslcm/v1/swagger.json + +resmgr API Health Check + [Tags] health + Run MSB Get Request /api/resmgr/v1/swagger.json + +usecaseui-gui API Health Check + [Tags] health + Run MSB Get Request /iui/usecase-ui/ + +vnflcm API Health Check + [Tags] health + Run MSB Get Request /api/vnflcm/v1/swagger.json + +vnfmgr API Health Check + [Tags] health + Run MSB Get Request /api/vnfmgr/v1/swagger.json + +vnfres API Health Check + [Tags] health + Run MSB Get Request /api/vnfres/v1/swagger.json + +workflow API Health Check + [Tags] health + Run MSB Get Request /api/workflow/v1/swagger.json + +ztesdncdriver API Health Check + [Tags] health + Run MSB Get Request /api/ztesdncdriver/v1/swagger.json + +ztevmanagerdriver API Health Check + [Tags] health + Run MSB Get Request /api/ztevmanagerdriver/v1/swagger.json |