action #950
closedopenqa: check which x11tests actually make sense on the live image
Description
openqa runs a lot of X11 tests but I guess some of the applications are not even installed there.
Make is_applicable return 0 for tests that don't apply on the live cd
Updated by mlin7442 about 11 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 70
sent https://github.com/openSUSE-Team/os-autoinst/pull/21
gimp, inkscape, gnucash tests run have call ensure_installed(), however password prompt window didn't pop-op(polkit issue?), therefore those application can't installed via zypper, and then cannot found them and execute it, seems doesn't make sense disabled them if we called ensure_installed(), so I haven't commit the patches to disable them but just queued these patches in my local.
Updated by lnussel about 11 years ago
I think the live CD should not install additional applications to test them. it's fine if openqa only tests what's actually on the medium.
Updated by lnussel about 11 years ago
hmm, maybe one application installed afterwards makes sense just to test whether zypper in works but not more
Updated by mlin7442 about 11 years ago
- Status changed from In Progress to Resolved
- % Done changed from 70 to 100
ok, I'll just leave gnucash test only for live image. https://github.com/openSUSE-Team/os-autoinst/pull/23