traccar: init integration test

This commit is contained in:
Frédéric Christ
2025-11-06 22:02:37 +01:00
parent 676697d359
commit ff0c18d4a8
2 changed files with 52 additions and 0 deletions

View File

@@ -1531,6 +1531,7 @@ in
tor = runTest ./tor.nix;
tpm-ek = handleTest ./tpm-ek { };
tpm2 = runTest ./tpm2.nix;
traccar = runTest ./traccar.nix;
# tracee requires bpf
tracee = handleTestOn [ "x86_64-linux" ] ./tracee.nix { };
traefik = runTestOn [ "aarch64-linux" "x86_64-linux" ] ./traefik.nix;