commit | 357fe49babadfc5eb8a2985916f2d7409f97b43c | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@onlab.us> | Mon Apr 11 20:33:11 2016 +0000 |
committer | Gerrit Code Review <gerrit@onlab.us> | Mon Apr 11 20:33:11 2016 +0000 |
tree | 88d7f1776d08bf434ac8cfd85f6eb911f3c1a749 | |
parent | 03dab01e5be6e36133fe6bfb1b8322887eedcaae [diff] | |
parent | e589beb046d32946b0291f71bd684ae274c201a7 [diff] |
Merge "Fix a problem which flowObject didn't active correctly"
diff --git a/TestON/tests/SCPFintentEventTpWithFlowObj/SCPFintentEventTpWithFlowObj.py b/TestON/tests/SCPFintentEventTpWithFlowObj/SCPFintentEventTpWithFlowObj.py index 092af87..f3cd037 100644 --- a/TestON/tests/SCPFintentEventTpWithFlowObj/SCPFintentEventTpWithFlowObj.py +++ b/TestON/tests/SCPFintentEventTpWithFlowObj/SCPFintentEventTpWithFlowObj.py
@@ -324,7 +324,7 @@ main.step("Set Intent Compiler use Flow Object") stepResult = utilities.retry( main.ONOSbench.onosCfgSet, main.FALSE, - args=[ "10.128.174.1", + args=[ ONOSIp[0], "org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator", "useFlowObjectives true" ], sleep=3,