commit | e589beb046d32946b0291f71bd684ae274c201a7 | [log] [tgz] |
---|---|---|
author | YPZhang <yunpeng@onlab.us> | Mon Apr 11 11:47:07 2016 -0700 |
committer | YPZhang <yunpeng@onlab.us> | Mon Apr 11 11:47:07 2016 -0700 |
tree | 535c3507ee42d07aeb72997eab7ed34952d01593 | |
parent | 9d2dcad4619af5fbeced5a30fdb8068039dd279a [diff] |
Fix a problem which flowObject didn't active correctly Change-Id: I74f190ad2feb4ed74772757095663a44ca373100
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,