Skip to content

Commit

Permalink
nixOSTest: reenable additional core tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcasticadmin committed Sep 3, 2024
1 parent 1ba2edc commit f2b8a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/tests/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ in
coremaster.succeed("named-checkzone scale.lan ${scaleZone}")
client1.wait_for_unit("systemd-networkd-wait-online.service")
client1.wait_until_succeeds("ping -c 5 ${coremasterAddr.ipv4}")
#client1.wait_until_succeeds("ping -c 5 -6 ${coremasterAddr.ipv6}")
client1.wait_until_succeeds("ping -c 5 -6 ${coremasterAddr.ipv6}")
client1.wait_until_succeeds("ip route show | grep default | grep -w ${routerAddr.ipv4}")
# ensure that we got the correct prefix and suffix on dhcpv6
#client1.wait_until_succeeds("ip addr show dev eth1 | grep inet6 | grep ${chomp}:d8c")
client1.wait_until_succeeds("ip addr show dev eth1 | grep inet6 | grep ${chomp}:d8c")
# Have to wrap drill since retcode isnt necessarily 1 on query failure
client1.wait_until_succeeds("test ! -z \"$(drill -Q -z scale.lan SOA)\"")
client1.wait_until_succeeds("test ! -z \"$(drill -Q -z coreexpo.scale.lan A)\"")
Expand Down

0 comments on commit f2b8a79

Please sign in to comment.