Improve naming and error reporting in VM tests.

This commit is contained in:
r-vdp 2023-05-09 10:20:30 +02:00
parent cead991210
commit 8ec989863d
No known key found for this signature in database
2 changed files with 19 additions and 8 deletions

View file

@ -43,8 +43,8 @@ in
forEachUbuntuImage
(imgName: image: lib.nameValuePair
"example-${imgName}"
(system-manager.lib.make-vm-test {
"vm-test-example-${imgName}"
(system-manager.lib.make-vm-test "vm-test-example-${imgName}" {
inherit system;
modules = [
({ config, ... }:
@ -117,8 +117,8 @@ forEachUbuntuImage
forEachUbuntuImage
(imgName: image: lib.nameValuePair
"prepopulate-${imgName}"
(system-manager.lib.make-vm-test {
"vm-test-prepopulate-${imgName}"
(system-manager.lib.make-vm-test "vm-test-prepopulate-${imgName}" {
inherit system;
modules = [
({ config, ... }: