diff options
author | pkaras <piotr.karas@nokia.com> | 2019-04-10 11:56:50 +0200 |
---|---|---|
committer | pkaras <piotr.karas@nokia.com> | 2019-04-18 07:50:55 +0200 |
commit | 2771fdaa953bbbd6780ddc1d00ed18845a3fa370 (patch) | |
tree | 1cf8034e9fc3c0f73ff790e44b1e5673e65b7ef7 /robot/testsuites | |
parent | e12b626ab2141e59d74314dc24713b295dac9d53 (diff) |
tests for bus controller
Change-Id: Ib21382bc74832c223d87bd193c030428b6a8b6e4
Issue-ID: DMAAP-1114
Signed-off-by: piotr.karas <piotr.karas@nokia.com>
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 |