mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 15:17:01 +00:00
trivial: debian: disable downloading from LVFS in autopkgtest
There are two ways to go: 1. Enable `needs-internet` in the test bed 2. Skip these tests Per https://salsa.debian.org/ci-team/autopkgtest/blob/master/doc/README.package-tests.rst the testing should avoid having to download from remote services to keep the testing more deterministic and reliable.
This commit is contained in:
parent
5b3eb78d5b
commit
f5583481bf
@ -80,7 +80,6 @@ Depends: ${misc:Depends},
|
||||
ca-certificates,
|
||||
dbus-x11,
|
||||
fwupd,
|
||||
git,
|
||||
gnome-desktop-testing,
|
||||
policykit-1,
|
||||
python3,
|
||||
|
@ -2,6 +2,4 @@
|
||||
set -e
|
||||
sed "s,^DisabledPlugins=.*,DisabledPlugins=," -i /etc/fwupd/daemon.conf
|
||||
sed "s,^VerboseDomains=.*,VerboseDomains=*," -i /etc/fwupd/daemon.conf
|
||||
git clone https://github.com/fwupd/fwupd-test-firmware
|
||||
export G_TEST_SRCDIR=`pwd`/fwupd-test-firmware/installed-tests
|
||||
CI_NETWORK=true gnome-desktop-testing-runner fwupd
|
||||
gnome-desktop-testing-runner fwupd
|
||||
|
Loading…
Reference in New Issue
Block a user