Implement PNFD Model driven conversion
[sdc.git] / openecomp-be / lib / openecomp-tosca-converter-lib / openecomp-tosca-converter-core / src / test / resources / transformation / pnfParseEngine / pnfAndExtCpWithInput / transformationDescriptor / invalidBlockQueries.yaml
diff --git a/openecomp-be/lib/openecomp-tosca-converter-lib/openecomp-tosca-converter-core/src/test/resources/transformation/pnfParseEngine/pnfAndExtCpWithInput/transformationDescriptor/invalidBlockQueries.yaml b/openecomp-be/lib/openecomp-tosca-converter-lib/openecomp-tosca-converter-core/src/test/resources/transformation/pnfParseEngine/pnfAndExtCpWithInput/transformationDescriptor/invalidBlockQueries.yaml
new file mode 100644 (file)
index 0000000..e18c690
--- /dev/null
@@ -0,0 +1,10 @@
+- transformation-for: nodeTemplate
+  query: #this attribute value does not exists
+    type: tosca.nodes.nfv.PnfExtCp1
+- transformation-for: nodeTemplate
+  query: #this attribute does not exists
+    type1: tosca.nodes.nfv.PnfExtCp
+- transformation-for: nodeTemplate
+  query:
+    type:
+      non-existent-lvl: #this attribute does not exists
\ No newline at end of file