61 lines
1.8 KiB
YAML
61 lines
1.8 KiB
YAML
---
|
|
document: modulemd
|
|
version: 2
|
|
data:
|
|
summary: Framework with tools and libraries for Automated Testing
|
|
description: >-
|
|
Avocado is a set of tools and libraries (what people call
|
|
these days a framework) to perform automated testing.
|
|
This is the 'latest' rolling stream that tracks with the
|
|
most recent upstream release.
|
|
license:
|
|
module:
|
|
- MIT
|
|
dependencies:
|
|
- buildrequires:
|
|
platform: []
|
|
requires:
|
|
platform: []
|
|
references:
|
|
community: http://avocado-framework.github.io/
|
|
documentation: http://avocado-framework.readthedocs.io/
|
|
tracker: https://github.com/avocado-framework/avocado/issues
|
|
profiles:
|
|
default:
|
|
description: >-
|
|
Default profile installing the most commonly used avocado packages.
|
|
rpms:
|
|
- python3-avocado
|
|
- python3-avocado-plugins-output-html
|
|
- python3-avocado-plugins-varianter-yaml-to-mux
|
|
minimal:
|
|
description: >-
|
|
Minimal profile installing only the main avocado package.
|
|
rpms:
|
|
- python3-avocado
|
|
api:
|
|
rpms:
|
|
- python3-aexpect
|
|
- python3-avocado
|
|
- python3-avocado-plugins-ansible
|
|
- python3-avocado-plugins-golang
|
|
- python3-avocado-plugins-output-html
|
|
- python3-avocado-plugins-resultsdb
|
|
- python3-avocado-plugins-result-upload
|
|
- python3-avocado-plugins-varianter-cit
|
|
- python3-avocado-plugins-varianter-pict
|
|
- python3-avocado-plugins-varianter-yaml-to-mux
|
|
- python-avocado-bash
|
|
- python-avocado-common
|
|
- python-avocado-examples
|
|
components:
|
|
rpms:
|
|
python-aexpect:
|
|
rationale: A python library to control interactive applications needed by avocado
|
|
ref: latest
|
|
buildorder: 10
|
|
python-avocado:
|
|
rationale: Framework with tools and libraries for Automated Testing
|
|
ref: latest
|
|
buildorder: 20
|
|
...
|