Commit 7435729e authored by zowoq's avatar zowoq
Browse files

nixosTests.telegraf: switch to runTest

parent b27980ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {};
+40 −42
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ pkgs, ... }:
{
  name = "telegraf";
@@ -44,4 +43,3 @@ import ./make-test-python.nix (
    machine.wait_until_succeeds("grep -q ping /tmp/metrics.out")
  '';
}
)