Compare commits
50 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d96dd8321 | ||
|
|
6fbfd54310 | ||
|
|
b89773d6a0 | ||
|
|
e09870462e | ||
|
|
6ba1d606c8 | ||
|
|
e7f734d9a0 | ||
|
|
013cee3f87 | ||
|
|
e96fc2eb0d | ||
|
|
1c1b6b27cb | ||
|
|
48da43e68a | ||
|
|
8fc0a8a4d5 | ||
|
|
f2d59d2016 | ||
|
|
8ad2396801 | ||
|
|
a6430ccb0a | ||
|
|
3473a48ef7 | ||
|
|
12e2140e75 | ||
|
|
b89725d61f | ||
|
|
1d840ce665 | ||
|
|
d003818ae0 | ||
|
|
c9dbe5d1f1 | ||
|
|
2e8ddf5573 | ||
|
|
84c979888d | ||
|
|
c5e5ab1045 | ||
|
|
f5d4fa3783 | ||
|
|
cba90097cd | ||
|
|
e73afa76e9 | ||
|
|
354afb2563 | ||
|
|
4b742f7651 | ||
|
|
5111ba664f | ||
|
|
5dbb1e3b7a | ||
|
|
6a3c286886 | ||
|
|
dea5789c09 | ||
|
|
4444de1dca | ||
|
|
7cd1955e81 | ||
|
|
998b1a2b0e | ||
|
|
594bc58267 | ||
|
|
90237d2417 | ||
|
|
3a80886654 | ||
|
|
04ad933e70 | ||
|
|
7077430fd5 | ||
|
|
d9b8bb6ff1 | ||
|
|
f50cc21e82 | ||
|
|
3bb704422c | ||
|
|
f5879475b0 | ||
|
|
3649cb2aa5 |
||
|
|
e57827d110 | ||
|
|
cdd63ee8d8 | ||
|
|
961e842bf7 | ||
|
|
c8b3e2cba2 | ||
|
|
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:
|
||||
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-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-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: 82lts
|
||||
buildorder: 20
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue