mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-04 02:46:41 +00:00

This allows us to do a few things: * Remove the runtime dep on Python 3, which is tricky for ChromeOS * Test composite devices more efficiently, only writing once per test * Automatically upload signed reports for successful device tests.
13 lines
536 B
Plaintext
13 lines
536 B
Plaintext
#These are in a generic looking directory because
|
|
#that is where gnome-desktop-testing expects to
|
|
#find them. for more information see:
|
|
#https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872458
|
|
usr/share/installed-tests/*
|
|
usr/share/fwupd/device-tests/*.json
|
|
usr/libexec/installed-tests/fwupd/fwupd.sh
|
|
usr/libexec/installed-tests/fwupd/*-self-test
|
|
usr/lib/*/fwupd-plugins-*/libfu_plugin_test.so
|
|
usr/lib/*/fwupd-plugins-*/libfu_plugin_invalid.so
|
|
debian/lintian/fwupd-tests usr/share/lintian/overrides
|
|
etc/fwupd/remotes.d/fwupd-tests.conf
|