~rvb/maas/ephemeral-simplestreams

« back to all changes in this revision

Viewing changes to maastest/kvmfixture.py

  • Committer: Graham Binns
  • Date: 2013-11-14 10:43:49 UTC
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: graham.binns@canonical.com-20131114104349-845xlu9qkp7vj5bv
Fixed a buttload of tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
            "arch=%s" % self.architecture,
225
225
            "release=%s" % self.series, "--template", "-"]
226
226
        run_command(command, input=template, check_call=True)
227
 
        logging.info(" ".join(command))
228
227
        with open('/tmp/template', 'w') as template_file:
229
228
            template_file.write(template)
230
229
        logging.info(