Skip to content

Commit

Permalink
Require one of the lxd or lxd-installer debs or the lxd snap for the …
Browse files Browse the repository at this point in the history
…lxd and lxdvm tests. Fixes #1022
  • Loading branch information
bladernr committed Apr 12, 2024
1 parent 803cfe4 commit 11050c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/base/units/virtualization/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environ: LXD_TEMPLATE KVM_IMAGE
estimated_duration: 60.0
requires:
executable.name == 'lxc'
snap.name == 'lxd'
package.name == 'lxd-installer' or snap.name == 'lxd'
command: virtualization.py --debug lxdvm
_description:
Verifies that an LXD Virtual Machine can be created and launched
Expand All @@ -19,7 +19,7 @@ environ: LXD_TEMPLATE LXD_ROOTFS
estimated_duration: 30.0
requires:
executable.name == 'lxc'
package.name == 'lxd' or snap.name == 'lxd'
package.name == 'lxd' or package.name == 'lxd-installer' or snap.name == 'lxd'
command: virtualization.py --debug lxd
_description:
Verifies that an LXD container can be created and launched
Expand Down

0 comments on commit 11050c0

Please sign in to comment.