nixos/tests/confinement: Move to dedicated dir
When experimenting on ways how to refactor the test, I wrote a significant enough amount of Python to warrant a dedicated Python file. This commit is mainly to prepare for that and make it easier to track renames. Signed-off-by: aszlig <aszlig@nix.build>
This commit is contained in:
@@ -885,7 +885,7 @@ in {
|
|||||||
systemd-binfmt = handleTestOn ["x86_64-linux"] ./systemd-binfmt.nix {};
|
systemd-binfmt = handleTestOn ["x86_64-linux"] ./systemd-binfmt.nix {};
|
||||||
systemd-boot = handleTest ./systemd-boot.nix {};
|
systemd-boot = handleTest ./systemd-boot.nix {};
|
||||||
systemd-bpf = handleTest ./systemd-bpf.nix {};
|
systemd-bpf = handleTest ./systemd-bpf.nix {};
|
||||||
systemd-confinement = handleTest ./systemd-confinement.nix {};
|
systemd-confinement = handleTest ./systemd-confinement {};
|
||||||
systemd-coredump = handleTest ./systemd-coredump.nix {};
|
systemd-coredump = handleTest ./systemd-coredump.nix {};
|
||||||
systemd-cryptenroll = handleTest ./systemd-cryptenroll.nix {};
|
systemd-cryptenroll = handleTest ./systemd-cryptenroll.nix {};
|
||||||
systemd-credentials-tpm2 = handleTest ./systemd-credentials-tpm2.nix {};
|
systemd-credentials-tpm2 = handleTest ./systemd-credentials-tpm2.nix {};
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import ./make-test-python.nix {
|
import ../make-test-python.nix {
|
||||||
name = "systemd-confinement";
|
name = "systemd-confinement";
|
||||||
|
|
||||||
nodes.machine = { pkgs, lib, ... }: let
|
nodes.machine = { pkgs, lib, ... }: let
|
||||||
Reference in New Issue
Block a user