Fixing flow objectives test fixture.

Change-Id: Ib80c0978ee741ca8993e0a7042f183efdda7a02e
diff --git a/tools/test/scenarios/bin/create-forward-objective.sh b/tools/test/scenarios/bin/create-forward-objective.sh
index b806abe..865ee76 100755
--- a/tools/test/scenarios/bin/create-forward-objective.sh
+++ b/tools/test/scenarios/bin/create-forward-objective.sh
@@ -16,7 +16,7 @@
 
 curl -u onos:rocks -X POST --header "Content-Type: application/json" --header "Accept: application/json" -d "{
   \"priority\": 100,
-  \"isPermanent\": \"false\",
+  \"isPermanent\": \"true\",
   \"timeout\": 100,
   \"flag\": \"VERSATILE\",
   \"operation\": \"ADD\",