mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
parent
bfe7253e48
commit
0815a6db3e
1 changed files with 2 additions and 2 deletions
|
|
@ -306,8 +306,8 @@ in
|
|||
client.succeed("curl --fail -s http://[64:ff9b::203.0.113.16] | grep -q IPv4!")
|
||||
|
||||
with subtest("Router BIB entries are correctly populated"):
|
||||
router.succeed("jool bib display | grep -q 'Dynamic TCP.*2001:db8::8'")
|
||||
router.succeed("jool bib display | grep -q 'Static TCP.*2001:db8::9'")
|
||||
router.succeed("jool bib display --numeric | grep -q 'Dynamic TCP.*2001:db8::8'")
|
||||
router.succeed("jool bib display --numeric | grep -q 'Static TCP.*2001:db8::9'")
|
||||
|
||||
with subtest("WAN server can reach the LAN server"):
|
||||
homeserver.wait_for_open_port(80)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue