Fix the gating tests

Resolves: #1975207

Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
This commit is contained in:
Maurizio Lombardi 2021-07-12 09:44:18 +02:00
parent 61f96cf7c0
commit 24cbf66928
2 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Name: python-rtslib
License: ASL 2.0 License: ASL 2.0
Summary: API for Linux kernel LIO SCSI target Summary: API for Linux kernel LIO SCSI target
Version: 2.1.74 Version: 2.1.74
Release: 5%{?dist} Release: 6%{?dist}
URL: https://github.com/open-iscsi/%{oname} URL: https://github.com/open-iscsi/%{oname}
Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
Patch0: 0001-Turn-off-unsupported-fabrics.patch Patch0: 0001-Turn-off-unsupported-fabrics.patch
@ -128,6 +128,9 @@ install -m 644 doc/saveconfig.json.5 %{buildroot}%{_mandir}/man5/
%endif %endif
%changelog %changelog
* Mon Jul 12 2021 Maurizio Lombardi <mlombard@redhat.com> - 2.1.74-6
- Fix the gating tests
* Thu Jun 24 2021 Maurizio Lombardi <mlombard@redhat.com> - 2.1.74-5 * Thu Jun 24 2021 Maurizio Lombardi <mlombard@redhat.com> - 2.1.74-5
- Add the gating.yaml file - Add the gating.yaml file

View File

@ -9,13 +9,13 @@
repositories: repositories:
- repo: "https://gitlab.com/rh-kernel-stqe/python-stqe.git" - repo: "https://gitlab.com/rh-kernel-stqe/python-stqe.git"
dest: "python-stqe" dest: "python-stqe"
version: stable version: "1005e0098effe9d1d04636ebefc99045e17bffcf"
tests: tests:
# Install python-stqe first # Install python-stqe first
# make sure we use same version of libsan # make sure we use same version of libsan
- install_stqe: - install_stqe:
dir: python-stqe dir: python-stqe
run: pip3 install libsan==0.3.0 && python3 setup.py install --prefix= run: pip3 install libsan==0.3.2 && python3 setup.py install --prefix=
- iscsi-initiator-utils: - iscsi-initiator-utils:
dir: ./ dir: ./
run: stqe-test run --fmf -f tags:targetcli_basic run: stqe-test run --fmf -f tags:targetcli_basic