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/RuleMgt/RuleAddr.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/csit/tests/holmes/testcase/RuleMgt/RuleAddr.robot') diff --git a/test/csit/tests/holmes/testcase/RuleMgt/RuleAddr.robot b/test/csit/tests/holmes/testcase/RuleMgt/RuleAddr.robot index a9cf66c60..ec565e9ab 100644 --- a/test/csit/tests/holmes/testcase/RuleMgt/RuleAddr.robot +++ b/test/csit/tests/holmes/testcase/RuleMgt/RuleAddr.robot @@ -1,3 +1,3 @@ *** Variables *** ${ruleMgtHost} http://${MSB_IP} -${ruleMgtUrl} /openoapi/holmes-rule-mgmt/v1/rule +${ruleMgtUrl} /onapapi/holmes-rule-mgmt/v1/rule -- cgit 1.2.3-korg