checks: fix some tests not named correctly

This commit is contained in:
DavHau
2025-06-30 19:50:16 +07:00
parent a43eee2860
commit e219a636ca
20 changed files with 21 additions and 29 deletions

View File

@@ -183,7 +183,7 @@ in
# vm-test-run-test-installation-> target: Guest root shell did not produce any data yet...
# vm-test-run-test-installation-> target: To debug, enter the VM and run 'systemctl status backdoor.service'.
checks = pkgs.lib.mkIf (pkgs.stdenv.isLinux && !pkgs.stdenv.isAarch64) {
installation = self.clanLib.test.baseTest {
nixos-test-installation = self.clanLib.test.baseTest {
name = "installation";
nodes.target = {
services.openssh.enable = true;
@@ -210,7 +210,7 @@ in
'';
} { inherit pkgs self; };
update-hardware-configuration = self.clanLib.test.baseTest {
nixos-test-update-hardware-configuration = self.clanLib.test.baseTest {
name = "update-hardware-configuration";
nodes.installer = installer;