diff options
| author | Jeremy Bicha <jbicha@ubuntu.com> | 2017-06-14 14:15:41 -0400 |
|---|---|---|
| committer | Jeremy Bicha <jbicha@ubuntu.com> | 2017-11-12 14:34:52 -0500 |
| commit | 47b8b51b2706215c4fb5b80e56b64eae57652470 (patch) | |
| tree | 9a6338ee0e2b559646161efcb52130066131eafa /debian/tests/control | |
| parent | 61df4464f010cf4fb2f8c15c766e393414dc05c3 (diff) | |
Add autopkgtests
Diffstat (limited to 'debian/tests/control')
| -rw-r--r-- | debian/tests/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 00000000..5bce4cf9 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,15 @@ +Tests: wpa-dhclient +Depends: python3, hostapd, dnsmasq-base, wpasupplicant, isc-dhcp-client, iw +Restrictions: needs-root allow-stderr isolation-machine + +Tests: nm +Depends: python3, gir1.2-networkmanager-1.0, network-manager, hostapd, iw, python3-dbusmock +Restrictions: needs-root isolation-machine + +Tests: killswitches-no-urfkill +Depends: network-manager, build-essential, linux-headers-generic, rfkill +Restrictions: needs-root allow-stderr isolation-machine + +Tests: urfkill-integration +Depends: network-manager, build-essential, linux-headers-generic, rfkill, urfkill +Restrictions: needs-root allow-stderr isolation-machine |