Compare commits
29 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3dbe17dca6 | ||
|
|
485e861b54 | ||
|
|
a36e1b55f9 | ||
|
|
f53f888b49 | ||
|
|
b429bad560 | ||
|
|
c660ff1ce0 | ||
|
|
a5fb8a5383 | ||
|
|
ae99cc9d2f | ||
|
|
3e6e5c136e | ||
|
|
f78a3c576e | ||
|
|
fd2b91d447 | ||
|
|
483be88477 | ||
|
|
557c8fd76c | ||
|
|
a2f6bd161e | ||
|
|
b53292eb5d | ||
|
|
249893458b | ||
|
|
6a1c414d59 | ||
|
|
7064e1ac0f | ||
|
|
d744d3d30c | ||
|
|
b23e30c258 | ||
|
|
cbe057054e | ||
|
|
3f71395230 | ||
|
|
e674ee60f0 | ||
|
|
fde5965f0a | ||
|
|
6eb7727d74 | ||
|
|
cb532adb33 | ||
|
|
865cc6aec4 | ||
|
|
f6cfd36032 | ||
|
|
86080c9d59 |
3 changed files with 41 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/avocado-vt-109.0.tar.gz
|
||||
39
avocado-vt.yaml
Normal file
39
avocado-vt.yaml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: Avocado Virt Test Plugin
|
||||
description: >-
|
||||
Avocado Virt Test is a plugin that lets you execute virt-tests
|
||||
with all the avocado convenience features, such as HTML report,
|
||||
Xunit output, among others.
|
||||
This is the 'latest' rolling stream that tracks with the
|
||||
most recent upstream release.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: []
|
||||
requires:
|
||||
platform: []
|
||||
avocado: [latest]
|
||||
references:
|
||||
community: http://avocado-framework.github.io/
|
||||
documentation: http://avocado-vt.readthedocs.io/
|
||||
tracker: https://pagure.io/avocado-vt/issues
|
||||
profiles:
|
||||
default:
|
||||
description: >-
|
||||
Common profile installing the avocado-vt plugin.
|
||||
rpms:
|
||||
- python3-avocado-vt
|
||||
api:
|
||||
rpms:
|
||||
- python3-avocado-vt
|
||||
components:
|
||||
rpms:
|
||||
avocado-vt:
|
||||
rationale: Avocado Virt Test Plugin
|
||||
ref: latest
|
||||
...
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (avocado-vt-109.0.tar.gz) = 78a55981d0f35f7ec6d3a8d909bd6dcc754679dcf5b31b2550da44d9b3e314e93105fe60b8762d569b7f99e26c06de137b216340729b254f15873bc15048d07c
|
||||
Loading…
Add table
Add a link
Reference in a new issue