summaryrefslogtreecommitdiff
path: root/jobs
diff options
authorJeff Lane <jeffrey.lane@canonical.com>2017-04-03 11:16:36 -0400
committerJeff Lane <jeffrey.lane@canonical.com>2017-04-03 11:16:36 -0400
commitf951c8c83f95ae71141e9999f0826843b59a9d72 (patch)
tree2025e7285e67214da8b13c32fb33f3f5363e5cf9 /jobs
parentadfec3866c718ce3382aa1ce7626475e1c5d6226 (diff)
Fixed bug where the test would fail if LXD_TEMPLATE and LXD_ROOTFS were not set in the conf file. LP: #1679213
Diffstat (limited to 'jobs')
-rw-r--r--jobs/virtualization.txt.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/virtualization.txt.in b/jobs/virtualization.txt.in
index 2a466af..f31f948 100644
--- a/jobs/virtualization.txt.in
+++ b/jobs/virtualization.txt.in
@@ -24,7 +24,7 @@ estimated_duration: 30.0
requires:
package.name == 'lxd-client'
package.name == 'lxd'
-command: virtualization lxd --template $LXD_TEMPLATE --rootfs $LXD_ROOTFS
+command: virtualization --debug lxd
_description:
Verifies that an LXD container can be created and launched
_summary: