diff options
author | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2019-03-22 17:44:53 -0400 |
---|---|---|
committer | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2019-03-22 17:45:14 -0400 |
commit | e3dc3047f93d9283bd4e10f3f6faa91bca2cccf3 (patch) | |
tree | e703eb7d6fdcb246d68c1a0bcc8e296181ba442e /robot/testsuites | |
parent | 99ada190cf48fcfd234f43c29f144941c1bdd37c (diff) |
Add Pomba Context builders to Pomba Health Check
Issue-ID: LOG-1024
Issue-ID: LOG-1018
Issue-ID: LOG-1021
Change-Id: Ia4c2341e450f0e2910b3ae19bec2019032217506
Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/health-check.robot | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index 92d84ee8..6054a15b 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -148,9 +148,21 @@ Basic Pomba Service-Decomposition Health Check [Tags] health oom Run Pomba Service Decomposition Health Check -Basic Pomba Sdnc-Context-Builder Health Check +Basic Pomba Network-Discovery-MicroService Health Check [Tags] health oom - Run Pomba Sdnc Context Builder Health Check + Run Pomba Network Discovery MicroService Health Check + +Basic Pomba Validation-Service Health Check + [Tags] health oom + Run Pomba Validation Service Health Check + +Basic Pomba Pomba-Kibana Health Check + [Tags] health oom + Run Pomba Kibana Health Check + +Basic Pomba Elastic-Search Health Check + [Tags] health oom + Run Pomba Elastic Search Health Check Basic Portal Health Check [Tags] health core |