After install succeeds, the city’s CI test job prints AssertionError and FAILED test_ssid_toggle, and the pipeline stays red so the image is not promoted. What is the accurate diagnosis?
Select an answer to reveal the explanation.
Short Explanation
The parts arrived; the inspection failed—so the crate never ships. AssertionError after a green install means tests failed; it is not a missing-wheel story.
Full Explanation
When install succeeds and the test job then reports assertion failures, the pipeline marks red so the image is not promoted. The diagnosis is that tests failed, not that pip could not find a wheel. Docker daemon or cluster pull-secret problems would appear in other stages and logs, not as FAILED test_… after a clean install.