diff --git a/avocado.yaml b/avocado.yaml deleted file mode 100644 index ae01d42..0000000 --- a/avocado.yaml +++ /dev/null @@ -1,60 +0,0 @@ ---- -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. - 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-glib - - python3-avocado-plugins-golang - - python3-avocado-plugins-loader-yaml - - 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: stable - buildorder: 10 - python-avocado: - rationale: Framework with tools and libraries for Automated Testing - ref: 82lts - buildorder: 20 -...