Compare commits

..

16 commits

Author SHA1 Message Date
Merlin Mathesius
af9bf51eac Drop builds for f31 and beyond due to Python 2 retirement.
Add stream deprecation notice to description.

Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
2019-05-14 14:19:10 -05:00
Fedora Release Engineering
11ce9738f0 Branching f30 from rawhide, second attempt after platform:f31 enablement
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-03-04 18:03:15 +00:00
Fedora Release Engineering
d18866ebad Branching f30 from rawhide
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-03-01 19:08:41 +00:00
Fedora Release Engineering
99de04a30c Branching f31 from rawhide
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-03-01 18:54:09 +00:00
Fedora Release Engineering
6ac4c52133 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-13 20:58:48 +00:00
Merlin Mathesius
95e42782c4 Add python-aexpect package to module
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
2019-02-05 11:55:39 -06:00
Merlin Mathesius
832ccc1276 Update to consume 'stable' instead of 'master' branch of python-avocado.
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
2019-01-16 13:51:15 -06:00
Merlin Mathesius
c2a692906f Add profile descriptions.
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
2018-10-04 12:27:18 -05:00
Stephen Gallagher
10208a3095
Rebuild for F30 branch
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-08-16 09:54:14 -04:00
Stephen Gallagher
a22f40f9ab
Rebuild for F30 branch
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-08-15 12:44:37 -04:00
Stephen Gallagher
7dc80ba540
Rebuild because of garbage-collection bug
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-07-24 11:42:48 -04:00
Merlin Mathesius
ef7d8c3637 Update installation profiles based on initial feedback. 2018-05-17 11:39:53 -05:00
Merlin Mathesius
b1994b989f Empty commit for rebuild with updated python-avocado package. 2018-05-15 15:00:00 -05:00
Merlin Mathesius
db0785e5e5 Empty commit for rebuild. 2018-05-14 15:06:16 -05:00
Ralph Bean
8772c059cd Empty commit, for MBS. 2018-05-11 13:06:17 -04:00
Merlin Mathesius
18f4611b93 Initial commit of avocado modulemd 2018-05-11 10:50:28 -05:00

56
avocado.yaml Normal file
View 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
...