diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-23 10:14:20 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-10-23 10:14:20 -0700 |
commit | 78c5d79e9f2339a1600b8f76fe09c6ba59dfe81c (patch) | |
tree | 6058c95caf1544f6ccfa21469644e2499d3751cd | |
parent | ba8f94de3e8a063c911b52e6bd8225cc67fc01da (diff) |
Add health check for usecase-ui
Change-Id: Ic58418968b9f71aa4d23292cb44de37d4c953f81
Issue-ID: INT-295
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | robot/testsuites/health-check.robot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index fcf221dd..c3d12b06 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -94,6 +94,10 @@ nslcm API Health Check [Tags] health Run MSB Get Request /api/nslcm/v1/swagger.json +usecaseui-gui API Health Check + [Tags] health + Run MSB Get Request /iui/usecaseui/ + vnflcm API Health Check [Tags] health Run MSB Get Request /api/vnflcm/v1/swagger.json |