Skip to content

Commit 03a55bc

Browse files
committed
checks/default: add stratovirt
1 parent 89029e0 commit 03a55bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

checks/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ let
4747
modules = [ {
4848
microvm.hypervisor = "kvmtool";
4949
} ];
50+
} {
51+
id = "stratovirt";
52+
modules = [ {
53+
microvm.hypervisor = "stratovirt";
54+
} ];
5055
} ]
5156
# ro-store
5257
[ {

0 commit comments

Comments
 (0)