3
0
Fork 0
forked from mirrors/nixpkgs

nixos/tests: small update nginx-http3 test

This commit is contained in:
Izorkin 2022-06-25 21:31:26 +03:00
parent ccff32fa91
commit f169a1af97
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09

View file

@ -70,6 +70,9 @@ in
testScript = ''
start_all()
server.wait_for_unit("nginx")
server.wait_for_open_port(443)
# Check http connections
client.succeed("curl --verbose --http3 https://acme.test | grep 'Hello World!'")