diff options
author | 2017-10-16 11:16:41 +0800 | |
---|---|---|
committer | 2017-10-16 14:03:48 +0800 | |
commit | bc08dfd808491e92df3385d1dcfeee371229a1ad (patch) | |
tree | 0742e3116b9f74dbc8404be6be133ea7c08c9afd /test/csit/tests/holmes/testcase/RuleMgt/RuleAddr.robot | |
parent | 65a3c42f0477af90bbb80cb5f96effc7a24e4f0c (diff) |
Fix the CSIT Problem
Change-Id: I7b504b18018f4180543ffe3a6610250a38489957
Issue-ID: HOLMES-76
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'test/csit/tests/holmes/testcase/RuleMgt/RuleAddr.robot')
-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 be7384206..171c08057 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 |