diff options
author | Daniel Rose <dr695h@att.com> | 2019-04-18 12:26:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-18 12:26:14 +0000 |
commit | 66f7d1aca7b96ab7db1022dd38f50d8d6b299eb0 (patch) | |
tree | d8817091b11135cde85e8cedc9a8256e458e4845 /robot/testsuites | |
parent | 9d85d0b33ade6b633e6654593b5d5da9e5a75536 (diff) | |
parent | 2771fdaa953bbbd6780ddc1d00ed18845a3fa370 (diff) |
Merge "tests for bus controller"
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/health-check.robot | 5 | ||||
-rw-r--r-- | robot/testsuites/update_onap_page.robot | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index 07d044c0..7f302294 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -13,6 +13,7 @@ Resource ../resources/asdc_interface.robot Resource ../resources/appc_interface.robot Resource ../resources/portal_interface.robot Resource ../resources/mr_interface.robot +Resource ../resources/bc_interface.robot Resource ../resources/aaf_interface.robot Resource ../resources/msb_interface.robot Resource ../resources/clamp_interface.robot @@ -72,6 +73,10 @@ Basic DMAAP Message Router PubSub Health Check [Timeout] 30 Run MR PubSub Health Check +Basic DMAAP Bus Controller Health Check With Basic Auth + [Tags] health core dev-dmaap + Run BC Health Check With Basic Auth + Basic External API NBI Health Check [Tags] health externalapi api small Run NBI Health Check diff --git a/robot/testsuites/update_onap_page.robot b/robot/testsuites/update_onap_page.robot index f8019397..2e14eb45 100644 --- a/robot/testsuites/update_onap_page.robot +++ b/robot/testsuites/update_onap_page.robot @@ -35,6 +35,7 @@ Update ONAP Page Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_DCAE_IP_ADDR}=dcae_controller Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_SO_IP_ADDR}=mso Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_MR_IP_ADDR}=message_router + Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_BC_IP_ADDR}=bus_controller Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_POLICY_IP_ADDR}=policy Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_PORTAL_IP_ADDR}=portal Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_SDC_IP_ADDR}=sdc |