2024-11-29 06:17:49 +00:00
|
|
|
summary: Public (CentOS) beakerlib tests
|
|
|
|
|
|
|
|
adjust+:
|
|
|
|
- when: distro == centos-stream
|
|
|
|
because: Update all packages and reboot
|
|
|
|
discover+<:
|
|
|
|
- name: update-and-reboot
|
|
|
|
how: shell
|
|
|
|
tests:
|
|
|
|
- name: update
|
|
|
|
test: dnf update --refresh -y
|
|
|
|
- name: reboot
|
|
|
|
test: "[[ $TMT_REBOOT_COUNT == 0 ]] && tmt-reboot || echo Already rebooted"
|
|
|
|
|
2024-05-14 10:01:26 +00:00
|
|
|
discover:
|
2024-11-29 06:17:49 +00:00
|
|
|
- name: centos
|
2024-05-14 10:01:26 +00:00
|
|
|
how: fmf
|
2024-11-29 06:17:49 +00:00
|
|
|
url: https://gitlab.com/redhat/centos-stream/tests/ruby
|
2024-05-14 10:01:26 +00:00
|
|
|
execute:
|
|
|
|
how: tmt
|