From 5cd2566483a65fe2dec22ddb37522687878825b9 Mon Sep 17 00:00:00 2001 From: Thomas Vachuska Date: Fri, 6 Oct 2017 10:26:52 -0700 Subject: [PATCH] Fixing flow objectives test fixture. Change-Id: Ib80c0978ee741ca8993e0a7042f183efdda7a02e --- tools/test/scenarios/bin/create-forward-objective.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test/scenarios/bin/create-forward-objective.sh b/tools/test/scenarios/bin/create-forward-objective.sh index b806abefcf..865ee76fea 100755 --- a/tools/test/scenarios/bin/create-forward-objective.sh +++ b/tools/test/scenarios/bin/create-forward-objective.sh @@ -16,7 +16,7 @@ dstPort=$6 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\",