diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-10-17 16:36:13 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-10-17 19:45:30 +0800 |
commit | 333ad69b03b800fb9a3dea581f9290132232034e (patch) | |
tree | 8223debc62a47319fc83f6741f4c3921d48671a7 /test/csit/tests/holmes | |
parent | dd42cd54553f51e1aa6294d678b814ffed2b740e (diff) |
Fix the MSB Consul Version to 0.9.3
Change-Id: Ia0a7cf1defb958762587322aba1344d8b3e65162
Issue-ID: HOLMES-76
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/RuleMgt/RuleAddr.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/holmes/testcase/RuleMgt/RuleAddr.robot b/test/csit/tests/holmes/testcase/RuleMgt/RuleAddr.robot index 171c08057..be7384206 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} +${ruleMgtHost} http://${MSB_IP} ${ruleMgtUrl} /api/holmes-rule-mgmt/v1/rule |