summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser/toscaparser/tests/data/test_import_invalid_type.yaml
blob: f2c187693d569e07b3ba3f9076c386c5ac39f7f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
tosca_definitions_version: tosca_simple_yaml_1_1

imports:
  - invalid: custom_types/invalid_type.yaml

description: Test to import a template with an invalid type.

topology_template:
  node_templates:
    test:
      type: tosca.nodes.Root