blob: d0e214ca3c53af37d85ebb7bcbaaeadd65840fbe [file] [log] [blame]
Pamela Dragosh40b1ff82020-08-25 10:18:40 -04001tosca_definitions_version: tosca_simple_yaml_1_1_0
2topology_template:
3 policies:
4 - test_match_1:
5 type: onap.policies.match.Test
6 version: 1.0.0
7 type_version: 1.0.0
8 name: test_match_1
9 properties:
10 matchable: foo
11 nonmatchable: value1
12 - test_match_2:
13 type: onap.policies.match.Test
14 version: 1.0.0
15 type_version: 1.0.0
16 name: test_match_2
17 properties:
18 matchable: bar
19 nonmatchable: value2