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:
Mario Limonciello 2020-11-16 17:04:19 -06:00
parent 5b3eb78d5b
commit f5583481bf
2 changed files with 1 additions and 4 deletions

View File

@ -80,7 +80,6 @@ Depends: ${misc:Depends},
ca-certificates,
dbus-x11,
fwupd,
git,
gnome-desktop-testing,
policykit-1,
python3,

View File

@ -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