|
|
@ -8,23 +8,14 @@ packages:
|
|
|
|
rpms:
|
|
|
|
rpms:
|
|
|
|
# add which here because of the issue.
|
|
|
|
# add which here because of the issue.
|
|
|
|
# https://pagure.io/modularity-testing-framework/issue/45
|
|
|
|
# https://pagure.io/modularity-testing-framework/issue/45
|
|
|
|
|
|
|
|
- which
|
|
|
|
- ruby
|
|
|
|
- ruby
|
|
|
|
testdependecies:
|
|
|
|
testdependecies:
|
|
|
|
rpms:
|
|
|
|
rpms:
|
|
|
|
- which
|
|
|
|
- which
|
|
|
|
module:
|
|
|
|
module:
|
|
|
|
docker:
|
|
|
|
docker:
|
|
|
|
start: "docker run -it"
|
|
|
|
|
|
|
|
container: docker.io/ruby
|
|
|
|
container: docker.io/ruby
|
|
|
|
rpm:
|
|
|
|
rpm:
|
|
|
|
repos:
|
|
|
|
repos:
|
|
|
|
- http://download.eng.brq.redhat.com/pub/fedora/linux/development/rawhide/Everything/x86_64/os/
|
|
|
|
- http://mirror.vutbr.cz/fedora/releases/25/Everything/x86_64/os/
|
|
|
|
- http://download.eng.brq.redhat.com/pub/fedora/linux/development/26/Everything/x86_64/os/
|
|
|
|
|
|
|
|
test:
|
|
|
|
|
|
|
|
cmd:
|
|
|
|
|
|
|
|
- 'which ruby'
|
|
|
|
|
|
|
|
version:
|
|
|
|
|
|
|
|
- 'ruby -v'
|
|
|
|
|
|
|
|
testhost:
|
|
|
|
|
|
|
|
hostname:
|
|
|
|
|
|
|
|
- 'hostname'
|
|
|
|
|
|
|
|