From b30a56c15613428c80033b97e81db7d3d8ed84e6 Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 14 Jan 2019 13:23:13 -0600 Subject: Run integrations test with remote-client Add the ability to run the integration (ginkgo) suite using the remote client. Only the images_test.go file is run right now; all the rest are isolated with a // +build !remotelinux. As more content is developed for the remote client, we can unblock the files and just block single tests as needed. Signed-off-by: baude --- .papr.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to '.papr.sh') diff --git a/.papr.sh b/.papr.sh index a42952824..c5aada904 100644 --- a/.papr.sh +++ b/.papr.sh @@ -110,6 +110,7 @@ fi if [ $build -eq 1 ]; then make_install_tools make TAGS="${TAGS}" GOPATH=$GOPATH + make podman-remote TAGS="${TAGS}" GOPATH=$GOPATH fi # Install Podman @@ -126,4 +127,5 @@ if [ $integrationtest -eq 1 ]; then make TAGS="${TAGS}" test-binaries make varlink_generate GOPATH=/go make ginkgo GOPATH=/go $INTEGRATION_TEST_ENVS + make ginkgo-remote GOPATH=/go $INTEGRATION_TEST_ENVS fi -- cgit v1.2.3-54-g00ecf