News for package autopkgtest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.0
Source: autopkgtest
Binary: autopkgtest
Architecture: all
Version: 3.16.3
Maintainer: Autopkgtest team <[email protected]>
Uploaders: Ian Jackson <[email protected]>, Martin Pitt <[email protected]>
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=autopkgtest/autopkgtest.git
Vcs-Git: git://anonscm.debian.org/autopkgtest/autopkgtest.git
Testsuite: autopkgtest
Build-Depends: debhelper (>= 8), python3 (>= 3.1), python3-mock, python3-debian, python3-docutils, pyflakes, procps, pep8
Package-List:
 autopkgtest deb devel optional arch=all
Checksums-Sha1:
 6313b28b818801dd300e4562d899b0d70ff2aaca 175974 autopkgtest_3.16.3.tar.gz
Checksums-Sha256:
 d030558595c14f2d8ddbe32863a7ec1e4172227875295831dc298e538a41f3c3 175974 autopkgtest_3.16.3.tar.gz
Files:
 0e8d5c04b39b0fba9dc71ada00aae82a 175974 autopkgtest_3.16.3.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJV30/HAAoJENFO8V2v4RNHyiwP/i8YEfeICxfllJP0ivNB7sYh
BsBIO402JFw1WgYq2Zl2Rc4me/rPI4Y+Rjc4oieAyvjOUha35hWsIUAn3ZHp7duY
wezttUV5dSjeY2nSbCbq++WZ7Me/Aey/3WuaiKTq8tn3QM5X84tAGvBYaCFRjsEy
zvg1ekjjjF7cAnDjpTkXULIM2VFkWe5UPuXjJkdJUjfwIvAqfi4uQQ6ZLAsRGGkY
eXC8KG7mC/l/bJdDYxahJeWq2tHXy8gJYPq+BMCty7kXhP939M3thyECKNJD1XPs
Yb1iVx96fxyFD5L0uHPpjQVF+PqkMjjBvE3nR3uY6TrsLxepaI63pX3FkoM/9j7s
4TiIQmx1KT7x456Y1iW1hdhtvtU2xDnJO6LSl8a+1IkyQmni3jmKle95ax5MJeu/
6GeL1PFoWv9umx5/An7/pyjcw572ncat2QHlYBMNbvH+zSqKTk68gDPwB3R9aiAa
h8kpm0pMiFjF+zibIiy2UU9ZqYfuULTm3BT+n+vODXoM/ZVVV22bJaxzAjwuXlSk
TQ+VQpW3hBa7oqLizQIIjIFXHGvlGDo5notlxCb3Vozri5Ja2KFbdseb4Xwjnw0G
RFLzKYz9SVWnnI9+H+HQNCc0cze8c654fOW7zL4JXaRk1NROVgueBbGUNV38Mfmx
pMRA1t7kA+k8CKHWOJSJ
=Pqk3
-----END PGP SIGNATURE-----

Changes:
autopkgtest (3.16.3) unstable; urgency=medium

  * adt-setup-vm: Use /etc/cloud.cfg.d/ to avoid conffile prompts on upgrades.
    (LP: #1477626)
  * Don't invoke QEMU with -localtime. QEMU defaults to and Linux prefers the
    hw clock in UTC. This avoids large time jumps when doing NTP.
  * adt-setup-vm: Start autopkgtest shell after all other SysV init
    scripts/facilities, to avoid a too early start of tests while boot is
    still in progress.
  * doc/README.package-tests.rst: Use comma separator in examples.
  * VirtSubproc.check_exec(): Actually error out on stderr as documented.
  * adt-virt-ssh: Verify that sudo does not write errors, as that
    interferes with auxverbs and generally is a sign of host mis-configuration
    (typically wrong hostname).
  * ssh-setup-nova: Set hostname to "adt". This avoids overly long host names
    from defaulting to nova instance names (which can be very long).
  * ssh-setup/nova: Fix parsing of IP address from "nova show" to avoid
    tripping over instance names containing "network". (LP: #1481574)
  * Fix error message and code for "invalid test depends" errors.
  * tests/pep8: Ignore E402 ("module level import not at top of file"), as
    that's impossible to satisfy; we have to set sys.path before.
  * ssh-setup/nova: In cleanup(), wait until the instance gets deleted. This
    avoids name collisions and instance quota overflow.
  * adt-run: Always show summary at the end, which is particularly helpful for
    multiple tests. (LP: #1484991)
  * adt-run.1: Clarify that without any logging options adt-run only logs to
    stderr. (LP: #1485661)
  * adt-virt-lxc: If the executed command exits with 255, translate that to
    253 in the auxverb wrapper, as 255 is the exit code for failures of the
    auxverb itself. This avoids considering ordinary test failures as
    temporary testbed failures.
  * adt-run: Show host name, to more easily identify hosts with frequent
    failures.
  * adt-virt-lxc: Always call lxc-stop with --kill, as the containers are not
    precious and normal shutdown might hang.
  * adt-virt-lxc: In cleanup, stop LXC container before removing the shared
    downtmp, to ensure that we always clean up the running container. Also
    don't fail on errors. (LP: #1488879)
  * ssh-setup/nova: Add missing apt sources for -updates/-security
    restricted/multiverse pockets.

 -- Martin Pitt <[email protected]>  Thu, 27 Aug 2015 19:54:51 +0200