nixos/tests/jool: fix test

Closes issue #520902.
This commit is contained in:
rnhmjoj 2026-05-17 15:25:54 +02:00
commit 0815a6db3e
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -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)