diff options
author | Jim Hahn <jrh3@att.com> | 2019-04-15 10:19:26 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-04-15 12:39:45 -0400 |
commit | 7d8509acbf1a6ce1c0dc8bbd87e0a793420cafd4 (patch) | |
tree | 0868855c47b878026f84556cc1a1d965c97806fd /main/src/test/resources | |
parent | d641bd5f3c4f6333e56ea85d95abb3dc124d4f4b (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')
-rw-r--r-- | main/src/test/resources/simpleDeploy/getPolicyReqNullVersion.json | 7 |
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" - } - ] -} |