From dbb53b6a12adb658c4b5535cd0126be44b9aeaa8 Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Wed, 6 Sep 2017 17:49:16 +0800 Subject: Change the API Path Change the API path from onapapi to api Change-Id: I06b9f2daf3bd54dbd4c7d3ef9c3fb76f60339784 Issue-ID: HOLMES-39 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') diff --git a/test/csit/tests/holmes/testcase/EngineMgt/EngineAddr.robot b/test/csit/tests/holmes/testcase/EngineMgt/EngineAddr.robot index 24c809c97..71354d33d 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} /onapapi/holmes-engine-mgmt/v1/rule +${engineUrl} /api/holmes-engine-mgmt/v1/rule -- cgit 1.2.3-korg