From b30a56c15613428c80033b97e81db7d3d8ed84e6 Mon Sep 17 00:00:00 2001
From: baude <bbaude@redhat.com>
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 <bbaude@redhat.com>
---
 contrib/cirrus/integration_test.sh | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'contrib')

diff --git a/contrib/cirrus/integration_test.sh b/contrib/cirrus/integration_test.sh
index a50bd448f..371c2c914 100755
--- a/contrib/cirrus/integration_test.sh
+++ b/contrib/cirrus/integration_test.sh
@@ -24,6 +24,8 @@ case "${OS_RELEASE_ID}-${OS_RELEASE_VER}" in
     centos-7) ;&
     rhel-7)
         make install PREFIX=/usr ETCDIR=/etc
+        make podman-remote
+        install bin/podman-remote /usr/bin
         make test-binaries
         make localintegration
         ;;
-- 
cgit v1.2.3-54-g00ecf