aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2019-05-23 20:16:16 -0500
committerBrian Freeman <bf1936@att.com>2019-05-24 01:26:54 +0000
commit608318195b7956c687bb445fdd1cb46cbd7151cb (patch)
treee336245e1ac539e989bfcd6c050378d0c29d0db4 /robot/assets/templates
parentfcb0ee8d040a947b4dabacd66a5f2bf273c05aa6 (diff)
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 <bf1936@att.com>
Diffstat (limited to 'robot/assets/templates')
-rw-r--r--robot/assets/templates/policy/vFirewall_push.template2
1 files changed, 1 insertions, 1 deletions
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"
}
]
}