diff options
author | luxin <luxin7@huawei.com> | 2018-04-10 13:57:22 +0800 |
---|---|---|
committer | luxin <luxin7@huawei.com> | 2018-04-10 13:59:29 +0800 |
commit | 3b05d73c246ea55bb9515ba0bd18695addf9e6f7 (patch) | |
tree | 8cf7e65cf405ae4278d581aebf5fa2bb8589af80 /robot/testsuites | |
parent | 62174d9ab4f20b6c94eb852447729c4e01a629c8 (diff) |
Add health-check for VFC
Change-Id: Ic00ca67d7e125e549247f3ca999a1fe35834e9de
Issue-ID: VFC-644
Signed-off-by: luxin <luxin7@huawei.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/health-check.robot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index d75bcd82..5c6dbeec 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -97,6 +97,14 @@ Basic VFC gvnfmdriver API Health Check [Tags] health 3rdparty Run MSB Get Request /api/gvnfmdriver/v1/swagger.json +Basic VFC jujuvnfmdriver API Health Check + [Tags] health 3rdparty + Run MSB Get Request /api/jujuvnfmdriver/v1/swagger.json + +Basic VFC multivimproxy API Health Check + [Tags] health 3rdparty + Run MSB Get Request /api/multivimproxy/v1/swagger.json + Basic VFC huaweivnfmdriver API Health Check [Tags] health 3rdparty Run MSB Get Request /api/huaweivnfmdriver/v1/swagger.json |