Comment 2 for bug 860651

Revision history for this message
Jeff Lane  (bladernr) wrote :

It appears that the dependencies only apply to suites...

Currently, mediacard.txt contains both mediacard/sd and mediacard/sd_after_suspend

These both run when checkbox runs the "mediacard" suite rather than picking and choosing.

So you can not hop from one suite to the next like this:

suspend/pre-test-1
suspend/pre-test-2
suspend/suspend_advanced
suspend/post-test1
mediacard/post-test2
suspend/post-test-3
someothersuite/post-test4

if I create a sd_after_suspend test in the suspend suite, however, then the new suspend/sd_after_suspend test IS held until after suspend/suspend_advanced is run, while mediacard/sd and mediacard/sd_after_suspend are both run BEFORE, but run at the same time (while mediacard is run).

I'm thinking that this is a limitation of checkbox's design and I'm thinking that this is not going to be fixed in time for oneiric.