From 32c7a3f3a74a74543b8c33447261b103bb165f60 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Thu, 6 Dec 2012 10:05:18 -0500 Subject: - Add XS-Testsuite: autopkgtest. * debian/tests: - Add start-service test; verify that the indicator can be started from DBUS. - Add debian/tests/control. --- debian/tests/control | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/tests/control (limited to 'debian/tests/control') diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..c1ccd70 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +Tests: start-service +Depends: dbus-test-runner, indicator-session +Restrictions: build-needed -- cgit v1.2.3 From d6c6804420a3c627c056cb0ffc7b6095b2f4fb47 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 15 Jan 2013 11:33:47 -0500 Subject: Add polkit to autopkgtest depends --- debian/tests/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/tests/control') diff --git a/debian/tests/control b/debian/tests/control index e24f71b..d1ec14a 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: start-service -Depends: python3-aptdaemon.test, accountsservice, consolekit, indicator-session +Depends: python3-aptdaemon.test, policykit-1, accountsservice, consolekit, indicator-session Restrictions: build-needed -- cgit v1.2.3 From 5dc4e9d194c9323db74750b069a8ec446a48e3ef Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 16 Jan 2013 14:03:59 -0500 Subject: Add comment in debian/tests/control for the reason why tests are disabled. --- debian/tests/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/tests/control') diff --git a/debian/tests/control b/debian/tests/control index d1ec14a..008828a 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,5 @@ -Tests: start-service +#Tests: start-service +# start-service currently disabled; it needs services running for it to pass +# and that currently can't be setup properly in a buildd. Depends: python3-aptdaemon.test, policykit-1, accountsservice, consolekit, indicator-session Restrictions: build-needed -- cgit v1.2.3