diff options
author | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2019-03-20 17:27:22 -0400 |
---|---|---|
committer | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2019-03-20 17:34:33 -0400 |
commit | d1ff3717f6fa68452321d6fd3df86cf45a51206e (patch) | |
tree | 606a524ed96e836cae083ce732ecfeba18a68126 | |
parent | d8966bcdbc302cb06604773297623fc9edba7512 (diff) |
Add SD&SdncCtxBuider to Pomba HealthCheck-2
Issue-ID: LOG-1021
Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
Change-Id: I065681bd984881c053f75d8db4d2019032017431
-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 |