diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-23 16:23:50 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-10-23 16:23:50 -0700 |
commit | 269bc1a62658d869731ea434de49e585c64a301a (patch) | |
tree | b16d3d5c60ba1ebfc2292be91f173871b9ecb095 /robot/testsuites | |
parent | 78c5d79e9f2339a1600b8f76fe09c6ba59dfe81c (diff) |
Additional VFC health checks
Change-Id: I0b5f451fcc6117f31ccb7f3f1764fc602b86a22e
Issue-ID: INT-296
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/health-check.robot | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index c3d12b06..2a6acc55 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -70,10 +70,22 @@ 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 + +jujuvnfmdriver API Health Check + [Tags] health + Run MSB Get Request /api/jujuvnfmdriver/v1/swagger.json + multicloud API Health Check [Tags] health Run MSB Get Request /api/multicloud/v0/swagger.json @@ -90,13 +102,21 @@ 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/usecaseui/ + Run MSB Get Request /iui/usecase-ui/ vnflcm API Health Check [Tags] health @@ -110,6 +130,10 @@ 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 |