From dd133a1ad25f75e5ddd53ed6cf59eedfb6838f54 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 24 Jan 2018 08:45:55 -0600 Subject: Initial gingko work This implements the ginkgo integration test framework for podman. As tests are migrated from bats to ginkgo, we will still run both integration suites. When a test is migrated, we remove the tests from bats at that time. All new tests should be just for the ginkgo framework. One exception is that we only run the ginkgo suit in the travis/ubuntu environment. The CentOS and Fedora PAPR nodes will more than cover those. Signed-off-by: baude Closes: #261 Approved by: baude --- .papr.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to '.papr.yml') diff --git a/.papr.yml b/.papr.yml index 993407e9d..e803a4357 100644 --- a/.papr.yml +++ b/.papr.yml @@ -7,20 +7,13 @@ host: distro: fedora/27/atomic specs: ram: 8192 + cpus: 4 required: true timeout: 45m tests: - - CRIO_ROOT=/var/tmp/checkout PODMAN_BINARY=/usr/bin/podman CONMON_BINARY=/usr/libexec/crio/conmon PAPR=1 sh .papr.sh - -packages: - - cri-o - - containernetworking-cni - -extra-repos: - - name: updatestesting - baseurl: http://download.fedoraproject.org/pub/fedora/linux/updates/testing/27/x86_64/ + - sh .papr_prepare.sh --- @@ -29,6 +22,7 @@ host: distro: centos/7/atomic/smoketested specs: ram: 8192 + cpus: 4 extra-repos: - name: epel metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch -- cgit v1.2.3-54-g00ecf