diff --git a/README.md b/README.md index 21aed1b..113a10c 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ This repository contains testing plans, which are used by the [sclorg's](https:/ Available testing plans: -| testing plan | description | -| -------------- |------------ | -| `betka-bot.fmf` | Runs betka tests on Fedora| -| `betka-fedmsg.fmf` | Runs betka-fedmsg tests on Fedora | -| `c9s.fmf` | Runs container tests on CentOS Stream 9 | -| `fedora.fmf` | WIP (Work In Progress) | -| `centos7.fmf` | Runs container or OpenShift 3 tests on CentOS 7| -| `container-ci-suite.fmf`| Runs container-ci-suite tests on Fedora| -| `cwt.fmf` | Runs cwt tests on Fedora | +| testing plan | description | +|--------------------------|-------------------------------------------------| +| `betka-bot.fmf` | Runs betka tests on Fedora | +| `betka-fedmsg.fmf` | Runs betka-fedmsg tests on Fedora | +| `c9s.fmf` | Runs container tests on CentOS Stream 9 | +| `c10s.fmf` | Runs container tests on CentOS Stream 10 | +| `fedora.fmf` | WIP (Work In Progress) | +| `container-ci-suite.fmf` | Runs container-ci-suite tests on Fedora | +| `cwt.fmf` | Runs cwt tests on Fedora | diff --git a/tmt-testing-plan-c10s.yml b/tmt-testing-plan-c10s.yml new file mode 100644 index 0000000..db84b37 --- /dev/null +++ b/tmt-testing-plan-c10s.yml @@ -0,0 +1,14 @@ +--- +# This Playbook is used +# for testing containers on Testing Farm CentOS Stream 10 + +- hosts: all + vars_files: + - "group_vars/c10s" + + roles: + - role: common_tools + - role: services + - role: clone_repos + become: true + become_user: root