aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/simpleDeploy/createGroupsVersPrefixMismatch.json
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2019-06-21 16:31:55 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-21 16:31:55 +0000
commit314c360af45d80a51f2d70de32537d90e964c860 (patch)
tree4a982af8e6c55e081b36d51fcfba47cfd9f79153 /main/src/test/resources/simpleDeploy/createGroupsVersPrefixMismatch.json
parent79e76f5e61f62178b1e88cb00711395d1d07ca9f (diff)
parentb346fda03f450ccf9f8adb143f872cfce6ba76a8 (diff)
Merge "Allow integer version when using PDP Group Deploy"
Diffstat (limited to 'main/src/test/resources/simpleDeploy/createGroupsVersPrefixMismatch.json')
-rw-r--r--main/src/test/resources/simpleDeploy/createGroupsVersPrefixMismatch.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/main/src/test/resources/simpleDeploy/createGroupsVersPrefixMismatch.json b/main/src/test/resources/simpleDeploy/createGroupsVersPrefixMismatch.json
new file mode 100644
index 00000000..2bf06419
--- /dev/null
+++ b/main/src/test/resources/simpleDeploy/createGroupsVersPrefixMismatch.json
@@ -0,0 +1,39 @@
+{
+ "groups": [
+ {
+ "name": "groupA",
+ "version": "200.2.3",
+ "description": "my description",
+ "pdpGroupState": "ACTIVE",
+ "properties": {
+ "hello": "world"
+ },
+ "pdpSubgroups": [
+ {
+ "pdpType": "pdpTypeA",
+ "desiredInstanceCount": 1,
+ "properties": {
+ "abc": "def"
+ },
+ "supportedPolicyTypes": [
+ {
+ "name": "typeA",
+ "version": "100.2.3"
+ }
+ ],
+ "pdpInstances": [
+ {
+ "instanceId": "pdpA"
+ }
+ ],
+ "policies": [
+ {
+ "name": "policyA",
+ "version": "9"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}