summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-08-26 17:11:12 +0200
committerGitHub <noreply@github.com>2019-08-26 17:11:12 +0200
commit67926d86b50973d6cb0d8e953583441c8cb2fecf (patch)
tree96cd0c416100c4373eedc6b843bb430b2fcbc180 /Makefile
parent6240bd41cbaae6b02c773a57dc05fc2eba0f8285 (diff)
parent04f2f95bb4ffae161ff0e7f01e381d6c7296fe14 (diff)
downloadpodman-67926d86b50973d6cb0d8e953583441c8cb2fecf.tar.gz
podman-67926d86b50973d6cb0d8e953583441c8cb2fecf.tar.bz2
podman-67926d86b50973d6cb0d8e953583441c8cb2fecf.zip
Merge pull request #3824 from baude/varlinkendpointtest
Create framework for varlink endpoint integration tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4b66e261..82a24306d 100644
--- a/Makefile
+++ b/Makefile
@@ -232,7 +232,7 @@ testunit: libpodimage ## Run unittest on the built image
localunit: test/goecho/goecho varlink_generate
ginkgo \
-r \
- --skipPackage test/e2e,pkg/apparmor \
+ --skipPackage test/e2e,pkg/apparmor,test/endpoint \
--cover \
--covermode atomic \
--tags "$(BUILDTAGS)" \
@@ -247,6 +247,9 @@ ginkgo:
ginkgo-remote:
ginkgo -v -tags "$(BUILDTAGS) remoteclient" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor test/e2e/.
+endpoint:
+ ginkgo -v -tags "$(BUILDTAGS)" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor -debug test/endpoint/.
+
localintegration: varlink_generate test-binaries ginkgo
remoteintegration: varlink_generate test-binaries ginkgo-remote