You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Refactoring of uss_qualifier/scenarios/astm/utm/test_steps.py by #376 introduced two issues in the validation of the operational intent details implemented in _evaluate_op_intent_validation.
Because arguments passed to add are not properly constructed as OpIntentValidationFailure type, the add has no effect.
Validation of number of vertices in the operational intent won't surface:
Describe the bug
Refactoring of uss_qualifier/scenarios/astm/utm/test_steps.py by #376 introduced two issues in the validation of the operational intent details implemented in
_evaluate_op_intent_validation
.Because arguments passed to
add
are not properly constructed asOpIntentValidationFailure
type, theadd
has no effect.Validation of number of vertices in the operational intent won't surface:
monitoring/monitoring/uss_qualifier/scenarios/astm/utm/test_steps.py
Lines 483 to 490 in d9c8ea8
(Some) incorrect JSON errors won't surface:
monitoring/monitoring/uss_qualifier/scenarios/astm/utm/test_steps.py
Lines 491 to 495 in d9c8ea8
("some" because validation with the OpenAPI definition is done before and this one will surface properly).
Possible solution
The text was updated successfully, but these errors were encountered: