Initial import.
This commit is contained in:
parent
1ddedd8612
commit
d41305fd6e
6 changed files with 166 additions and 0 deletions
6
tests/Makefile
Normal file
6
tests/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Installation
|
||||
# https://meta-test-family.readthedocs.io/en/latest/installation.html#installing-mtf
|
||||
test:
|
||||
mtf-env-set
|
||||
mtf-generator
|
||||
mtf -l *.py
|
||||
15
tests/config.yaml
Normal file
15
tests/config.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
document: modularity-testing
|
||||
version: 1
|
||||
name: ruby
|
||||
modulemd-url: https://src.fedoraproject.org/cgit/modules/ruby.git/plain/ruby.yaml
|
||||
packages:
|
||||
rpms:
|
||||
- ruby
|
||||
module:
|
||||
rpm:
|
||||
url: http://ftp.fi.muni.cz/pub/linux/fedora/linux/releases/26/Everything/x86_64/os/
|
||||
docker:
|
||||
url: docker.io/centos/ruby-23-centos7
|
||||
test:
|
||||
version:
|
||||
- 'ruby -v'
|
||||
Loading…
Add table
Add a link
Reference in a new issue