Skip to content

Commit

Permalink
Use start_all() instead of machine.start() in test
Browse files Browse the repository at this point in the history
This is shorter.
  • Loading branch information
Luflosi committed Jul 1, 2024
1 parent bd9e1f2 commit 489826b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/e2e-test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ self:
machine.log(f"DNS server replied with {out}")
assert expected == out, f"Expected `{expected}` but got `{out}`"
machine.start()
start_all()
machine.wait_for_unit("dyndnsd.service")
machine.wait_for_unit("bind.service")
query("example.org", "A", "1.2.3.4")
Expand Down

0 comments on commit 489826b

Please sign in to comment.