mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2026-06-21 00:07:16 +03:00
more test fix
This commit is contained in:
parent
da1e86f4bd
commit
6290b1e1bd
@ -119,7 +119,7 @@ imds_endpoint_route_skip_body() {
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ "$3" = 169.254.169.254 ]
|
[ "$3" = 169.254.169.254 ]
|
||||||
EOF
|
EOF
|
||||||
IMDS_API_VERSION=2009-04-04 \
|
IMDS_API_VERSION=2009-04-04 IMDS_ENDPOINT_WAIT_ATTEMPTS=1 \
|
||||||
IMDS_ENDPOINTS="192.0.2.1 169.254.169.254" CLOUD=aws atf_check \
|
IMDS_ENDPOINTS="192.0.2.1 169.254.169.254" CLOUD=aws atf_check \
|
||||||
-o match:"myhostname" \
|
-o match:"myhostname" \
|
||||||
imds @hostname
|
imds @hostname
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user