tests: remove legacy STI tests

This commit is contained in:
Lukáš Zaoral 2024-09-16 16:39:53 +02:00
parent 9d93ef35ef
commit fd427b9389
No known key found for this signature in database
GPG Key ID: 39157506DD67752D
2 changed files with 0 additions and 31 deletions

View File

@ -1,14 +0,0 @@
---
# vim: sw=2 ts=2 et
- hosts: localhost
tasks:
- name: Install necessary test dependencies for fedora-rawhide
dnf:
state: present
name:
- coreutils
- systemd
- systemd-container
- util-linux

View File

@ -1,17 +0,0 @@
# This package uses external repositories for maintaining CI test cases.
# Please don't edit this file if possible.
# TODO: minimize according to
# https://pagure.io/standard-test-roles/issue/294
- hosts: localhost
roles:
- role: standard-test-beakerlib
repositories:
- repo: https://src.fedoraproject.org/tests/cpio.git
dest: cpio
fmf_filter: "tag: Tier1,Tier2,Tier3"
tags:
- classic
- container
- atomic