Convert tests to FMF using tmt
also create fmf metadata.
This commit is contained in:
parent
831c7db845
commit
0e9277b6ce
4 changed files with 34 additions and 6 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
6
main.fmf
6
main.fmf
|
|
@ -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
|
||||
|
|
|
|||
19
run-basic-rails-application/main.fmf
Normal file
19
run-basic-rails-application/main.fmf
Normal 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
|
||||
14
systemtap-static-probes-in-ruby/main.fmf
Normal file
14
systemtap-static-probes-in-ruby/main.fmf
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue