Commit 3a122aa3c added ignoring any file or directory named result,
which is wrong. What it meant to do is to ignore top-level result
directory. Fix accordingly.
Same for tests/tools -- this is meant to be the top-level directory
only.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Move the conformance tests from ginkgo to using the default testing
package and github.com/stretchr/testify/require, preserving the existing
tests and adding more.
Add conformance tests to our Cirrus configuration, currently marked as
an allowed failure.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Recently the registry image was updated significantly with breaking
changes. Most were caught, this one was not. Instead of relying on the
(clearly) unreliable container image, simply install the package
providing the htpasswd command locally.
Signed-off-by: Chris Evich <cevich@redhat.com>
Missing cleanup for buildah.darwin and test program.
Also it is common to have random Dockerfiles in homedir so gitignore them.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #1855
Approved by: TomSweeneyRedHat
Create a dedicated go module in tests/tools to avoid mixing build
dependencies with test dependencies. This will help facilitate
downstream packaging a bit more.
Also use golangci-lint instead of the old metalinter.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Closes: #1621
Approved by: rhatdan
For COPR builds, we will use a a slightly modified spec and the
makesrpm method over SCM builds so we can have dynamic package
names.
Signed-off-by: baude <bbaude@redhat.com>
Closes: #460
Approved by: rhatdan