nixosTests.systemd-networkd-dhcpserver-static-leases: handleTest -> runTest
This commit is contained in:
parent
059f9f4c20
commit
e9c1e2efe0
@ -1386,9 +1386,7 @@ in
|
|||||||
systemd-networkd = runTest ./systemd-networkd.nix;
|
systemd-networkd = runTest ./systemd-networkd.nix;
|
||||||
systemd-networkd-bridge = runTest ./systemd-networkd-bridge.nix;
|
systemd-networkd-bridge = runTest ./systemd-networkd-bridge.nix;
|
||||||
systemd-networkd-dhcpserver = runTest ./systemd-networkd-dhcpserver.nix;
|
systemd-networkd-dhcpserver = runTest ./systemd-networkd-dhcpserver.nix;
|
||||||
systemd-networkd-dhcpserver-static-leases =
|
systemd-networkd-dhcpserver-static-leases = runTest ./systemd-networkd-dhcpserver-static-leases.nix;
|
||||||
handleTest ./systemd-networkd-dhcpserver-static-leases.nix
|
|
||||||
{ };
|
|
||||||
systemd-networkd-ipv6-prefix-delegation =
|
systemd-networkd-ipv6-prefix-delegation =
|
||||||
handleTest ./systemd-networkd-ipv6-prefix-delegation.nix
|
handleTest ./systemd-networkd-ipv6-prefix-delegation.nix
|
||||||
{ };
|
{ };
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# In contrast to systemd-networkd-dhcpserver, this test configures
|
# In contrast to systemd-networkd-dhcpserver, this test configures
|
||||||
# the router with a static DHCP lease for the client's MAC address.
|
# the router with a static DHCP lease for the client's MAC address.
|
||||||
import ./make-test-python.nix (
|
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
name = "systemd-networkd-dhcpserver-static-leases";
|
name = "systemd-networkd-dhcpserver-static-leases";
|
||||||
@ -93,4 +92,3 @@ import ./make-test-python.nix (
|
|||||||
router.wait_until_succeeds("ping -c 5 10.0.0.10")
|
router.wait_until_succeeds("ping -c 5 10.0.0.10")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user