X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=applications%2Fcommon%2Fsrc%2Ftest%2Fresources%2Fmatchable%2Ftest.policies.input.tosca.yaml;fp=applications%2Fcommon%2Fsrc%2Ftest%2Fresources%2Fmatchable%2Ftest.policies.input.tosca.yaml;h=434f7a976e5818c069591a84bf8641beeb097455;hb=85b5178017e89c815af7792826f52a90814f5dba;hp=0000000000000000000000000000000000000000;hpb=dc68da3c00c0a814110e0f7529365d695bff571b;p=policy%2Fxacml-pdp.git diff --git a/applications/common/src/test/resources/matchable/test.policies.input.tosca.yaml b/applications/common/src/test/resources/matchable/test.policies.input.tosca.yaml new file mode 100644 index 00000000..434f7a97 --- /dev/null +++ b/applications/common/src/test/resources/matchable/test.policies.input.tosca.yaml @@ -0,0 +1,23 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +topology_template: + policies: + - + Test.policy: + type: onap.policies.Test + type_version: 1.0.0 + version: 1.0.0 + metadata: + policy-id: Test.policy + policy-version: 1 + properties: + nonmatachableString: "I am NON matchable" + matchableString: "I should be matched" + nonmatachableInteger: 0 + matachableInteger: 1000 + nonmatachableDouble: 0.0 + matchableDouble: 1.1 + nonmatachableBoolean: false + matachableBoolean: true + matchableListString: + - match A + - match B \ No newline at end of file