mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01:00
Merge pull request #101 from DeterminateSystems/gustavderdrache/backport-s3-test
Make the S3 test more robust
This commit is contained in:
commit
7a75a3877e
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ in
|
||||||
# Create a binary cache.
|
# Create a binary cache.
|
||||||
server.wait_for_unit("minio")
|
server.wait_for_unit("minio")
|
||||||
server.wait_for_unit("network-addresses-eth1.service")
|
server.wait_for_unit("network-addresses-eth1.service")
|
||||||
|
server.wait_for_open_port(9000)
|
||||||
|
|
||||||
server.succeed("mc config host add minio http://localhost:9000 ${accessKey} ${secretKey} --api s3v4")
|
server.succeed("mc config host add minio http://localhost:9000 ${accessKey} ${secretKey} --api s3v4")
|
||||||
server.succeed("mc mb minio/my-cache")
|
server.succeed("mc mb minio/my-cache")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue