~ubuntu-branches/debian/sid/autopkgtest/sid

« back to all changes in this revision

Viewing changes to runner/adt-run

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2015-02-24 11:40:42 UTC
  • mfrom: (110.2.10 sid)
  • Revision ID: package-import@ubuntu.com-20150224114042-31orvwwbcaf7ercu
Improvements:
* adt-virt-lxc: Add reboot support for non-ephemeral containers.
* tests/run-parallel: Don't run all test classes in parallel, it creates too
  much load. Serialize test classes which use the same runner.

Bug fixes:
* VirtSubproc.py, cmd_reboot(): Fix debug message.
* tests/adt-run: Avoid re-downloading ubuntu-device-flash images by
  symlinking ~/.cache/ubuntuimages from the temp $HOME into the real user's
  $HOME.
* adt-virt-lxc: Fix check for eatmydata when using --eatmydata.
* adt-virt-qemu: Synchronize ttyS0 output before writing eofcat.
* adt-virt-qemu, adt-virt-lxc: Asynchronously call reboot, to avoid eternal
  hangs when it reboots too fast for us to notice that it finished.

Show diffs side-by-side

added added

removed removed

Lines of Context:
985
985
        if opts.set_lang is not False:
986
986
            script += 'export LANG=%s; ' % opts.set_lang
987
987
            script += 'unset LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE '\
988
 
                    'LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS '\
989
 
                    'LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION LC_ALL;'
 
988
                'LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS '\
 
989
                'LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION LC_ALL;'
990
990
        # there's no way to tell su to not reset $PATH, for install-tmp mode;
991
991
        # we also need it to amend fixed values in /etc/environment
992
992
        for e in self.install_tmp_env: