diff options
author | Haibin Huang <haibin.huang@intel.com> | 2019-01-24 10:00:12 +0800 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2019-01-24 10:01:07 +0800 |
commit | ea7b4f7200dcffb9ef5ff9400841a2cc137a4e4d (patch) | |
tree | 436b9707fed1088f0150070e75d8d99a02cb6f05 /robot/testsuites | |
parent | 9d992ae38f286e97fc26f9368f86e8706d286333 (diff) |
Add health check for starlingx plugin
Change-Id: I43b01fbeda92a136c242b3a4eac4c5409a241150
Issue-ID: MULTICLOUD-428
Signed-off-by: Haibin Huang <haibin.huang@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 7807ca10..d9546640 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -103,6 +103,10 @@ Basic Multicloud-pike API Health Check [Tags] health multicloud small Run MSB Get Request /api/multicloud-pike/v0/swagger.json +Basic Multicloud-starlingx API Health Check + [Tags] health multicloud small + Run MSB Get Request /api/multicloud-starlingx/v0/swagger.json + Basic Multicloud-titanium_cloud API Health Check [Tags] health multicloud small Run MSB Get Request /api/multicloud-titaniumcloud/v1/swagger.json |