Compare commits
16 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af9bf51eac | ||
|
|
11ce9738f0 | ||
|
|
d18866ebad | ||
|
|
99de04a30c | ||
|
|
6ac4c52133 | ||
|
|
95e42782c4 | ||
|
|
832ccc1276 | ||
|
|
c2a692906f | ||
|
|
10208a3095 |
||
|
|
a22f40f9ab |
||
|
|
7dc80ba540 |
||
|
|
ef7d8c3637 | ||
|
|
b1994b989f | ||
|
|
db0785e5e5 | ||
|
|
8772c059cd | ||
|
|
18f4611b93 |
1 changed files with 56 additions and 0 deletions
56
avocado.yaml
Normal file
56
avocado.yaml
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
---
|
||||
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.
|
||||
NOTICE: This stream is deprecated--please use stream '52lts' or '69lts'.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: [f28, f29, f30]
|
||||
requires:
|
||||
platform: [f28, f29, f30]
|
||||
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:
|
||||
- python2-avocado
|
||||
- python2-avocado-plugins-output-html
|
||||
- python2-avocado-plugins-varianter-yaml-to-mux
|
||||
minimal:
|
||||
description: >-
|
||||
Minimal profile installing only the main avocado package.
|
||||
rpms:
|
||||
- python2-avocado
|
||||
api:
|
||||
rpms:
|
||||
- python2-aexpect
|
||||
- python2-avocado
|
||||
- python2-avocado-plugins-output-html
|
||||
- python2-avocado-plugins-resultsdb
|
||||
- python2-avocado-plugins-runner-docker
|
||||
- python2-avocado-plugins-runner-remote
|
||||
- python2-avocado-plugins-runner-vm
|
||||
- python2-avocado-plugins-varianter-yaml-to-mux
|
||||
- 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: stable
|
||||
buildorder: 20
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue