Initial commit of avocado:latest modulemd
This commit is contained in:
parent
aef5fec45c
commit
402a161ed0
1 changed files with 60 additions and 0 deletions
60
avocado.yaml
Normal file
60
avocado.yaml
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
---
|
||||
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.
|
||||
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:
|
||||
rpms:
|
||||
- python2-avocado
|
||||
- python2-avocado-plugins-output-html
|
||||
- python2-avocado-plugins-varianter-yaml-to-mux
|
||||
minimal:
|
||||
rpms:
|
||||
- python2-avocado
|
||||
api:
|
||||
rpms:
|
||||
- python2-avocado
|
||||
- python2-avocado-plugins-glib
|
||||
- python2-avocado-plugins-golang
|
||||
- python2-avocado-plugins-loader-yaml
|
||||
- python2-avocado-plugins-output-html
|
||||
- python2-avocado-plugins-result-upload
|
||||
- python2-avocado-plugins-resultsdb
|
||||
- python2-avocado-plugins-runner-docker
|
||||
- python2-avocado-plugins-runner-remote
|
||||
- python2-avocado-plugins-runner-vm
|
||||
- python2-avocado-plugins-varianter-pict
|
||||
- python2-avocado-plugins-varianter-yaml-to-mux
|
||||
- python3-avocado
|
||||
- python3-avocado-plugins-glib
|
||||
- python3-avocado-plugins-golang
|
||||
- python3-avocado-plugins-loader-yaml
|
||||
- python3-avocado-plugins-output-html
|
||||
- python3-avocado-plugins-result-upload
|
||||
- python3-avocado-plugins-varianter-pict
|
||||
- python3-avocado-plugins-varianter-yaml-to-mux
|
||||
- python-avocado-bash
|
||||
- python-avocado-common
|
||||
- python-avocado-examples
|
||||
components:
|
||||
rpms:
|
||||
python-avocado:
|
||||
rationale: Framework with tools and libraries for Automated Testing
|
||||
ref: latest
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue