diff --git a/avocado-vt.yaml b/avocado-vt.yaml deleted file mode 100644 index c754855..0000000 --- a/avocado-vt.yaml +++ /dev/null @@ -1,39 +0,0 @@ ---- -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 '82lts' rolling stream that tracks with the - most recent upstream release. - license: - module: - - MIT - dependencies: - - buildrequires: - platform: [] - requires: - platform: [] - avocado: [82lts] - 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: 82lts -...