nixosTests.nginx-tmpdir: migrate to runTest

Part of #386873
This commit is contained in:
Piotr Kwiecinski 2025-03-30 15:15:50 +02:00
parent 7877fe4368
commit 4ec639a1d9
No known key found for this signature in database
GPG key ID: EC0DE1CB9D5258B4
2 changed files with 3 additions and 2 deletions

View file

@ -812,7 +812,7 @@ in {
nginx-redirectcode = runTest ./nginx-redirectcode.nix;
nginx-sso = runTest ./nginx-sso.nix;
nginx-status-page = runTest ./nginx-status-page.nix;
nginx-tmpdir = handleTest ./nginx-tmpdir.nix {};
nginx-tmpdir = runTest ./nginx-tmpdir.nix;
nginx-unix-socket = handleTest ./nginx-unix-socket.nix {};
nginx-variants = handleTest ./nginx-variants.nix {};
nifi = handleTestOn ["x86_64-linux"] ./web-apps/nifi.nix {};

View file

@ -1,7 +1,8 @@
let
dst-dir = "/run/nginx-test-tmpdir-uploads";
in
import ./make-test-python.nix {
{ ... }:
{
name = "nginx-tmpdir";
nodes.machine =