Comment 0 for bug 1668130

Revision history for this message
Pierre Equoy (pieq) wrote :

Currently, the re-run screen at the end of a testing session displays all the jobs in the same space, whether they've been skipped or they've failed.

The re-run screen currently looks like this:

Select jobs to re-run
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ [ ] - Audio tests
│ [ ] audio/playback_auto
│ [ ] - Camera tests
│ [ ] camera/display
│ [ ] camera/multiple-resolution-images
│ [ ] camera/still
│ [ ] - Informational tests
│ [ ] Attach the bto.xml in Dell recovery partition
│ [ ] Check the recovery type is dell or not
│ [ ] Check existence of recovery partition
│ [ ] Attach the contents of /etc/modprobe.*
│ [ ] Attaches json dumps of udev_resource raw dmi devices
│ [ ] Attach the recovery partition versions
│ [ ] - Miscellaneous tests
│ [ ] Device Check
│ [ ] Check that data for a complete result are present
│ [ ] - Optical Drive tests
│ [ ] Displays discovered optical drives

QA team would like to separate this, such as:

Select jobs to re-run
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Failed Tests
│ [ ] - Audio tests
│ [ ] audio/playback_auto
│ [ ] - Miscellaneous tests
│ [ ] Check that data for a complete result are present
│ [ ] - Informational tests
│ [ ] Check the recovery type is dell or not
│ [ ] Check existence of recovery partition

│ Skipped Tests
│ [ ] - Camera tests
│ [ ] camera/display
│ [ ] camera/multiple-resolution-images
│ [ ] camera/still
│ [ ] - Informational tests
│ [ ] Attach the bto.xml in Dell recovery partition
│ [ ] Attach the contents of /etc/modprobe.*
│ [ ] Attaches json dumps of udev_resource raw dmi devices
│ [ ] Attach the recovery partition versions
│ [ ] - Miscellaneous tests
│ [ ] Device Check
│ [ ] - Optical Drive tests
│ [ ] Displays discovered optical drives

Note: Some categories (e.g. “Informational tests” in the example above) may appear in both Skipped and Failed sections.