diff options
author | Daniel Rose <dr695h@att.com> | 2018-11-13 15:07:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-13 15:07:19 +0000 |
commit | 669f6b1adebd1d56703e644f5ab2d2f84bec0f4f (patch) | |
tree | 3a8e835bed354dadf7b9953830a6ca187384080a /robot/testsuites/health-check.robot | |
parent | e52bf12268f476704c2c98c3e55b2458cff34f33 (diff) | |
parent | e035f62524233b96733a43139a117f747b2f0968 (diff) |
Merge "vvp healthcheck"
Diffstat (limited to 'robot/testsuites/health-check.robot')
-rw-r--r-- | robot/testsuites/health-check.robot | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index 39328198..cd5a23af 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -27,6 +27,7 @@ Resource ../resources/sms_interface.robot Resource ../resources/dr_interface.robot Resource ../resources/pomba_interface.robot Resource ../resources/holmes_interface.robot +Resource ../resources/vvp_interface.robot *** Test Cases *** Basic A&AI Health Check @@ -246,3 +247,43 @@ Basic Holmes Rule Management API Health Check Basic Holmes Engine Management API Health Check [Tags] health small Run Holmes Engine Mgmt Health Check + +Basic VVP ICE CI Container (Automat Testing) Health Check + [Tags] health oom + Run VVP ICE CI Container (Automat Testing) Health Check + +Basic VVP CMS Health Check + [Tags] health oom + Run VVP CMS Health Check + +Basic VVP Engagement Manager Health Check + [Tags] health oom + Run VVP Engagement Manager Health Check + +Basic VVP Ext HA Proxy Health Check + [Tags] health oom + Run VVP Ext HA Proxy Health Check + +Basic VVP Gitlab Health Check + [Tags] health oom + Run VVP Gitlab Health Check + +Basic VVP Image Scanner Health Check + [Tags] health oom + Run VVP Image Scanner Health Check + +Basic VVP Int HA Proxy Health Check + [Tags] health oom + Run VVP Int HA Proxy Health Check + +Basic VVP Jenkins Health Check + [Tags] health oom + Run VVP Jenkins Health Check + +Basic VVP Postgresql Health Check + [Tags] health oom + Run VVP Postgresql Health Check + +Basic VVP Redis Health Check + [Tags] health oom + Run VVP Redis Health Check |