summaryrefslogtreecommitdiffstats
path: root/applications/match/src/test/resources/onap.policies.match.Test.yaml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-08-25 15:31:28 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-25 15:31:28 +0000
commitb01887963f4b015173d442ce5f53bb8c04e4c758 (patch)
treea7f4af44ed03b35bf9d4a197fb707b56e1c57a5b /applications/match/src/test/resources/onap.policies.match.Test.yaml
parent26169c3db78c405f7b58e831c7391fc63ddb935d (diff)
parentf8d2c21bb589303febc11024f3cd667946f44459 (diff)
Merge "Add new Match application to XACML"
Diffstat (limited to 'applications/match/src/test/resources/onap.policies.match.Test.yaml')
-rw-r--r--applications/match/src/test/resources/onap.policies.match.Test.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/applications/match/src/test/resources/onap.policies.match.Test.yaml b/applications/match/src/test/resources/onap.policies.match.Test.yaml
new file mode 100644
index 00000000..a131b844
--- /dev/null
+++ b/applications/match/src/test/resources/onap.policies.match.Test.yaml
@@ -0,0 +1,16 @@
+tosca_definitions_version: tosca_simple_yaml_1_1_0
+policy_types:
+ onap.policies.match.Test:
+ derived_from: onap.policies.Match
+ version: 1.0.0
+ name: onap.policies.match.Test
+ description: Test Matching Policy Type to test matchable policies
+ properties:
+ matchable:
+ type: string
+ metadata:
+ matchable: true
+ required: true
+ nonmatchable:
+ type: string
+ required: true