Description
avocado
is a next generation test framework, built on the accumulated experience ofautotest
.avocado-vt
is the current generation virt testing plugin. It's an evolution of thevirt-test
project.avocado-virt
is the next generation virt testing plugin, and intends to be more flexible and clean thanavocado-vt
. It's currently experimental and has a reduced feature set compared withavocado-vt
.- inspekt is a helper program for python projects. It inspects your python source code, verifying if it complies with style guidelines (PEP8) and also performs static code check.
This COPR aims to provide packages those projects.
Installation Instructions
For avocado:
yum install avocado
For avocado-vt:
yum install avocado-plugins-vt
For avocado-virt:
yum install avocado-virt
For inspektor:
yum install inspektor
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 |
---|---|---|
EPEL 6 | i386 (57)*, x86_64 (44)* | EPEL 6 (0 downloads) |
EPEL 7 | x86_64 (72)* | EPEL 7 (1961 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable lmr/Autotest
More info about enabling Copr repositories