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,