Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1163,7 +1163,7 @@ in { tayga = handleTest ./tayga.nix {}; technitium-dns-server = handleTest ./technitium-dns-server.nix {}; teeworlds = handleTest ./teeworlds.nix {}; telegraf = handleTest ./telegraf.nix {}; telegraf = runTest ./telegraf.nix; teleport = handleTest ./teleport.nix {}; teleports = runTest ./teleports.nix; thelounge = handleTest ./thelounge.nix {}; Loading nixos/tests/telegraf.nix +40 −42 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { name = "telegraf"; Loading Loading @@ -44,4 +43,3 @@ import ./make-test-python.nix ( machine.wait_until_succeeds("grep -q ping /tmp/metrics.out") ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1163,7 +1163,7 @@ in { tayga = handleTest ./tayga.nix {}; technitium-dns-server = handleTest ./technitium-dns-server.nix {}; teeworlds = handleTest ./teeworlds.nix {}; telegraf = handleTest ./telegraf.nix {}; telegraf = runTest ./telegraf.nix; teleport = handleTest ./teleport.nix {}; teleports = runTest ./teleports.nix; thelounge = handleTest ./thelounge.nix {}; Loading
nixos/tests/telegraf.nix +40 −42 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { name = "telegraf"; Loading Loading @@ -44,4 +43,3 @@ import ./make-test-python.nix ( machine.wait_until_succeeds("grep -q ping /tmp/metrics.out") ''; } )