diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-18 12:30:02 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-10-18 12:30:02 -0700 |
commit | 3a9cc248ea9fc77e805e6afc241f2bb16b9a887b (patch) | |
tree | a76c9467c8616237c94384d132f38d73b5a5ae3e /robot/testsuites | |
parent | 26dd72a0720f90726856bb1f510c30d62810fd87 (diff) |
Add API health checks via MSB
Change-Id: I4c88e88c616c4fede33f491044ef203bfee06636
Issue-ID: INT-282
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/health-check.robot | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index f11d50e9..f6eb60ea 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -60,3 +60,51 @@ Basic VID Health Check Basic Microservice Bus Health Check [Tags] health Run MSB Health Check + +catalog API Health Check + [Tags] health + Run MSB Get Request /api/catalog/v1/swagger.json + +gvnfmdriver API Health Check + [Tags] health + Run MSB Get Request /api/gvnfmdriver/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 + +nslcm API Health Check + [Tags] health + Run MSB Get Request /api/nslcm/v1/swagger.json + +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 + +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 |