mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/tests: small update nginx-http3 test
This commit is contained in:
parent
ccff32fa91
commit
f169a1af97
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ in
|
||||||
testScript = ''
|
testScript = ''
|
||||||
start_all()
|
start_all()
|
||||||
|
|
||||||
|
server.wait_for_unit("nginx")
|
||||||
|
server.wait_for_open_port(443)
|
||||||
|
|
||||||
# Check http connections
|
# Check http connections
|
||||||
client.succeed("curl --verbose --http3 https://acme.test | grep 'Hello World!'")
|
client.succeed("curl --verbose --http3 https://acme.test | grep 'Hello World!'")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue