diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-05-13 16:14:55 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-05-13 16:21:53 -0700 |
commit | 8a1d211d420f3f56740370718ac1773a4b275a5e (patch) | |
tree | ecb57823c901f55f6df01def2727184873954615 /robot/testsuites | |
parent | 345c992f34df8c5bbde4e1bdf643386106416c1f (diff) |
Add healthcheck for multicloud-k8s chart
Add healthcheck for multicloud-k8s helm chart.
Calls the healthcheck api via MSB
Issue-ID: MULTICLOUD-622
Change-Id: I2d5f59514655e2d47f0f5596966cf061f9ef2551
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'robot/testsuites')
-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 5feaa9cc..ad6a209c 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -125,6 +125,10 @@ Basic Multicloud-thinkcloud API Health Check [Tags] health multicloud health-multicloud Run MSB Get Request /api/multicloud-thinkcloud/v0/swagger.json +Basic Multicloud-k8s API Health Check + [Tags] health multicloud health-multicloud + Run MSB Get Request /api/multicloud-k8s/v1/v1/healthcheck + Basic OOF-Homing Health Check [Tags] health medium health-oof Run OOF-Homing Health Check |