3ccf5dffdd
CI / load-versions (pull_request) Successful in 13s
CI / push-validation (pull_request) Successful in 20s
CI / quality (pull_request) Failing after 26s
CI / lint (pull_request) Successful in 44s
CI / build (pull_request) Successful in 34s
CI / helm (pull_request) Successful in 40s
CI / typecheck (pull_request) Successful in 1m16s
CI / security (pull_request) Successful in 4m49s
CI / unit_tests (pull_request) Successful in 10m42s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Successful in 2m7s
CI / integration_tests (pull_request) Successful in 16m3s
CI / status-check (pull_request) Failing after 1s
- Add @tdd_issue_1500 to all 4 scenarios in features/actor_add_update_enforcement.feature so regression tests are correctly associated with the closed issue. - Add robot/actor_add_update_enforcement.robot with 3 integration test cases: reject existing actor without --update (exit 1), accept existing actor with --update (exit 0), accept new actor without --update (exit 0). - Add robot/helper_actor_add_update_enforcement.py with mock-based helper functions for all three test cases. ISSUES CLOSED: #1500