Compare commits
55 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
972f54f280 | ||
|
|
54df157370 | ||
|
|
28b5b24732 | ||
|
|
1e2c1ae5b5 | ||
|
|
463acd269a | ||
|
|
03f3de619a | ||
|
|
8f1e5038c3 |
||
|
|
dc31ee07ca | ||
|
|
d96665ef39 | ||
|
|
5d88d15cb8 | ||
|
|
79277934fa | ||
|
|
dfd289e01a | ||
|
|
d81d3aa80e | ||
|
|
9433e96603 | ||
|
|
613f2e3772 | ||
|
|
5ebe06cc30 | ||
|
|
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 61 additions and 0 deletions
61
avocado.yaml
Normal file
61
avocado.yaml
Normal file
|
|
@ -0,0 +1,61 @@
|
||||||
|
---
|
||||||
|
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
|
||||||
|
...
|
||||||
Loading…
Add table
Add a link
Reference in a new issue