nixosTests.lxc: move to runTestOn

This commit is contained in:
Adam C. Stephens
2025-11-09 20:35:15 -05:00
parent 0cd29d61c5
commit f77edd59d2
2 changed files with 117 additions and 120 deletions

View File

@@ -889,7 +889,7 @@ in
lorri = handleTest ./lorri/default.nix { };
luks = runTest ./luks.nix;
lvm2 = handleTest ./lvm2 { };
lxc = handleTest ./lxc { };
lxc = runTestOn [ "x86_64-linux" "aarch64-linux" ] ./lxc;
lxd-image-server = runTest ./lxd-image-server.nix;
lxqt = runTest ./lxqt.nix;
ly = runTest ./ly.nix;