Disable DNF check on Silverblue
This commit is contained in:
parent
103bc7451a
commit
a4237e3979
1 changed files with 3 additions and 1 deletions
|
|
@ -89,7 +89,9 @@ sub run {
|
|||
assert_script_run(q{fedora-third-party list --csv --columns=name,type | grep -q .});
|
||||
|
||||
# Optional extra proof on the DNF side:
|
||||
assert_script_run(q{dnf repolist --enabled | grep -E 'fedora-cisco-openh264|google-chrome|rpmfusion'});
|
||||
unless (get_var('CANNED')) {
|
||||
assert_script_run(q{dnf repolist --enabled | grep -E 'fedora-cisco-openh264|google-chrome|rpmfusion'});
|
||||
}
|
||||
|
||||
# Check the geolocation service are disabled for the user (the previous test did it)
|
||||
assert_as_user_eq($user,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue