tests: don't wait for acme client unit

This commit is contained in:
teutat3s 2025-03-04 21:47:57 +01:00
parent 5dca2382e1
commit 2f48c853fe
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -56,7 +56,6 @@
nachtigall.wait_for_unit("default.target")
nachtigall.succeed("ping test.pub.solar -c 2")
nachtigall.succeed("ping ca.test.pub.solar -c 2")
nachtigall.wait_for_unit("acme-test.pub.solar.service")
nachtigall.wait_for_unit("nginx.service")
nachtigall.wait_for_open_port(443, "test.pub.solar")
nachtigall.wait_until_succeeds("curl https://test.pub.solar/")