From 2771fdaa953bbbd6780ddc1d00ed18845a3fa370 Mon Sep 17 00:00:00 2001 From: pkaras Date: Wed, 10 Apr 2019 11:56:50 +0200 Subject: tests for bus controller Change-Id: Ib21382bc74832c223d87bd193c030428b6a8b6e4 Issue-ID: DMAAP-1114 Signed-off-by: piotr.karas --- robot/assets/templates/web/index.html.template | 2 ++ 1 file changed, 2 insertions(+) (limited to 'robot/assets') diff --git a/robot/assets/templates/web/index.html.template b/robot/assets/templates/web/index.html.template index 5bfa4f15..5e156c41 100644 --- a/robot/assets/templates/web/index.html.template +++ b/robot/assets/templates/web/index.html.template @@ -41,6 +41,7 @@ ${sdnc} sdnc ${openo} multi-service ${dcae_controller} dcae ${message_router} message-router +${bus_controller} dmaap-bc ${clamp} clamp ${portal} ${prefix}-portal @@ -89,6 +90,7 @@ GLOBAL_INJECTED_APPC_IP_ADDR = "${appc}" GLOBAL_INJECTED_DCAE_IP_ADDR = "${dcae_controller}" GLOBAL_INJECTED_SO_IP_ADDR = "${mso}" GLOBAL_INJECTED_MR_IP_ADDR = "${message_router}" +GLOBAL_INJECTED_BC_IP_ADDR = "${bus_controller}" GLOBAL_INJECTED_POLICY_IP_ADDR = "${policy}" GLOBAL_INJECTED_PORTAL_IP_ADDR = "${portal}" GLOBAL_INJECTED_SDC_IP_ADDR = "${sdc}" -- cgit 1.2.3-korg