Observed behavior
We are executing this scenario S47: Data Validation of GET operational intents by USS, in which at Event 55(uss1) the test runner is failing with: ValueError: At state: 'Flying' is not a valid OperationalIntentState
This is causing the test to stop executing further but we don't see any failed test indicators in the report. We have set the stop_fast flag to false, that didnt help continue to test either.
Other acceptable means might include:
- Codebase version: ((interuss/monitoring/v0.20.0))
Test check
Scenario 47 - Event 55
Data Validation of GET operational intents by USS
Difference from expected behavior
The test report has that test as passed but the test runner itself is failing with the above mentioned error which is blocking the test execution. We think the test runner is not handling this exception properly.