action #39908
Updated by mgriessmeier almost 5 years ago
## Motivation On font changes like introduced by https://bugzilla.opensuse.org/show_bug.cgi?id=1105181 many openQA tests fail and some even in very obscure way because the previous needles for an older font do not match anymore in an annoying way, hidden behind a job timeout or that the screen lock kicks in. Problem is that we use "pkcon install" here and need to check for both the exit status as well as for needles to handle the policykit based authentication windows. We thought about executing that only in an explicit test module and using zypper otherwise. However, that would not reduce the number of needles necessary to maintain, only make it more explicit explcit what is happening ## Acceptance Criteria **AC1:** seperate testmodule to test pkcon is added **AC2:** all current scenarios which use pkcon are adapted to use zypper_call instead