summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorDavid Anderson <dave@natulte.net>2019-10-14 21:26:54 -0700
committerDavid Anderson <dave@natulte.net>2019-10-15 08:36:09 -0700
commitae02b3dd1f450b51ef69bb13e4c7728106009936 (patch)
tree838beeb6569eeac852d521eeece377bd2a14451b /nixos/tests/all-tests.nix
parent997a6f6f1eee4f2191bbb73fab08a5765014cd1e (diff)
downloadnixpkgs-ae02b3dd1f450b51ef69bb13e4c7728106009936.tar
nixpkgs-ae02b3dd1f450b51ef69bb13e4c7728106009936.tar.gz
nixpkgs-ae02b3dd1f450b51ef69bb13e4c7728106009936.tar.bz2
nixpkgs-ae02b3dd1f450b51ef69bb13e4c7728106009936.tar.lz
nixpkgs-ae02b3dd1f450b51ef69bb13e4c7728106009936.tar.xz
nixpkgs-ae02b3dd1f450b51ef69bb13e4c7728106009936.tar.zst
nixpkgs-ae02b3dd1f450b51ef69bb13e4c7728106009936.zip
nixos/tests/pppd: init
This test creates a PPPoE link between two machines, and verifies
that the machines can ping each other.
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 914b32f97c3..e94c9712cbf 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -227,6 +227,7 @@ in
   postgresql = handleTest ./postgresql.nix {};
   postgresql-wal-receiver = handleTest ./postgresql-wal-receiver.nix {};
   powerdns = handleTest ./powerdns.nix {};
+  pppd = handleTest ./pppd.nix {};
   predictable-interface-names = handleTest ./predictable-interface-names.nix {};
   printing = handleTest ./printing.nix {};
   prometheus = handleTest ./prometheus.nix {};