diff options
author | Ubuntu <frank.obrien@amdocs.com> | 2018-09-20 22:49:52 +0000 |
---|---|---|
committer | root <frank.obrien@amdocs.com> | 2018-09-21 23:13:03 -0400 |
commit | a4e34000e5cebac266737176e5cb1ab68647881e (patch) | |
tree | 942b3cc63f72aeebc769989de1749a78744b3dfc /robot/testsuites | |
parent | f3fcc38525c36592c0b3ede68a5c0dad54cd3a16 (diff) |
pomba healthcheck
Change-Id: I516c249b81e3293db06d4b9a0b5f5ae929c547e4
Issue-ID: LOG-224
Signed-off-by: Ubuntu <frank.obrien@amdocs.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/health-check.robot | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index 8483780c..5890ef5e 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -26,7 +26,7 @@ Resource ../resources/log_interface.robot Resource ../resources/oof_interface.robot Resource ../resources/sms_interface.robot Resource ../resources/dr_interface.robot - +Resource ../resources/pomba_interface.robot *** Test Cases *** Basic A&AI Health Check @@ -113,6 +113,18 @@ Basic Policy Health Check [Tags] health core Run Policy Health Check +Basic Pomba AAI-context-builder Health Check + [Tags] health core + Run Pomba Aai Context Builder Health Check + +Basic Pomba SDC-context-builder Health Check + [Tags] health core + Run Pomba Sdc Context Builder Health Check + +Basic Pomba Network-discovery-context-builder Health Check + [Tags] health core + Run Pomba Network Discovery Context Builder Health Check + Basic Portal Health Check [Tags] health core Run Portal Health Check |