diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-24 14:21:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-24 14:21:15 +0000 |
commit | c437d7f86df29d409ab3251309895e1c89df772c (patch) | |
tree | 279f99829f7568cae89231cf62166ff69855b332 /robot/testsuites/health-check.robot | |
parent | 24d19fd9b1da0a3908c932a8abb8b8bf125c7b23 (diff) | |
parent | a4e34000e5cebac266737176e5cb1ab68647881e (diff) |
Merge "pomba healthcheck"
Diffstat (limited to 'robot/testsuites/health-check.robot')
-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 |