debian: Add smoke test with autopkgtests

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2018-09-25 18:17:12 -07:00 committed by James Valleroy
parent e385e7a87a
commit eb341022a2
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

11
debian/tests/control vendored Normal file
View File

@ -0,0 +1,11 @@
#
# Smoke test to check various basics on an installed version of Plinth. This
# checks that the following aspects are working okay:
# - Python runtime
# - Python library dependencies
# - Plinth configuration
# - Ability to create and initialize database
# - Module inititailzation for essential modules
#
Test-Command: plinth --list-modules 2> /dev/null
Restrictions: needs-root