Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
The COPR repos are building for the active Fedora, so let's bump that to version 40. While at it, we will be using a version of ansible that has deprecated the "include" tag. The error one gets is:
ERROR! [DEPRECATED]: ansible.builtin.include has been removed. Use
include_tasks or import_tasks instead. This feature was removed from
ansible-core in a release after 2023-05-16. Please update your
playbooks.
This updates the playbook to work properly under the matching ansible version.
The COPR repos are building for the active Fedora, so let's bump that to version 40. While at it, we will be using a version of ansible that has deprecated the "include" tag. The error one gets is:
ERROR! [DEPRECATED]: ansible.builtin.include has been removed. Use include_tasks or import_tasks instead. This feature was removed from ansible-core in a release after 2023-05-16. Please update your playbooks.
This updates the playbook to work properly under the matching ansible version.