mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
d1e14a925a
commit
b0b64316bc
2 changed files with 44 additions and 47 deletions
|
@ -1,5 +1,3 @@
|
||||||
import ./make-test-python.nix (
|
|
||||||
{ ... }:
|
|
||||||
{
|
{
|
||||||
name = "acme-dns";
|
name = "acme-dns";
|
||||||
|
|
||||||
|
@ -55,4 +53,3 @@ import ./make-test-python.nix (
|
||||||
assert txt in machine.succeed(f'dig -t TXT +short @localhost {registration["fulldomain"]}')
|
assert txt in machine.succeed(f'dig -t TXT +short @localhost {registration["fulldomain"]}')
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
|
@ -147,7 +147,7 @@ in {
|
||||||
_3proxy = runTest ./3proxy.nix;
|
_3proxy = runTest ./3proxy.nix;
|
||||||
aaaaxy = runTest ./aaaaxy.nix;
|
aaaaxy = runTest ./aaaaxy.nix;
|
||||||
acme = import ./acme/default.nix { inherit runTest; };
|
acme = import ./acme/default.nix { inherit runTest; };
|
||||||
acme-dns = handleTest ./acme-dns.nix {};
|
acme-dns = runTest ./acme-dns.nix;
|
||||||
actual = handleTest ./actual.nix {};
|
actual = handleTest ./actual.nix {};
|
||||||
adguardhome = runTest ./adguardhome.nix;
|
adguardhome = runTest ./adguardhome.nix;
|
||||||
aesmd = runTestOn ["x86_64-linux"] ./aesmd.nix;
|
aesmd = runTestOn ["x86_64-linux"] ./aesmd.nix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue