Skip to content

Commit b23ae83

Browse files
committed
Upgrade testinfra to v5
1 parent e2aaa06 commit b23ae83

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test-cli.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ docker run --rm -t \
3636
-v "$(pwd)/test:/tests" \
3737
-v "$(pwd)/tmp/test-results:/results" \
3838
-v /var/run/docker.sock:/var/run/docker.sock:ro \
39-
renatomefi/docker-testinfra:2 \
39+
renatomefi/docker-testinfra:5 \
4040
-m "$TEST_SUITE" --junitxml="/results/php-cli-$DOCKER_TAG.xml" \
4141
--verbose --hosts="docker://$DOCKER_CONTAINER"

test-http-e2e.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ docker run --net="host" --rm -t \
1818
-v "$(pwd)/test/e2e:/tests" \
1919
-v "$(pwd)/tmp/test-results:/results" \
2020
-v /var/run/docker.sock:/var/run/docker.sock:ro \
21-
renatomefi/docker-testinfra:2 \
21+
renatomefi/docker-testinfra:5 \
2222
-m "$TEST_SUITE" --junitxml="/results/http-e2e-$DOCKER_NGINX_TAG.xml" \
2323
--verbose --tag="$1"

test-http.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ docker run --rm -t \
3636
-v "$(pwd)/test:/tests" \
3737
-v "$(pwd)/tmp/test-results:/results" \
3838
-v /var/run/docker.sock:/var/run/docker.sock:ro \
39-
renatomefi/docker-testinfra:2 \
39+
renatomefi/docker-testinfra:5 \
4040
-m "$TEST_SUITE" --junitxml="/results/http-$DOCKER_NGINX_TAG.xml" \
4141
--verbose --hosts="docker://$DOCKER_NGINX_CONTAINER"

test-prometheus-exporter-file-e2e.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ docker run --net="host" --rm -t \
1818
-v "$(pwd)/test/e2e:/tests" \
1919
-v "$(pwd)/tmp/test-results:/results" \
2020
-v /var/run/docker.sock:/var/run/docker.sock:ro \
21-
renatomefi/docker-testinfra:2 \
21+
renatomefi/docker-testinfra:5 \
2222
-m "$TEST_SUITE" --junitxml="/results/http-e2e-$DOCKER_TAG.xml" \
2323
--verbose --tag="$1"

0 commit comments

Comments
 (0)