fix gating test

This commit is contained in:
Chris Leech 2023-06-15 13:18:32 +02:00
parent bccc3717ed
commit db194acb0a
3 changed files with 7 additions and 2 deletions

View File

@ -13,7 +13,7 @@
Summary: iSCSI daemon and utility programs
Name: iscsi-initiator-utils
Version: 6.%{open_iscsi_version}.%{open_iscsi_build}
Release: 7.git%{shortcommit0}%{?dist}
Release: 8.git%{shortcommit0}%{?dist}
Group: System Environment/Daemons
License: GPLv2+
URL: http://www.open-iscsi.org
@ -364,6 +364,9 @@ fi
%{python3_sitearch}/*
%changelog
* Thu Jun 15 2023 Chris Leech <cleech@redhat.com> - 6.2.1.4-8.git095f59c
- fix gating test
* Thu Jun 15 2023 Chris Leech <cleech@redhat.com> - 6.2.1.4-7.git095f59c
- move tests to tmt framework

View File

@ -1 +0,0 @@
1

View File

@ -66,6 +66,9 @@ rlPhaseStartSetup
if [ -f /etc/iscsi/initiatorname.iscsi ]; then
. /etc/iscsi/initiatorname.iscsi
else
echo InitiatorName=`iscsi-iname` > /etc/iscsi/initiatorname.iscsi
. /etc/iscsi/initiatorname.iscsi
fi
# Make sure the target service is running.