[PATCH 1/1] [TRUSTY] UBUNTU: SAUCE: DEP8 test to run our regression tests
Dann Frazier
dann.frazier at canonical.com
Fri Oct 24 15:56:37 UTC 2014
On Fri, Oct 24, 2014 at 5:28 PM, Brad Figg <brad.figg at canonical.com> wrote:
> BugLink: http://bugs.launchpad.net/bugs/1385330
>
> Signed-off-by: Brad Figg <brad.figg at canonical.com>
> ---
> debian/tests/control | 8 ++++++--
> debian/tests/ubuntu-regression-suite | 4 ++++
> 2 files changed, 10 insertions(+), 2 deletions(-)
> create mode 100755 debian/tests/ubuntu-regression-suite
>
> diff --git a/debian/tests/control b/debian/tests/control
> index eb022dc..49f60ee 100644
> --- a/debian/tests/control
> +++ b/debian/tests/control
> @@ -1,3 +1,7 @@
> Tests: rebuild
> -Depends: build-essential
> -Restrictions: build-needed
> +Depends: @builddeps@, fakeroot
> +Restrictions: allow-stderr
> +
> +Tests: ubuntu-regression-suite
> +Depends: build-essential, gcc-multilib, gdb, git, bzr
> +Restrictions: allow-stderr, isolation-machine, breaks-testbed
> diff --git a/debian/tests/ubuntu-regression-suite b/debian/tests/ubuntu-regression-suite
> new file mode 100755
> index 0000000..233b771
> --- /dev/null
> +++ b/debian/tests/ubuntu-regression-suite
> @@ -0,0 +1,4 @@
> +#!/bin/sh
> +set -e
> +git clone git://kernel.ubuntu.com/ubuntu/kernel-testing
Do we need to autopkgtest-reboot before starting to ensure we're on
the new kernel?
Does it make sense to put these tests in $ADTTMP instead of the top
level of the kernel source tree?
> +kernel-testing/run-dep8-tests
Has the kernel team considered migrating these tests into the package
so that git connectivity is not required during test?
-dann
> 1.9.1
>
>
> --
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
More information about the kernel-team
mailing list