Skip to content

Commit

Permalink
Issue 3931 - Fix e2edev tests when run on newly upgraded VM with Dock…
Browse files Browse the repository at this point in the history
…er 24.0.7 installed

Signed-off-by: Ben Courliss <bencourliss@ibm.com>
  • Loading branch information
Ben Courliss committed Nov 9, 2023
1 parent 7425b66 commit 2d59b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ run-test: test-image e2edevtest-docker-prereqs test-network
-e "HZN_AGBOT_URL"="$(AGBOT_SAPI_URL)" \
-e "TEST_PATTERNS"="$(TEST_PATTERNS)" \
-t $(DOCKER_TEST_INAME):$(DOCKER_TEST_TAG)
docker cp $(E2EDEVTEST_TEMPFS)/. $(DOCKER_TEST_CNAME):/
docker cp -a $(E2EDEVTEST_TEMPFS)/. $(DOCKER_TEST_CNAME):/
docker exec --user root $(DOCKER_TEST_CNAME) chown -R 1000:1000 /certs

run-dockerreg: test-network
@echo "Handling Docker $(DOCKER_REG_CNAME)"
Expand Down

0 comments on commit 2d59b8f

Please sign in to comment.