Support in_range TOSCA Constraint 09/124709/1
authorliamfallon <liam.fallon@est.tech>
Wed, 6 Oct 2021 17:45:12 +0000 (18:45 +0100)
committerliamfallon <liam.fallon@est.tech>
Wed, 6 Oct 2021 17:45:16 +0000 (18:45 +0100)
commit5d153a24a94a2a0d04bca8f0dbf0e0fc714827a7
treeb1a79b02cd6ad4ce6f2c74ab319f30e9bb3f2f8b
parent72f56e3460484a922f0bd19b9ef3eda868b34f6c
Support in_range TOSCA Constraint

The TOSCA in_range constraint is not supported, causing errors to be
thrown in TOSCA control loop constraint edits.

Issue-ID: POLICY-3695
Change-Id: I95dec4118ce8572c5b76d528878c6782856e0a53
Signed-off-by: liamfallon <liam.fallon@est.tech>
models-tosca/src/main/java/org/onap/policy/models/tosca/authorative/concepts/ToscaConstraint.java
models-tosca/src/main/java/org/onap/policy/models/tosca/simple/concepts/JpaToscaConstraint.java
models-tosca/src/main/java/org/onap/policy/models/tosca/simple/concepts/JpaToscaConstraintInRange.java [new file with mode: 0644]
models-tosca/src/test/java/org/onap/policy/models/tosca/simple/concepts/JpaToscaConstraintTest.java