diff options
author | Bilal A <bilal@research.att.com> | 2019-05-06 14:00:57 -0400 |
---|---|---|
committer | Bilal A <bilal@research.att.com> | 2019-05-06 17:00:21 -0400 |
commit | 461aa5b33b29ca1df212ba09a51e29dfcf1fe1bc (patch) | |
tree | 7defa6e67c4274fa78f8fbecfe708dd7f160b49d /robot/testsuites | |
parent | b567010947db2cb80dab06cd0ca219fba068398b (diff) |
Healthchecks for New Policy Components
Adds healthchecks for following new Policy components:
1- Policy API
2- Policy PAP
3- Policy Distribution
4- Policy APEX PDP
5- Policy XACML PDP
Change-Id: If390add061957ea26222b2336b4d40874d913192
Issue-ID: POLICY-1630
Signed-off-by: Bilal A <bilal@research.att.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/health-check.robot | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index 2330b091..5b46f9fc 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -140,6 +140,11 @@ Basic OOF-CMSO Health Check Basic Policy Health Check [Tags] health medium health-policy Run Policy Health Check + Run Policy API Healthcheck + Run Policy PAP Healthcheck + Run Policy Distribution Healthcheck + Run Policy XACML PDP Healthcheck + Run Policy APEX PDP Healthcheck Basic Pomba AAI-context-builder Health Check [Tags] health oom health-pomba @@ -293,4 +298,4 @@ Basic Multicloud-fcaps API Health Check Basic Modeling genericparser API Health Check [Tags] health api health-modeling - Run MSB Get Request /api/parser/v1/health_check
\ No newline at end of file + Run MSB Get Request /api/parser/v1/health_check |