Moved tests to tmt

This commit is contained in:
Jan Houška 2022-08-26 10:41:33 +02:00
commit f082e2422a
3 changed files with 33 additions and 1 deletions

1
.fmf/version Normal file
View file

@ -0,0 +1 @@
1

View file

@ -0,0 +1,32 @@
summary: openblas test suite modified to run against installed libopenblas.so
description: ''
enabled: true
adjust:
- enabled: false
when: distro == rhel-4, rhel-5, rhel-6, rhel-7
continue: false
contact: Jan Houška <jhouska@redhat.com>
component:
- openblas
test: ./runtest.sh
framework: beakerlib
recommend:
- openblas
- openblas-devel
- gcc
- gcc-gfortran
duration: 5m
tag:
- NoRHEL4
- NoRHEL5
- NoRHEL6
- NoRHEL7
- TIPpass
- TIPpass_Apps
- rhel-buildroot
- rhel8-CRB
- rhel8-buildroot
- rhel8-crb
extra-nitrate: TC#0605110
extra-summary: /CoreOS/openblas/Sanity/upstream-test-suite
extra-task: /CoreOS/openblas/Sanity/upstream-test-suite

View file

@ -26,7 +26,6 @@
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Include Beaker environment
. /usr/bin/rhts-environment.sh || exit 1
. /usr/share/beakerlib/beakerlib.sh || exit 1
PACKAGES=${PACKAGES:-"openblas"}