nixos/tests/echoip: use runTest
This commit is contained in:
@@ -341,7 +341,7 @@ in {
|
|||||||
early-mount-options = handleTest ./early-mount-options.nix {};
|
early-mount-options = handleTest ./early-mount-options.nix {};
|
||||||
ec2-config = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-config or {};
|
ec2-config = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-config or {};
|
||||||
ec2-nixops = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-nixops or {};
|
ec2-nixops = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-nixops or {};
|
||||||
echoip = handleTest ./echoip.nix {};
|
echoip = runTest ./echoip.nix;
|
||||||
ecryptfs = handleTest ./ecryptfs.nix {};
|
ecryptfs = handleTest ./ecryptfs.nix {};
|
||||||
fscrypt = handleTest ./fscrypt.nix {};
|
fscrypt = handleTest ./fscrypt.nix {};
|
||||||
fastnetmon-advanced = runTest ./fastnetmon-advanced.nix;
|
fastnetmon-advanced = runTest ./fastnetmon-advanced.nix;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import ./make-test-python.nix (
|
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "echoip";
|
name = "echoip";
|
||||||
meta.maintainers = with lib.maintainers; [ defelo ];
|
meta.maintainers = with lib.maintainers; [ defelo ];
|
||||||
@@ -26,4 +26,3 @@ import ./make-test-python.nix (
|
|||||||
assert resp.strip() == "::1"
|
assert resp.strip() == "::1"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user