From 586bb86a2ac58056b0d0d23274fb98ec599b0908 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 15 Feb 2018 08:17:35 -0600 Subject: Run podman inside a podman container We should be able to run nested podman containers in particular for our testing environment. i.e. eat our own dog food. Some privileges had to be corrected in order for this to work correctly. Added a third papr target that runs podman tests inside podman. I marked the test as not required right now as we get more confident in the results Signed-off-by: baude Closes: #340 Approved by: rhatdan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a1f495aad..a4ff16978 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ ginkgo: ginkgo -v test/e2e/ localintegration: test-binaries - ginkgo -v -cover -flakeAttempts 3 -progress -trace test/e2e/. + ginkgo -v -cover -flakeAttempts 3 -progress -trace -noColor test/e2e/. vagrant-check: BOX=$(BOX) sh ./vagrant.sh -- cgit v1.2.3-54-g00ecf