From eb341022a2ce75d19704a8a99430d264f684d5bc Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Tue, 25 Sep 2018 18:17:12 -0700 Subject: [PATCH] debian: Add smoke test with autopkgtests Reviewed-by: James Valleroy --- debian/tests/control | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/tests/control diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 000000000..4ff94d8f9 --- /dev/null +++ b/debian/tests/control @@ -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