~brian-murray/auto-upgrade-testing/use-proposed-dist-upgrader

« back to all changes in this revision

Viewing changes to upgrade_testing/provisioning/backends/_lxc.py

  • Committer: Tarmac
  • Author(s): Max Brustkern
  • Date: 2016-06-13 17:28:44 UTC
  • mfrom: (71.4.38 local-autopkgtest)
  • Revision ID: tarmac-20160613172844-zockv240qncmn30p
Add the ability to use locally installed autopkgtest or specify a specific git version via environment variables.

Approved by platform-qa-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        logger.info('Creating lxc container for run.')
58
58
 
59
59
        cmd = [
60
 
            os.path.join(adt_base_path, 'tools', 'adt-build-lxc'),
 
60
            os.path.join(adt_base_path, 'adt-build-lxc'),
61
61
            self.distro,
62
62
            self.release,
63
63
            self.arch,