diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-04 18:48:39 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-04 18:48:39 +0800 |
commit | b8a2c51f03206bc464e9786ba40cd558ec8d1e88 (patch) | |
tree | 5e064dcc918ee8b25cb58314effa7ecef11349fa /test/csit/tests/holmes | |
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>
Diffstat (limited to 'test/csit/tests/holmes')
-rw-r--r-- | test/csit/tests/holmes/testcase/EngineMgt/EngineAddr.robot | 2 | ||||
-rw-r--r-- | test/csit/tests/holmes/testcase/RuleMgt/RuleAddr.robot | 2 |
2 files changed, 2 insertions, 2 deletions
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 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 |