This commit gets rid of the existing, unused, nonworking and nonmaintained tests. The person who created them is (AFAICT) no longer with Red Hat; and the tests weren't being run in gating; and they aren't even in working condition. Replace with our standard convention: install the -tests package, and run it with BATS. This setup is more complex than podman/skopeo because we need to fire up a local registry before the tests begin, then tear it down at the end. I am expecting these tests to fail in actual gating due to what I believe are actual buildah problems. Signed-off-by: Ed Santiago <santiago@redhat.com>
16 lines
295 B
YAML
16 lines
295 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
- container
|
|
required_packages:
|
|
- buildah
|
|
- buildah-tests
|
|
tests:
|
|
- root-test:
|
|
dir: ./
|
|
run: ./test_buildah.sh
|
|
timeout: 30m
|