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:
aszlig 2024-04-24 15:04:07 +02:00
parent ba31b3753e
commit f7d026b431
No known key found for this signature in database
GPG key ID: 684089CE67EBB691
2 changed files with 2 additions and 2 deletions

View file

@ -885,7 +885,7 @@ in {
systemd-binfmt = handleTestOn ["x86_64-linux"] ./systemd-binfmt.nix {};
systemd-boot = handleTest ./systemd-boot.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-cryptenroll = handleTest ./systemd-cryptenroll.nix {};
systemd-credentials-tpm2 = handleTest ./systemd-credentials-tpm2.nix {};

View file

@ -1,4 +1,4 @@
import ./make-test-python.nix {
import ../make-test-python.nix {
name = "systemd-confinement";
nodes.machine = { pkgs, lib, ... }: let