diff options
author | yangyan <yangyanyj@chinamobile.com> | 2020-02-10 09:54:41 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2020-02-10 01:57:28 +0000 |
commit | 34c77b76c47e3a628bdcf8083c84c4d503149670 (patch) | |
tree | 86f149276b08469c758de0c4993d7bbc6e94a6f3 /robot/testsuites | |
parent | 0cfb9ae3a6bb38c32dffdcec5a12842cee9a3d91 (diff) |
Modify VFC health check API to health check
Change-Id: I63771469cebce6855658477e3f0429b6fe35a3bb
Issue-ID: VFC-1618
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/health-check.robot | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index dc107b52..dc827417 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -207,7 +207,7 @@ Basic UseCaseUI API Health Check Basic VFC catalog API Health Check [Tags] health api health-vfc - Run MSB Get Request /api/catalog/v1/swagger.json + Run MSB Get Request /api/catalog/v1/health_check Basic VFC emsdriver API Health Check [Tags] health 3rdparty health-vfc @@ -215,7 +215,7 @@ Basic VFC emsdriver API Health Check Basic VFC gvnfmdriver API Health Check [Tags] health 3rdparty health-vfc - Run MSB Get Request /api/gvnfmdriver/v1/swagger.json + Run MSB Get Request /api/gvnfmdriver/v1/health_check Basic VFC huaweivnfmdriver API Health Check [Tags] health 3rdparty health-vfc @@ -235,7 +235,7 @@ Basic VFC nokiav2driver API Health Check Basic VFC nslcm API Health Check [Tags] health api health-vfc - Run MSB Get Request /api/nslcm/v1/swagger.json + Run MSB Get Request /api/nslcm/v1/health_check Basic VFC resmgr API Health Check [Tags] health api health-vfc @@ -243,15 +243,15 @@ Basic VFC resmgr API Health Check Basic VFC vnflcm API Health Check [Tags] health api health-vfc - Run MSB Get Request /api/vnflcm/v1/swagger.json + Run MSB Get Request /api/vnflcm/v1/health_check Basic VFC vnfmgr API Health Check [Tags] health api health-vfc - Run MSB Get Request /api/vnfmgr/v1/swagger.json + Run MSB Get Request /api/vnfmgr/v1/health_check Basic VFC vnfres API Health Check [Tags] health api health-vfc - Run MSB Get Request /api/vnfres/v1/swagger.json + Run MSB Get Request /api/vnfres/v1/health_check Basic VFC workflow API Health Check [Tags] health api health-vfc @@ -263,7 +263,7 @@ Basic VFC ztesdncdriver API Health Check Basic VFC ztevnfmdriver API Health Check [Tags] health 3rdparty health-vfc - Run MSB Get Request /api/ztevnfmdriver/v1/swagger.json + Run MSB Get Request /api/ztevnfmdriver/v1/health_check Basic VID Health Check [Tags] health small health-vid |