aboutsummaryrefslogtreecommitdiffstats
path: root/applications/optimization/src/test/resources/bad-subscriber-policies.yaml
blob: db638fb8058c66ee2b88d201c98b4a61a9877613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
tosca_definitions_version: tosca_simple_yaml_1_0_0
topology_template:
  policies:
    -
        missing-subscriberProperties:
            type: onap.policies.optimization.service.SubscriberPolicy
            version: 1.0.0
            type_version: 1.0.0
            properties:
                scope: []
                services: [vCPE]
                identity: subscriber_vCPE
    -
        missing-subscriberName:
            type: onap.policies.optimization.service.SubscriberPolicy
            version: 1.0.0
            type_version: 1.0.0
            properties:
                scope: []
                services: [vCPE]
                identity: subscriber_vCPE
                subscriberProperties:
                    missingName: foo
    -
        missing-subscriberRole:
            type: onap.policies.optimization.service.SubscriberPolicy
            version: 1.0.0
            type_version: 1.0.0
            properties:
                scope: []
                services: [vCPE]
                identity: subscriber_vCPE
                subscriberProperties:
                    subscriberName: foo