diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-16 14:14:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-16 14:14:29 +0000 |
commit | dd42cd54553f51e1aa6294d678b814ffed2b740e (patch) | |
tree | 5c353e4d7e69d2bdd474db90fd8648c0e298f8bd /test/csit/tests/holmes/testcase/RuleMgt/RuleAddr.robot | |
parent | b2cd27a0a1d94a2866fd790e1e0a8d52f73b2ae4 (diff) | |
parent | bc08dfd808491e92df3385d1dcfeee371229a1ad (diff) |
Merge "Fix the CSIT Problem"
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 |