nixos/tests/jool: fix test (#521256)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user