From b8a2c51f03206bc464e9786ba40cd558ec8d1e88 Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Mon, 4 Sep 2017 18:48:39 +0800 Subject: Correct the Service Path of the Micro-services Change the path name from openo to onap Change-Id: I49b8363239493cc4ab639773f87a7ef196da3a06 Issue-ID: HOLMES-38 Signed-off-by: Guangrong Fu --- test/csit/tests/holmes/testcase/EngineMgt/EngineAddr.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/csit/tests/holmes/testcase/EngineMgt/EngineAddr.robot') diff --git a/test/csit/tests/holmes/testcase/EngineMgt/EngineAddr.robot b/test/csit/tests/holmes/testcase/EngineMgt/EngineAddr.robot index 0ff3e6d82..24c809c97 100644 --- a/test/csit/tests/holmes/testcase/EngineMgt/EngineAddr.robot +++ b/test/csit/tests/holmes/testcase/EngineMgt/EngineAddr.robot @@ -1,3 +1,3 @@ *** Variables *** ${engineHost} http://${MSB_IP} -${engineUrl} /openoapi/holmes-engine-mgmt/v1/rule +${engineUrl} /onapapi/holmes-engine-mgmt/v1/rule -- cgit 1.2.3-korg