diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2017-02-11 10:41:28 -0500 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2017-03-28 15:12:07 -0400 |
commit | ac933b55d333d433dd41c19e6bf749aaccb1143f (patch) | |
tree | bb4707e8923333eac4c8dd8ef1641c9b0a99429b | |
parent | 22537dbaebf92cb15c2b7173f915e8bb1b3e0387 (diff) |
fixed regression in kvm test description caused by my changes for LXD tests
-rw-r--r-- | jobs/virtualization.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/virtualization.txt.in b/jobs/virtualization.txt.in index 4def608..2a466af 100644 --- a/jobs/virtualization.txt.in +++ b/jobs/virtualization.txt.in @@ -8,7 +8,7 @@ requires: package.name == 'qemu-system' package.name == 'qemu-utils' virtualization.kvm == 'supported' -command: virtualization kvm --debug --log-file=$PLAINBOX_SESSION_SHARE/virt_debug +command: virtualization --debug kvm --log-file=$PLAINBOX_SESSION_SHARE/virt_debug _description: Verifies that a KVM guest can be created and booted using an Ubuntu Server cloud image. |