From 18f4611b93189991ec53d078f715c330a19bfa3d Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: May 11 2018 15:50:28 +0000 Subject: Initial commit of avocado modulemd --- diff --git a/avocado.yaml b/avocado.yaml new file mode 100644 index 0000000..6dfbfdf --- /dev/null +++ b/avocado.yaml @@ -0,0 +1,40 @@ +--- +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: + rpms: + - python2-avocado + api: + rpms: + - 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-avocado: + rationale: Framework with tools and libraries for Automated Testing + ref: master +...