mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
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:
parent
ba31b3753e
commit
f7d026b431
2 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue