434f7a976e5818c069591a84bf8641beeb097455
[policy/xacml-pdp.git] / applications / common / src / test / resources / matchable / test.policies.input.tosca.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 topology_template:
3   policies:
4     -
5       Test.policy:
6          type: onap.policies.Test
7          type_version: 1.0.0
8          version: 1.0.0
9          metadata:
10              policy-id: Test.policy
11              policy-version: 1
12          properties:
13             nonmatachableString: "I am NON matchable"
14             matchableString: "I should be matched"
15             nonmatachableInteger: 0
16             matachableInteger: 1000
17             nonmatachableDouble: 0.0
18             matchableDouble: 1.1
19             nonmatachableBoolean: false
20             matachableBoolean: true
21             matchableListString:
22                - match A
23                - match B