From b83074931f4824f6f736fa2fe1b9f2015bff9ab3 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Thu, 23 May 2019 20:16:16 -0500 Subject: Match API version-id requirement Create Policy returns and integer but push policy expect X.0.0 template updated to match push API Add back test for 200 to push that was used for testing Issue-ID: POLICY-1685 Change-Id: I7fa22ddecfcdbef3fc03cedbb59c77cf336fec2d Signed-off-by: Brian Freeman --- robot/assets/templates/policy/vFirewall_push.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/assets/templates/policy/vFirewall_push.template') diff --git a/robot/assets/templates/policy/vFirewall_push.template b/robot/assets/templates/policy/vFirewall_push.template index 89c33ca6..35813a1e 100644 --- a/robot/assets/templates/policy/vFirewall_push.template +++ b/robot/assets/templates/policy/vFirewall_push.template @@ -6,7 +6,7 @@ }, { "policy-id": "operational.modifyconfig", - "policy-version": ${OP_POLICY_VERSION} + "policy-version": "${OP_POLICY_VERSION}.0.0" } ] } -- cgit 1.2.3-korg