mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
nixosTests.adguardhome: Use module based runner
This commit is contained in:
parent
b7ffe44469
commit
edf8be37af
@ -1,4 +1,4 @@
|
||||
import ./make-test-python.nix {
|
||||
{
|
||||
name = "adguardhome";
|
||||
|
||||
nodes = {
|
||||
|
@ -46,7 +46,7 @@ let
|
||||
in {
|
||||
_3proxy = runTest ./3proxy.nix;
|
||||
acme = runTest ./acme.nix;
|
||||
adguardhome = handleTest ./adguardhome.nix {};
|
||||
adguardhome = runTest ./adguardhome.nix;
|
||||
aesmd = handleTest ./aesmd.nix {};
|
||||
agate = handleTest ./web-servers/agate.nix {};
|
||||
agda = handleTest ./agda.nix {};
|
||||
|
Loading…
Reference in New Issue
Block a user