diff --git a/tests/tests.yml b/tests/tests.yml index 76f7cf1..4d22f40 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -1,20 +1,17 @@ ---- +# This package uses external repositories for maintaining CI test cases. +# Please don't edit this file if possible. + +# TODO: minimize according to +# https://src.fedoraproject.org/rpms/tar/blob/master/f/tests/tests.yml -# This first play always runs on the local staging system - hosts: localhost roles: - role: standard-test-beakerlib + repositories: + - repo: https://src.fedoraproject.org/tests/cpio.git + dest: cpio + fmf_filter: "tier: 1, 2" tags: - classic - container - - repositories: - - repo: https://src.fedoraproject.org/tests/cpio.git - dest: "cpio" - - tests: - - cpio/sanity-test-create-extract - - required_packages: - - findutils # sanity-test-create-extract needs find command - - cpio # sanity-test-create-extract needs cpio command + - atomic