convert pppoe test to a derivation

* move shell script to a runCommand
* multicast needs special options to run on loopback
 (nix-build sandbox disables non-local network interfaces)
This commit is contained in:
Daniel Barlow
2023-02-05 17:37:31 +00:00
parent 16a923f58f
commit ebc5d6a3e0
5 changed files with 68 additions and 38 deletions

1
ci.nix
View File

@@ -1,4 +1,5 @@
{
smoke = import ./tests/smoke/test.nix;
pseudofiles = import ./tests/pseudofiles/test.nix;
pppoe = import ./tests/pppoe/test.nix;
}