diff options
Diffstat (limited to 'robot')
-rw-r--r-- | robot/resources/pomba_interface.robot | 2 | ||||
-rw-r--r-- | robot/testsuites/health-check.robot | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/robot/resources/pomba_interface.robot b/robot/resources/pomba_interface.robot index cd9e1b95..8e53274c 100644 --- a/robot/resources/pomba_interface.robot +++ b/robot/resources/pomba_interface.robot @@ -1,5 +1,5 @@ *** Settings *** -Documentation Tests the health of the POMBA containers: aai-context-builder, sdc-context-builder and network-discovery-context-builder. +Documentation Tests the health of the POMBA containers: aai-context-builder, sdc-context-builder, service-decomposition, sdnc-context-builder and network-discovery-context-builder. Library Collections Library String Library RequestsLibrary diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index 3c16f1ca..92d84ee8 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -144,6 +144,14 @@ Basic Pomba Network-discovery-context-builder Health Check [Tags] health oom Run Pomba Network Discovery Context Builder Health Check +Basic Pomba Service-Decomposition Health Check + [Tags] health oom + Run Pomba Service Decomposition Health Check + +Basic Pomba Sdnc-Context-Builder Health Check + [Tags] health oom + Run Pomba Sdnc Context Builder Health Check + Basic Portal Health Check [Tags] health core Run Portal Health Check |