summaryrefslogtreecommitdiffstats
path: root/models-pap/src/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'models-pap/src/test/resources')
-rw-r--r--models-pap/src/test/resources/json/PapPoliciesList.json16
-rw-r--r--models-pap/src/test/resources/json/PapPolicyIdentifier.json4
2 files changed, 20 insertions, 0 deletions
diff --git a/models-pap/src/test/resources/json/PapPoliciesList.json b/models-pap/src/test/resources/json/PapPoliciesList.json
new file mode 100644
index 000000000..39f387ced
--- /dev/null
+++ b/models-pap/src/test/resources/json/PapPoliciesList.json
@@ -0,0 +1,16 @@
+{
+ "policies": [
+ {
+ "policy-id" : "MyPolicy0",
+ "policy-version": "1.2.0"
+ },
+ {
+ "policy-id" : "MyPolicy1",
+ "policy-version": "1.2.1"
+ },
+ {
+ "policy-id" : "MyPolicy2",
+ "policy-version": "1.2.2"
+ }
+ ]
+}
diff --git a/models-pap/src/test/resources/json/PapPolicyIdentifier.json b/models-pap/src/test/resources/json/PapPolicyIdentifier.json
new file mode 100644
index 000000000..36fa259ba
--- /dev/null
+++ b/models-pap/src/test/resources/json/PapPolicyIdentifier.json
@@ -0,0 +1,4 @@
+{
+ "policy-id" : "MyPolicy",
+ "policy-version": "1.2.6"
+} \ No newline at end of file