~ddstreet/ubuntu/+source/autopkgtest:tmptest

Last commit made on 2019-10-03
Get this branch:
git clone -b tmptest https://git.launchpad.net/~ddstreet/ubuntu/+source/autopkgtest
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Name:
tmptest
Repository:
lp:~ddstreet/ubuntu/+source/autopkgtest

Recent commits

ed0588f... by Dan Streetman

test full run

020ec62... by Dan Streetman

autopkgtest: When finding src pkg, skip binary pkgs for other archs

When looking for the src pkg, the entire Package-List is searched for every
binary package name. However, there are some rare source packages that
provide binary packages for specific arch(s), while the same binary package
is provided by another source packge for a different arch. One example
is the 'binutils' and 'binutils-mipsen' source packages; currently the
'binutils-mipsen' package provides several 'binutils-mips*' named
binary packages for intel archs, while the main 'binutils' source package
provides the same-named binary packages specifically for the mips arch.

In cases such as this, autopkgtest needs to make sure to only consider
source packages that provide the binary for the current testbed arch,
otherwise it will be confused about what source package name and what
version to look for in the archive.

An example of this is: https://launchpad.net/bugs/1845157

LP: #1845157
Closes: #939790

22efd48... by Paul Gevers

Merge branch 'lxd-test' into 'master'

tools/autopkgtest-build-lxd: pass /dev/null on stdin to lxc launch

See merge request ci-team/autopkgtest!62

747d553... by Dan Streetman

tools/autopkgtest-build-lxd: pass /dev/null on stdin to lxc launch

Recent changes to lxd cause 'lxc launch' to fail if there is any input on
stdin queued, which is the case (at least) during the 'lxd' autopkgtest
included in this package, which calls autopkgtest-build-lxd from a here
document passed to a shell. It may be the case for other external uses as
well, so it's best to leave the 'lxd' autopkgtest as is and fix the
autopkgtest-build-lxd script to use lxc launch with the new restriction.

The only other call to 'lxc launch' is from autopkgtest-virt-lxd, which
passes it to check_exec(), and that function explicitly sets stdin to
/dev/null, so no change is needed there.

(LP: #1845037)

e3db341... by Paul Gevers

Update d/changelog for release 5.11

dc3bb6e... by Paul Gevers

Bump Standards to 4.4.0 (no changes)

3d422ae... by =?utf-8?q?Rapha=C3=ABl_Hertzog?= <email address hidden>

qemu: Forward VM's ssh port only to localhost

Closes: #931219

d43de44... by Martin Pitt

Merge branch 'haveged-virtio-rng' into 'master'

Use virtio-rng to passthrough RNG to qemu runner and drop haveged

See merge request ci-team/autopkgtest!60

2b9bda8... by Michael Biebl

Use virtio-rng to passthrough RNG to qemu runner and drop haveged

haveged.service will cause massive slow downs with systemd v243 due to
changes in systemd-random-seed.serivce [1].
While haveged.service can be fixed eventually, systemd upstream
recommended to use RNG passhtrough via virtio-rng [2] instead, so we
drop the installation of haveged.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=938939
[2] https://github.com/systemd/systemd/issues/13252#issuecomment-519436416

942bf12... by Antonio Terceiro

Merge branch 'apt-sources-933062' into 'master'

setup-testbed: Provide more options for handling /etc/apt/sources.list

See merge request ci-team/autopkgtest!58