Files
hpc-testing/hpc-testing.spec
2025-10-27 17:35:20 +01:00

77 lines
2.1 KiB
RPMSpec

#
# spec file for package hpc-testing
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define git_ver .0.274f6a0
Name: hpc-testing
Version: 0.8.0
Release: 0
Summary: Test scripts to validate HPC packages
License: GPL-3.0
Group: Development/Tools/Other
Url: https://github.com/nmorey/git-sequencer-status
Source: %{name}-%{version}%{git_ver}.tar.bz2
Source100: README.md
Recommends: libibverbs
Recommends: libfabric
Recommends: opensm
Recommends: rdma-ndd
Recommends: infiniband-diags
Recommends: libibverbs-utils
Recommends: srp_daemon
Recommends: fabtests
Recommends: mpitests-mvapich2
Recommends: mpitests-openmpi
Recommends: mpitests-openmpi2
Recommends: mpitests-openmpi3
Recommends: mpitests-openmpi4
Recommends: mpitests-openmpi5
Recommends: mpitests-mpich
Recommends: mpitests
Recommends: ibutils
Recommends: targetcli-fb
Recommends: python3-targetcli-fb
Recommends: nfs-kernel-server
Recommends: nvme-cli
Recommends: nvmetcli
Recommends: dapl-utils
BuildArch: noarch
Requires: bc
%description
QA test suite for Infiniband and OmniPath validation
%prep
%setup -q -n %{name}-%{version}%{git_ver}
%build
%check
%install
install -D -m 0755 ib-test.sh %{buildroot}/%{_datadir}/%{name}/ib-test.sh
cp -R helpers %{buildroot}/%{_datadir}/%{name}/
%files
%dir %{_datadir}/%{name}
%doc NEWS
%license LICENSE
%{_datadir}/%{name}/ib-test.sh
%{_datadir}/%{name}/helpers
%changelog