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
tests: update per-instance log URL test for maestro submission
Commit 46d885e routed results through maestro and disabled direct kcidb
submission, but left test_per_instance_rows_carry_log_url_and_stable_test_id
asserting on the rows passed to submit_tests. Nothing calls submit_tests
any more, so the test fails with KeyError: 'rows'. It went unnoticed
because Basic CI never ran.
Assert on the node outcome instead: log URLs now reach send_kcidb via
artifacts.test_log and test_log_N, and the aggregated result is "fail"
when any instance fails. The dropped assertions on stable test ids and
misc.instance_id covered the disabled submit_tests path.
Also fix the F401 and E127 violations in this file.
Signed-off-by: Ben Copeland <ben.copeland@linaro.org>
0 commit comments