commit | b8a2c51f03206bc464e9786ba40cd558ec8d1e88 | [log] [tgz] |
---|---|---|
author | Guangrong Fu <fu.guangrong@zte.com.cn> | Mon Sep 04 18:48:39 2017 +0800 |
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | Mon Sep 04 18:48:39 2017 +0800 |
tree | 5e064dcc918ee8b25cb58314effa7ecef11349fa | |
parent | 603b27eec9586eabb2e2d765243a3be0bf15c14c [diff] |
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 <fu.guangrong@zte.com.cn>
diff --git a/test/csit/tests/holmes/testcase/EngineMgt/EngineAddr.robot b/test/csit/tests/holmes/testcase/EngineMgt/EngineAddr.robot index 0ff3e6d..24c809c 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
diff --git a/test/csit/tests/holmes/testcase/RuleMgt/RuleAddr.robot b/test/csit/tests/holmes/testcase/RuleMgt/RuleAddr.robot index a9cf66c..ec565e9 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