diff --git a/iscsi-initiator-utils.spec b/iscsi-initiator-utils.spec index f63667b..d34e36a 100644 --- a/iscsi-initiator-utils.spec +++ b/iscsi-initiator-utils.spec @@ -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 - 6.2.1.4-8.git095f59c +- fix gating test + * Thu Jun 15 2023 Chris Leech - 6.2.1.4-7.git095f59c - move tests to tmt framework diff --git a/tests/.fmf/version b/tests/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/tests/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/tests/iscsi-target-initiator-restraint/runtest.sh b/tests/iscsi-target-initiator-restraint/runtest.sh index 91efc91..8847033 100755 --- a/tests/iscsi-target-initiator-restraint/runtest.sh +++ b/tests/iscsi-target-initiator-restraint/runtest.sh @@ -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.