summaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/simpleDeploy
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-04-15 10:19:26 -0400
committerJim Hahn <jrh3@att.com>2019-04-15 12:39:45 -0400
commit7d8509acbf1a6ce1c0dc8bbd87e0a793420cafd4 (patch)
tree0868855c47b878026f84556cc1a1d965c97806fd /main/src/test/resources/simpleDeploy
parentd641bd5f3c4f6333e56ea85d95abb3dc124d4f4b (diff)
Support integer policy-version
The deploy/undeploy APIs used by CLAMP only pass the major number when specifying a policy-version. Modified the code to handle policy-versions of the form, major or major.minor. Change-Id: I3251df162984f287bd1430b8e46da675b4c265ee Issue-ID: POLICY-1542 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'main/src/test/resources/simpleDeploy')
-rw-r--r--main/src/test/resources/simpleDeploy/getPolicyReqNullVersion.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/main/src/test/resources/simpleDeploy/getPolicyReqNullVersion.json b/main/src/test/resources/simpleDeploy/getPolicyReqNullVersion.json
deleted file mode 100644
index 5f9f8c9e..00000000
--- a/main/src/test/resources/simpleDeploy/getPolicyReqNullVersion.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "policies": [
- {
- "policy-id": "policyA"
- }
- ]
-}