nixosTests.adguardhome: Use module based runner

This commit is contained in:
Robert Hensing 2022-06-09 17:43:22 +02:00
parent b7ffe44469
commit edf8be37af
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import ./make-test-python.nix {
{
name = "adguardhome";
nodes = {

View file

@ -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 {};