Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Jan 23, 2024
1 parent 254de46 commit d15411c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/kolide-launcher.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ pkgs.nixosTest {
# Ensure machine can reach mock k2 server
machine.wait_for_unit("network-online.target")
machine.wait_until_succeeds("curl --fail http://k2server/version", timeout=120)
machine.succeed("curl --fail http://192.168.0.2/version")
machine.succeed("curl --fail http://app.kolide.test/version")
with subtest("log in to MATE"):
Expand Down

0 comments on commit d15411c

Please sign in to comment.