diff options
author | Huang Haibin <haibin.huang@intel.com> | 2018-10-11 11:04:05 +0800 |
---|---|---|
committer | Huang Haibin <haibin.huang@intel.com> | 2018-10-11 11:06:10 +0800 |
commit | 92eef9414e36bcabcbcbc29703411f1c20972720 (patch) | |
tree | b7609ecbb0f31733a73b809506b3e3ad3b84caf7 | |
parent | f8c267cf722fab31e4d6b5b94f445ae556ce7890 (diff) |
Add health check for pike plugin
Change-Id: I80c9629acb5c7c6bdcc427e863ec4eea99c3379a
Issue-ID: MULTICLOUD-276
Signed-off-by: Huang Haibin <haibin.huang@intel.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 f951767d..d2dcb990 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -93,6 +93,10 @@ Basic Multicloud-ocata API Health Check [Tags] health multicloud small Run MSB Get Request /api/multicloud-ocata/v0/swagger.json +Basic Multicloud-pike API Health Check + [Tags] health multicloud small + Run MSB Get Request /api/multicloud-pike/v0/swagger.json + Basic Multicloud-titanium_cloud API Health Check [Tags] health multicloud small Run MSB Get Request /api/multicloud-titaniumcloud/v1/swagger.json |