diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-23 09:51:13 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-10-23 09:55:52 -0700 |
commit | ba8f94de3e8a063c911b52e6bd8225cc67fc01da (patch) | |
tree | 688009b553f6b4548d7d337037be8bf26a473cbc /robot/testsuites/health-check.robot | |
parent | 85b749bac23adde11ea1f69ced2b4cffbddd0564 (diff) |
Add health check for CLAMP
Change-Id: I8828ae271dc89a43c6d91fc3e108f07278696965
Issue-ID: INT-294
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'robot/testsuites/health-check.robot')
-rw-r--r-- | robot/testsuites/health-check.robot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index f6eb60ea..fcf221dd 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -15,6 +15,7 @@ Resource ../resources/portal_interface.robot Resource ../resources/mr_interface.robot Resource ../resources/aaf_interface.robot Resource ../resources/msb_interface.robot +Resource ../resources/clamp_interface.robot *** Test Cases *** Basic DCAE Health Check @@ -61,6 +62,10 @@ Basic Microservice Bus Health Check [Tags] health Run MSB Health Check +Basic CLAMP Health Check + [Tags] health + Run CLAMP Health Check + catalog API Health Check [Tags] health Run MSB Get Request /api/catalog/v1/swagger.json |