~canonical-platform-qa/ubuntu-system-tests/qemu-build-snap

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/host/qemu.py

  • Committer: Tarmac
  • Author(s): Richard Huddie
  • Date: 2016-11-11 16:55:51 UTC
  • mfrom: (477.1.1 ubuntu-system-tests)
  • Revision ID: tarmac-20161111165551-bjkw2i2bkmd6u3el
Fix vivid flake8 indentation warnings for qemu helpers.

Approved by platform-qa-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
    """
102
102
    # Create command base with resource parameters
103
103
    cmd = QEMU_LAUNCH_OPTS.format(
104
 
            qemu=get_qemu_path(), ram=ram, cpu=cpu, disk_img=disk_img,
105
 
            workdir=work_dir)
 
104
        qemu=get_qemu_path(), ram=ram, cpu=cpu, disk_img=disk_img,
 
105
        workdir=work_dir)
106
106
    # Add display parameters
107
107
    cmd += get_display_args(headless)
108
108
    # Add serial port configuration