to avoid a race between step-ca and acme-client
This commit is contained in:
parent
db94060b22
commit
5dca2382e1
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
};
|
||||
|
||||
testScript = ''
|
||||
start_all()
|
||||
acme_server.start()
|
||||
|
||||
acme_server.wait_for_unit("default.target")
|
||||
acme_server.wait_for_unit("step-ca.service")
|
||||
|
@ -52,6 +52,7 @@
|
|||
acme_server.wait_for_open_port(443)
|
||||
acme_server.wait_until_succeeds("curl 127.0.0.1:443")
|
||||
|
||||
nachtigall.start()
|
||||
nachtigall.wait_for_unit("default.target")
|
||||
nachtigall.succeed("ping test.pub.solar -c 2")
|
||||
nachtigall.succeed("ping ca.test.pub.solar -c 2")
|
||||
|
|
Loading…
Add table
Reference in a new issue