aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-tosca-converter-lib/openecomp-tosca-converter-core/src/test/resources/transformation/pnfParseEngine/pnfAndExtCpWithInput/transformationDescriptor/invalidAndValidAttributeQuery.yaml
blob: bdd7437892f4a58cdaa90b1270c52759d10069ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- transformation-for: nodeTemplate
  query:
    type: tosca.nodes.nfv.PnfExtCp
  conversions:
    - query: #attribute query: this attribute does not exists
        type1:
      to-name: type
      to-value:
        strategy: replace
        from: tosca.nodes.nfv.PnfExtCp
        to: org.openecomp.resource.cp.v2.extCP
    - query: #attribute query: this attribute exists
        type:
      to-name: type
      to-value:
        strategy: copy