Fixes for STC command argument handling when using Karaf client

Change-Id: I696e72d532fef6feb3320b06d2d54657e51c780b
diff --git a/tools/test/bin/onos-create-intent b/tools/test/bin/onos-create-intent
index 1c07185..56626d5 100755
--- a/tools/test/bin/onos-create-intent
+++ b/tools/test/bin/onos-create-intent
@@ -21,5 +21,5 @@
 
 set -x
 
-onos $target "onos:add-${type}-intent" --key $name "${arg1}" "${arg2}" "${arg3}" "${arg4}" "${arg5}"
+onos -f $target "onos:add-${type}-intent" --key $name "${arg1}" "${arg2}" "${arg3}" "${arg4}" "${arg5}"