Fix the gating tests

Resolves: #1975244

Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
This commit is contained in:
Maurizio Lombardi 2021-07-12 11:33:28 +02:00
parent 79569f31f2
commit 4f32446619
2 changed files with 6 additions and 3 deletions

View File

@ -6,7 +6,7 @@ License: ASL 2.0
Summary: A framework to implement simple but nice CLIs
Epoch: 1
Version: 1.1.28
Release: 5%{?dist}
Release: 6%{?dist}
URL: https://github.com/open-iscsi/configshell-fb
Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
BuildArch: noarch
@ -40,6 +40,9 @@ Requires: python3-pyparsing python3-urwid
%doc COPYING README.md
%changelog
* Mon Jul 12 2021 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.28-6
- Fix the gating tests
* Thu Jun 24 2021 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.28-5
- Add the gating.yaml file

View File

@ -9,13 +9,13 @@
repositories:
- repo: "https://gitlab.com/rh-kernel-stqe/python-stqe.git"
dest: "python-stqe"
version: stable
version: "1005e0098effe9d1d04636ebefc99045e17bffcf"
tests:
# Install python-stqe first
# make sure we use same version of libsan
- install_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:
dir: ./
run: stqe-test run --fmf -f tags:targetcli_basic