Moved tests to tmt
This commit is contained in:
parent
3564c18e74
commit
f082e2422a
3 changed files with 33 additions and 1 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
32
Sanity/upstream-test-suite/main.fmf
Normal file
32
Sanity/upstream-test-suite/main.fmf
Normal 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
|
||||
|
|
@ -26,7 +26,6 @@
|
|||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
# Include Beaker environment
|
||||
. /usr/bin/rhts-environment.sh || exit 1
|
||||
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
||||
|
||||
PACKAGES=${PACKAGES:-"openblas"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue