@avocado/avocado-latest

Project ID: 22850

Description

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 (https://docs.python.org/3.6/library/unittest.html) pattern, but any executable can serve as a test.

Avocado is composed of:

  • A test runner that lets you execute tests. Those tests can be either written in your language of choice, or be written in Python and use the available libraries. In both cases, you get facilities such as automated log and system information collection.

  • Libraries that help you write tests in a concise, yet expressive and powerful way. You can find more information about what libraries are intended for test writers at: http://avocado-framework.readthedocs.io/en/latest/api/utils/avocado.utils.html

  • Plugins that can extend and add new functionality to the Avocado Framework. More info at: http://avocado-framework.readthedocs.io/en/latest/Plugins.html

Avocado is built on the experience accumulated with Autotest (http://autotest.github.io), while improving on its weaknesses and shortcomings.

Installation Instructions

Follow the instructions at:

https://avocado-framework.readthedocs.io/en/latest/GetStartedGuide.html#latest-development-rpm-packages-from-copr

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
Centos-stream 8 aarch64 (213)*, x86_64 (216)* Centos-stream 8 (49 downloads)
Centos-stream 9 aarch64 (267)*, x86_64 (222)* Centos-stream 9 (48 downloads)
EPEL 8 aarch64 (205)*, x86_64 (570)* EPEL 8 (57 downloads)
Fedora 37 aarch64 (249)*, x86_64 (247)* Fedora 37 (0 downloads)
Fedora 38 aarch64 (227)*, x86_64 (5260)* Fedora 38 (28 downloads)
Fedora 39 aarch64 (98)*, x86_64 (102)* Fedora 39 (24 downloads)
Fedora 40 aarch64 (0)*, x86_64 (0)* Fedora 40 (5 downloads)
Fedora rawhide aarch64 (245)*, x86_64 (231)* Fedora rawhide (58 downloads)

* Total number of downloaded packages.