mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 14:22:13 +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,
|
ca-certificates,
|
||||||
dbus-x11,
|
dbus-x11,
|
||||||
fwupd,
|
fwupd,
|
||||||
git,
|
|
||||||
gnome-desktop-testing,
|
gnome-desktop-testing,
|
||||||
policykit-1,
|
policykit-1,
|
||||||
python3,
|
python3,
|
||||||
|
@ -2,6 +2,4 @@
|
|||||||
set -e
|
set -e
|
||||||
sed "s,^DisabledPlugins=.*,DisabledPlugins=," -i /etc/fwupd/daemon.conf
|
sed "s,^DisabledPlugins=.*,DisabledPlugins=," -i /etc/fwupd/daemon.conf
|
||||||
sed "s,^VerboseDomains=.*,VerboseDomains=*," -i /etc/fwupd/daemon.conf
|
sed "s,^VerboseDomains=.*,VerboseDomains=*," -i /etc/fwupd/daemon.conf
|
||||||
git clone https://github.com/fwupd/fwupd-test-firmware
|
gnome-desktop-testing-runner fwupd
|
||||||
export G_TEST_SRCDIR=`pwd`/fwupd-test-firmware/installed-tests
|
|
||||||
CI_NETWORK=true gnome-desktop-testing-runner fwupd
|
|
||||||
|
Loading…
Reference in New Issue
Block a user