From 26298ed71c2000a95133f291ae3bd3e781a20ccc Mon Sep 17 00:00:00 2001 From: Martin Hoyer Date: Wed, 30 Jun 2021 10:56:18 +0200 Subject: [PATCH] tests.yml: Switching to later stqe, libsan version Resolves: rhbz#1975108 --- targetcli.spec | 2 +- tests/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/targetcli.spec b/targetcli.spec index 478762c..88d0854 100644 --- a/targetcli.spec +++ b/targetcli.spec @@ -4,7 +4,7 @@ Name: targetcli License: ASL 2.0 Summary: An administration shell for storage targets Version: 2.1.53 -Release: 5%{?dist} +Release: 6%{?dist} URL: https://github.com/open-iscsi/%{oname} Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz # Proposed upstream diff --git a/tests/tests.yml b/tests/tests.yml index f844ced..91e9a75 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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