eb54553 Gating tests

38 files Authored by santiago 4 years ago, Committed by lsm5 4 years ago,
38 files changed. 79 lines added. 1128 lines removed.
tests/binary.yml
file removed
-10
tests/callback_plugins/log.py
file removed
-209
tests/github.sh
file removed
-1
tests/github.yml
file removed
-19
tests/roles/binary/tasks/buildah.yml
file removed
-15
tests/roles/binary/tasks/main.yml
file removed
-4
tests/roles/binary/tasks/runc.yml
file removed
-16
tests/roles/cli/tasks/add.yaml
file removed
-58
tests/roles/cli/tasks/bud.yaml
file removed
-103
tests/roles/cli/tasks/cleanup.yaml
file removed
-11
tests/roles/cli/tasks/commit.yaml
file removed
-59
tests/roles/cli/tasks/config.yaml
file removed
-48
tests/roles/cli/tasks/containers.yaml
file removed
-18
tests/roles/cli/tasks/copy.yaml
file removed
-44
tests/roles/cli/tasks/from.yaml
file removed
-23
tests/roles/cli/tasks/images.yaml
file removed
-65
tests/roles/cli/tasks/inspect.yaml
file removed
-25
tests/roles/cli/tasks/main.yaml
file removed
-64
tests/roles/cli/tasks/mount.yaml
file removed
-27
tests/roles/cli/tasks/prepare-containers.yaml
file removed
-6
tests/roles/cli/tasks/push.yaml
file removed
-65
tests/roles/cli/tasks/run.yaml
file removed
-10
tests/roles/cli/tasks/tag.yaml
file removed
-40
tests/roles/cli/tasks/version.yaml
file removed
-14
tests/roles/github-buildah/tasks/main.yml
file removed
-21
tests/roles/github-runc/tasks/main.yml
file removed
-16
tests/roles/github/tasks/buildah.yml
file removed
-21
tests/roles/github/tasks/main.yml
file removed
-8
tests/roles/github/tasks/runc.yml
file removed
-16
tests/roles/prepare-env/tasks/main.yml
file removed
-55
tests/roles/tear-down/tasks/main.yml
file removed
-9
tests/rpm.yml
file removed
-9
tests/test.sh
file removed
-1
tests/test_binary.sh
file removed
-1
tests/test_buildah.sh
file added
+63
tests/test_buildah.yml
file added
+15
tests/test_rpm.sh
file removed
-1
tests/tests.yml
file modified
+1 -16
    Gating tests
    
    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>
    
        
file removed
-10
file removed
-1
file removed
-19
file removed
-9
file removed
-1
file removed
-1
file removed
-1
file modified
+1 -16