From 0120ece5c03d4308d426e9c858a0c9fb64b817e5 Mon Sep 17 00:00:00 2001 From: DR695H Date: Wed, 19 Jun 2019 21:20:05 -0400 Subject: adding in homing user and password this was previously hard coded in testsuite Issue-ID: TEST-158 Change-Id: I02530608017ad6ea99a2f243b3802436e2b44a88 Signed-off-by: DR695H --- resources/config/eteshare/config/integration_robot_properties.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources') diff --git a/resources/config/eteshare/config/integration_robot_properties.py b/resources/config/eteshare/config/integration_robot_properties.py index 0370bbc..613fda2 100644 --- a/resources/config/eteshare/config/integration_robot_properties.py +++ b/resources/config/eteshare/config/integration_robot_properties.py @@ -123,6 +123,8 @@ GLOBAL_MUSIC_SERVER_PORT = "8080" GLOBAL_OOF_SERVER_PROTOCOL = "https" # oof-homing info - everything is from the private oam network (also called onap private network) GLOBAL_OOF_HOMING_SERVER_PORT = "8091" +GLOBAL_OOF_HOMING_USERNAME="{{ .Values.oofHomingUsername }}" +GLOBAL_OOF_HOMING_PASSWORD="{{ .Values.oofHomingPassword }}" # oof-sniro info - everything is from the private oam network (also called onap private network) GLOBAL_OOF_SNIRO_SERVER_PORT = "8698" #oof user -- cgit 1.2.3-korg