From 35d61a6055d80f4d94edc6fe2003727aec101592 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 19 Jul 2026 22:52:42 +0200 Subject: tests/common/acme: Start all test machines concurrently There is no actually reason to start them sequentially. --- tests/common/acme/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tests/common') diff --git a/tests/common/acme/default.nix b/tests/common/acme/default.nix index c756a4f..e7869c2 100644 --- a/tests/common/acme/default.nix +++ b/tests/common/acme/default.nix @@ -29,14 +29,11 @@ in { ( # python '' # Start dependencies for the other services - acme.start() + start_all() + acme.wait_for_unit("pebble.service") - name_server.start() name_server.wait_for_unit("nsd.service") - # Start actual test - start_all() - with subtest("Add pebble ca key to all services"): for node in [name_server, ${builtins.concatStringsSep "," clients}]: node.wait_until_succeeds("curl https://acme.test:15000/roots/0") -- cgit v1.3.1