diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2017-02-10 18:27:42 -0500 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-04-03 09:39:22 +0200 |
commit | cb3a82f09f8bf15c338f08d1422493e1236b6da9 (patch) | |
tree | 4de90bf0cf3dc94b10b5ea17bb0888847c2622a7 /jobs | |
parent | 7c30eae3ddf1c1adab03c46d3155f7ab1bcbd2fb (diff) |
jobs/virtualization.txt.in: added lxd job
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/virtualization.txt.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/jobs/virtualization.txt.in b/jobs/virtualization.txt.in index 919691b..4def608 100644 --- a/jobs/virtualization.txt.in +++ b/jobs/virtualization.txt.in @@ -14,3 +14,18 @@ _description: cloud image. _summary: Verify KVM guest boots + +plugin: shell +category_id: 2013.com.canonical.plainbox::virtualization +id: virtualization/verify_lxd +user: root +environ: LXD_TEMPLATE LXD_ROOTFS +estimated_duration: 30.0 +requires: + package.name == 'lxd-client' + package.name == 'lxd' +command: virtualization lxd --template $LXD_TEMPLATE --rootfs $LXD_ROOTFS +_description: + Verifies that an LXD container can be created and launched +_summary: + Verify LXD container launches |