Update to upstream release 10.12.1.0.6
Update package and add gating tests Resolves: rhbz#2170633, rhbz#2159634 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
41a67f01a6
commit
8d2502c150
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
SOURCES/v10.11.2.0.3.tar.gz
|
||||
/v10.11.2.0.3.tar.gz
|
||||
/v10.12.1.0.6.tar.gz
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
Name: opa-fm
|
||||
Epoch: 1
|
||||
Version: 10.11.2.0.3
|
||||
Version: 10.12.1.0.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Intel Omni-Path Fabric Management Software
|
||||
|
||||
@ -85,6 +85,11 @@ chmod a-x %{buildroot}/%{_prefix}/share/opa-fm/opafm_src.xml
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 02 2023 Kamal Heib <kheib@redhat.com> - 1:10.12.1.0.6-1
|
||||
- Update to upstream release 10.12.1.0.6
|
||||
- Add gating tests
|
||||
- Resolves: rhbz#2170633, rhbz#2159634
|
||||
|
||||
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 10.11.2.0.3-1
|
||||
- Update to upstream version 10.11.2.0.3
|
||||
- Resolves: rhbz#2110931
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v10.11.2.0.3.tar.gz) = ad5ef8ff7377050d62c53fa2b35125dbd20e9fa6cf2bae5216bee95a7dc7abf1bef835264cad190e5a606409919d956369e58a37f115c4e55ae15c78ff0917ce
|
||||
SHA512 (v10.12.1.0.6.tar.gz) = b49dfb268b129fbff58b37a6eeb3c5d4418b6e1cddb718ed35d61cfba496befefd71d86ba98874e8ee22e84834db97f1778f901f532c5a445210b8c20135bb55
|
||||
|
10
tests/runme.sh
Normal file
10
tests/runme.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
# https://projects.engineering.redhat.com/browse/PLATFORMCI-2494
|
||||
|
||||
# This is a workaround for opa-fm OSCI gating test. Until OSCI
|
||||
# team resolves the ticket PLATFORMCI-2494, we can't run opa-fm
|
||||
# beaker case over rdma-qe-14/15.
|
||||
|
||||
exit 0
|
11
tests/tests.yml
Normal file
11
tests/tests.yml
Normal file
@ -0,0 +1,11 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- simple:
|
||||
dir: .
|
||||
run: ./runme.sh
|
||||
required_packages:
|
||||
- opa-fm
|
Loading…
Reference in New Issue
Block a user