Skip to content

Commit

Permalink
Changes to Makefile to run integration test on MacOS
Browse files Browse the repository at this point in the history
When running integration test on MacOS, hit an error because of an old
docker image for antrea/openvswitch:2.13.0. Pulling that docker image
explicitly which is used as base image for test container image.
  • Loading branch information
srikartati committed Jul 7, 2020
1 parent 0628bb2 commit ab2abea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ docker-test-unit: $(DOCKER_CACHE)
.PHONY: docker-test-integration
docker-test-integration:
@echo "===> Building Antrea Integration Test Docker image <==="
@docker pull antrea/openvswitch:2.13.0
@docker build -t antrea/test -f build/images/test/Dockerfile .
@docker run --privileged --rm \
-e "GOCACHE=/tmp/gocache" \
Expand Down

0 comments on commit ab2abea

Please sign in to comment.