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

description: Test template with default not matching required type.

topology_template:
  inputs:
    invalid_default:
      type: integer
      default: two
    valid_default:
      type: integer
      default: 2