Compare commits
32 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da51d3408c | ||
|
|
2404bc57a3 | ||
|
|
554c91a856 | ||
|
|
9fb0d856c1 | ||
|
|
5d9f647fa3 | ||
|
|
ca7235b234 | ||
|
|
e25c8d19cb | ||
|
|
cb57518256 | ||
|
|
5b6bf58744 | ||
|
|
6ce20ed77d | ||
|
|
0f48e34b49 | ||
|
|
325a0a0a64 | ||
|
|
5d89cee552 | ||
|
|
f3cd06c805 | ||
|
|
4ccde2e61e | ||
|
|
6bd54e4c65 | ||
|
|
de8b79e8f0 | ||
|
|
594bc58267 | ||
|
|
90237d2417 | ||
|
|
3a80886654 | ||
|
|
04ad933e70 | ||
|
|
7077430fd5 | ||
|
|
d9b8bb6ff1 | ||
|
|
f50cc21e82 | ||
|
|
3bb704422c | ||
|
|
f5879475b0 | ||
|
|
3649cb2aa5 |
||
|
|
e57827d110 | ||
|
|
cdd63ee8d8 | ||
|
|
961e842bf7 | ||
|
|
c8b3e2cba2 | ||
|
|
402a161ed0 |
1 changed files with 77 additions and 0 deletions
77
avocado.yaml
Normal file
77
avocado.yaml
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
---
|
||||
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:
|
||||
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:
|
||||
- python2-aexpect
|
||||
- python2-avocado
|
||||
- python2-avocado-plugins-glib
|
||||
- python2-avocado-plugins-golang
|
||||
- python2-avocado-plugins-loader-yaml
|
||||
- python2-avocado-plugins-output-html
|
||||
- python2-avocado-plugins-resultsdb
|
||||
- python2-avocado-plugins-result-upload
|
||||
- python2-avocado-plugins-runner-docker
|
||||
- python2-avocado-plugins-runner-remote
|
||||
- python2-avocado-plugins-runner-vm
|
||||
- python2-avocado-plugins-varianter-cit
|
||||
- python2-avocado-plugins-varianter-pict
|
||||
- python2-avocado-plugins-varianter-yaml-to-mux
|
||||
- python3-aexpect
|
||||
- python3-avocado
|
||||
- python3-avocado-plugins-glib
|
||||
- python3-avocado-plugins-golang
|
||||
- python3-avocado-plugins-loader-yaml
|
||||
- python3-avocado-plugins-output-html
|
||||
- python3-avocado-plugins-resultsdb
|
||||
- python3-avocado-plugins-result-upload
|
||||
- python3-avocado-plugins-runner-docker
|
||||
- python3-avocado-plugins-runner-remote
|
||||
- python3-avocado-plugins-runner-vm
|
||||
- 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: stable
|
||||
buildorder: 10
|
||||
python-avocado:
|
||||
rationale: Framework with tools and libraries for Automated Testing
|
||||
ref: 69lts
|
||||
buildorder: 20
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue