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
…virtualization tests. (BugFix) (#1181)

Require one of the lxd or lxd-installer debs or the lxd snap for the lxd and lxdvm tests. Fixes #1022
  • Loading branch information
bladernr authored Apr 17, 2024
1 parent 6fbcf94 commit 6f0ca4e
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 6f0ca4e

Please sign in to comment.