Skip to content

inputs-unique-input-constraint-unsat

Description

UNSAT since two inputs are present with same name

Variable Service Template

The variability of the following variable service template shall be resolved.

tosca_definitions_version: tosca_variability_1_0
topology_template:
    variability:
        options:
            type_default_condition: true
            unique_input_constraint: true
    inputs:
        - one:
              type: string_a
        - one:
              type: string_b
        - three:
              type: string

Expected Error

The following error is expected to be thrown, when resolving variability.

Could not solve

Last update: September 5, 2024