Convert tests to FMF using tmt

also create fmf metadata.
This commit is contained in:
Pavel Valena 2020-06-17 21:14:26 +02:00
commit 0e9277b6ce
4 changed files with 34 additions and 6 deletions

1
.fmf/version Normal file
View file

@ -0,0 +1 @@
1

View file

@ -1,9 +1,3 @@
contact: Vít Ondruch <vondruch@redhat.com>
test: runtest.sh
category: integration
/run-basic-rails-application:
component: rubygem-rails
/systemtap-static-probes-in-ruby:
component: systemtap

View file

@ -0,0 +1,19 @@
summary: Test creates new rails application in collection and runs it
description: |
Test ensure it is possible to create new rails application and run it.
component:
- rubygem-rails
- ruby
recommend:
- rubygems
- rubygem-rails
- ruby-devel
- sqlite-devel
- libxml2-devel
- libxslt-devel
- gcc-c++
- net-tools
- procps-ng
- psmisc
duration: 60m
extra-task: /CoreOS/rubygem-rails/run-basic-rails-application

View file

@ -0,0 +1,14 @@
summary: It tests there are static probes in ruby package.
description: |
Simple test to exercise ruby's systemtap API.
component:
- ruby
recommend:
- ruby
- ruby-doc
- ruby-libs
- systemtap
- grep
- procps-ng
duration: 5m
extra-task: /CoreOS/ruby/Regression/systemtap-static-probes-in-ruby