use_pty:FALSE /usr/share/restraint/plugins/run_task_plugins bash ./runtest.sh [ 11:19:34 ] Running: 'dnf install -y --skip-broken python3-pip augeas-libs' Last metadata expiration check: 2:54:09 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package python3-pip-22.3.1-2.fc38.noarch is already installed. Package augeas-libs-1.13.0-4.fc38.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! [ 11:19:38 ] Running: 'dnf install -y gcc cmake openssl-devel python3-devel libffi-devel zlib-devel' Last metadata expiration check: 2:54:13 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package gcc-13.0.1-0.2.fc38.x86_64 is already installed. Package cmake-3.25.2-1.fc38.x86_64 is already installed. Package openssl-devel-1:3.0.7-4.fc38.x86_64 is already installed. Package python3-devel-3.11.1-4.fc38.x86_64 is already installed. Package libffi-devel-3.4.4-2.fc38.x86_64 is already installed. Package zlib-devel-1.2.13-3.fc38.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! [ 11:19:43 ] Running: 'python3 -m pip install virtualenv && python3 -m venv /opt/stqe-venv && source /opt/stqe-venv/bin/activate' Requirement already satisfied: virtualenv in /usr/local/lib/python3.11/site-packages (20.17.1) Requirement already satisfied: distlib<1,>=0.3.6 in /usr/local/lib/python3.11/site-packages (from virtualenv) (0.3.6) Requirement already satisfied: filelock<4,>=3.4.1 in /usr/local/lib/python3.11/site-packages (from virtualenv) (3.9.0) Requirement already satisfied: platformdirs<3,>=2.4 in /usr/local/lib/python3.11/site-packages (from virtualenv) (2.6.2) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [ 11:19:48 ] Running: 'python3 -m pip install wheel' Requirement already satisfied: wheel in /opt/stqe-venv/lib64/python3.11/site-packages (0.38.4) [notice] A new release of pip available: 22.3.1 -> 23.0 [notice] To update, run: pip install --upgrade pip [ 11:19:49 ] Running: 'python3 -m pip install stqe --no-binary=stqe' DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453 Requirement already satisfied: stqe in /opt/stqe-venv/lib64/python3.11/site-packages (0.1.21) Requirement already satisfied: libsan in /opt/stqe-venv/lib64/python3.11/site-packages (from stqe) (0.4.0) Requirement already satisfied: python-augeas in /opt/stqe-venv/lib64/python3.11/site-packages (from stqe) (1.1.0) Requirement already satisfied: fmf==1.1.0 in /opt/stqe-venv/lib64/python3.11/site-packages (from stqe) (1.1.0) Requirement already satisfied: pexpect in /opt/stqe-venv/lib64/python3.11/site-packages (from stqe) (4.8.0) Requirement already satisfied: filelock in /opt/stqe-venv/lib64/python3.11/site-packages (from fmf==1.1.0->stqe) (3.9.0) Requirement already satisfied: jsonschema in /opt/stqe-venv/lib64/python3.11/site-packages (from fmf==1.1.0->stqe) (4.17.3) Requirement already satisfied: ruamel.yaml in /opt/stqe-venv/lib64/python3.11/site-packages (from fmf==1.1.0->stqe) (0.17.21) Requirement already satisfied: future in /opt/stqe-venv/lib64/python3.11/site-packages (from libsan->stqe) (0.18.3) Requirement already satisfied: six in /opt/stqe-venv/lib64/python3.11/site-packages (from libsan->stqe) (1.16.0) Requirement already satisfied: distro in /opt/stqe-venv/lib64/python3.11/site-packages (from libsan->stqe) (1.8.0) Requirement already satisfied: netifaces in /opt/stqe-venv/lib64/python3.11/site-packages (from libsan->stqe) (0.11.0) Requirement already satisfied: ipaddress in /opt/stqe-venv/lib64/python3.11/site-packages (from libsan->stqe) (1.0.23) Requirement already satisfied: requests in /opt/stqe-venv/lib64/python3.11/site-packages (from libsan->stqe) (2.28.2) Requirement already satisfied: netapp-ontap in /opt/stqe-venv/lib64/python3.11/site-packages (from libsan->stqe) (9.11.1.0) Requirement already satisfied: ptyprocess>=0.5 in /opt/stqe-venv/lib64/python3.11/site-packages (from pexpect->stqe) (0.7.0) Requirement already satisfied: cffi>=1.0.0 in /opt/stqe-venv/lib64/python3.11/site-packages (from python-augeas->stqe) (1.15.1) Requirement already satisfied: pycparser in /opt/stqe-venv/lib64/python3.11/site-packages (from cffi>=1.0.0->python-augeas->stqe) (2.21) Requirement already satisfied: attrs>=17.4.0 in /opt/stqe-venv/lib64/python3.11/site-packages (from jsonschema->fmf==1.1.0->stqe) (22.2.0) Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stqe-venv/lib64/python3.11/site-packages (from jsonschema->fmf==1.1.0->stqe) (0.19.3) Requirement already satisfied: marshmallow>=3.2.1 in /opt/stqe-venv/lib64/python3.11/site-packages (from netapp-ontap->libsan->stqe) (3.19.0) Requirement already satisfied: requests-toolbelt>=0.9.1 in /opt/stqe-venv/lib64/python3.11/site-packages (from netapp-ontap->libsan->stqe) (0.10.1) Requirement already satisfied: urllib3>=1.26.7 in /opt/stqe-venv/lib64/python3.11/site-packages (from netapp-ontap->libsan->stqe) (1.26.14) Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stqe-venv/lib64/python3.11/site-packages (from requests->libsan->stqe) (3.0.1) Requirement already satisfied: idna<4,>=2.5 in /opt/stqe-venv/lib64/python3.11/site-packages (from requests->libsan->stqe) (3.4) Requirement already satisfied: certifi>=2017.4.17 in /opt/stqe-venv/lib64/python3.11/site-packages (from requests->libsan->stqe) (2022.12.7) Requirement already satisfied: packaging>=17.0 in /opt/stqe-venv/lib64/python3.11/site-packages (from marshmallow>=3.2.1->netapp-ontap->libsan->stqe) (23.0) [notice] A new release of pip available: 22.3.1 -> 23.0 [notice] To update, run: pip install --upgrade pip [ 11:19:51 ] Running: '/opt/stqe-venv/bin/stqe-test run --fmf -f tags:targetcli_basic' INFO: [2023-02-02 11:19:53] Running: 'chmod +x /opt/stqe-venv/lib64/python3.11/site-packages/stqe//tests/install_targetcli.py'... INFO: [2023-02-02 11:19:53] Running: 'chmod +x /opt/stqe-venv/lib64/python3.11/site-packages/stqe//tests/install_iscsi-initiator-utils.py'... ============================================================================================================== Running install 'install_targetcli.py' ============================================================================================================== INFO: [2023-02-02 11:19:53] Running: 'fmf_name='install_targetcli.py' fmf_install='True' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/install_targetcli.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:19:53] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:54:28 ago on Thu 02 Feb 2023 08:25:27 AM EST. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: targetcli noarch 2.1.54-7.fc38 beaker-Fedora-Everything 93 k Installing dependencies: python3-configshell noarch 1:1.1.29-10.fc38 beaker-Fedora-Everything 91 k python3-kmod x86_64 0.9-36.fc38 beaker-Fedora-Everything 81 k python3-pyudev noarch 0.24.0-2.fc38 beaker-Fedora 97 k python3-rtslib noarch 2.1.75-4.fc38 beaker-Fedora-Everything 128 k python3-urwid x86_64 2.1.2-8.fc38 beaker-Fedora-Everything 940 k target-restore noarch 2.1.75-4.fc38 beaker-Fedora-Everything 14 k Transaction Summary ================================================================================ Install 7 Packages Total download size: 1.4 M Installed size: 5.9 M Downloading Packages: (1/7): python3-configshell-1.1.29-10.fc38.noarc 189 kB/s | 91 kB 00:00 (2/7): python3-kmod-0.9-36.fc38.x86_64.rpm 167 kB/s | 81 kB 00:00 (3/7): python3-pyudev-0.24.0-2.fc38.noarch.rpm 198 kB/s | 97 kB 00:00 (4/7): python3-rtslib-2.1.75-4.fc38.noarch.rpm 15 MB/s | 128 kB 00:00 (5/7): target-restore-2.1.75-4.fc38.noarch.rpm 2.1 MB/s | 14 kB 00:00 (6/7): targetcli-2.1.54-7.fc38.noarch.rpm 17 MB/s | 93 kB 00:00 (7/7): python3-urwid-2.1.2-8.fc38.x86_64.rpm 13 MB/s | 940 kB 00:00 -------------------------------------------------------------------------------- Total 2.5 MB/s | 1.4 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python3-urwid-2.1.2-8.fc38.x86_64 1/7 Installing : python3-configshell-1:1.1.29-10.fc38.noarch 2/7 Installing : python3-kmod-0.9-36.fc38.x86_64 3/7 Installing : python3-pyudev-0.24.0-2.fc38.noarch 4/7 Installing : python3-rtslib-2.1.75-4.fc38.noarch 5/7 Installing : target-restore-2.1.75-4.fc38.noarch 6/7 Running scriptlet: target-restore-2.1.75-4.fc38.noarch 6/7 Installing : targetcli-2.1.54-7.fc38.noarch 7/7 Running scriptlet: targetcli-2.1.54-7.fc38.noarch 7/7 Verifying : python3-pyudev-0.24.0-2.fc38.noarch 1/7 Verifying : python3-configshell-1:1.1.29-10.fc38.noarch 2/7 Verifying : python3-kmod-0.9-36.fc38.x86_64 3/7 Verifying : python3-rtslib-2.1.75-4.fc38.noarch 4/7 Verifying : python3-urwid-2.1.2-8.fc38.x86_64 5/7 Verifying : target-restore-2.1.75-4.fc38.noarch 6/7 Verifying : targetcli-2.1.54-7.fc38.noarch 7/7 Installed: python3-configshell-1:1.1.29-10.fc38.noarch python3-kmod-0.9-36.fc38.x86_64 python3-pyudev-0.24.0-2.fc38.noarch python3-rtslib-2.1.75-4.fc38.noarch python3-urwid-2.1.2-8.fc38.x86_64 target-restore-2.1.75-4.fc38.noarch targetcli-2.1.54-7.fc38.noarch Complete! INFO: targetcli was successfully installed ============================================================================================================== Running install 'install_iscsi-initiator-utils.py' ============================================================================================================== INFO: [2023-02-02 11:20:03] Running: 'fmf_name='install_iscsi-initiator-utils.py' fmf_install='True' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/install_iscsi-initiator-utils.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:20:04] Running: 'dnf install -y iscsi-initiator-utils'... Last metadata expiration check: 2:54:39 ago on Thu 02 Feb 2023 08:25:27 AM EST. Dependencies resolved. ======================================================================================== Package Arch Version Repository Size ======================================================================================== Installing: iscsi-initiator-utils x86_64 6.2.1.4-7.git2a8f9d8.fc38 beaker-Fedora 381 k Installing dependencies: iscsi-initiator-utils-iscsiuio x86_64 6.2.1.4-7.git2a8f9d8.fc38 beaker-Fedora 93 k isns-utils-libs x86_64 0.101-6.fc38 beaker-Fedora 105 k Transaction Summary ======================================================================================== Install 3 Packages Total download size: 579 k Installed size: 2.1 M Downloading Packages: (1/3): iscsi-initiator-utils-iscsiuio-6.2.1.4-7 4.7 MB/s | 93 kB 00:00 (2/3): isns-utils-libs-0.101-6.fc38.x86_64.rpm 4.7 MB/s | 105 kB 00:00 (3/3): iscsi-initiator-utils-6.2.1.4-7.git2a8f9 11 MB/s | 381 kB 00:00 -------------------------------------------------------------------------------- Total 14 MB/s | 579 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : isns-utils-libs-0.101-6.fc38.x86_64 1/3 Installing : iscsi-initiator-utils-iscsiuio-6.2.1.4-7.git2a8f9d8. 2/3 Running scriptlet: iscsi-initiator-utils-iscsiuio-6.2.1.4-7.git2a8f9d8. 2/3 Created symlink /etc/systemd/system/sockets.target.wants/iscsiuio.socket /usr/lib/systemd/system/iscsiuio.socket. Installing : iscsi-initiator-utils-6.2.1.4-7.git2a8f9d8.fc38.x86_ 3/3 Running scriptlet: iscsi-initiator-utils-6.2.1.4-7.git2a8f9d8.fc38.x86_ 3/3 Created symlink /etc/systemd/system/remote-fs.target.wants/iscsi.service /usr/lib/systemd/system/iscsi.service. Created symlink /etc/systemd/system/sockets.target.wants/iscsid.socket /usr/lib/systemd/system/iscsid.socket. Created symlink /etc/systemd/system/sysinit.target.wants/iscsi-onboot.service /usr/lib/systemd/system/iscsi-onboot.service. Verifying : iscsi-initiator-utils-6.2.1.4-7.git2a8f9d8.fc38.x86_ 1/3 Verifying : iscsi-initiator-utils-iscsiuio-6.2.1.4-7.git2a8f9d8. 2/3 Verifying : isns-utils-libs-0.101-6.fc38.x86_64 3/3 Installed: iscsi-initiator-utils-6.2.1.4-7.git2a8f9d8.fc38.x86_64 iscsi-initiator-utils-iscsiuio-6.2.1.4-7.git2a8f9d8.fc38.x86_64 isns-utils-libs-0.101-6.fc38.x86_64 Complete! INFO: iscsi-initiator-utils was successfully installed ============================================================================================================== Running test 'targetcli/cli/saveconfig_backup' ============================================================================================================== INFO: [2023-02-02 11:20:13] Running: 'fmf_distro='[rhel-7, rhel-8, rhel-9, fedora, centos-8, centos-9]' fmf_number_of_backups='5' fmf_tags='[targetcli_basic]' fmf_tier='1' fmf_name='targetcli/cli/saveconfig_backup' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/cli/saveconfig_backup.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:20:13] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:54:48 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:20:18] Creating saveconfig.json number 0 INFO: [2023-02-02 11:20:18] Running: 'targetcli saveconfig'... Configuration saved to /etc/target/saveconfig.json INFO: [2023-02-02 11:20:18] Creating saveconfig.json number 1 INFO: [2023-02-02 11:20:18] Running: 'targetcli saveconfig'... Last 10 configs saved in /etc/target/backup/. Configuration saved to /etc/target/saveconfig.json INFO: [2023-02-02 11:20:18] Creating saveconfig.json number 2 INFO: [2023-02-02 11:20:18] Running: 'targetcli saveconfig'... Configuration saved to /etc/target/saveconfig.json INFO: [2023-02-02 11:20:19] Creating saveconfig.json number 3 INFO: [2023-02-02 11:20:19] Running: 'targetcli saveconfig'... Configuration saved to /etc/target/saveconfig.json INFO: [2023-02-02 11:20:19] Creating saveconfig.json number 4 INFO: [2023-02-02 11:20:19] Running: 'targetcli saveconfig'... Configuration saved to /etc/target/saveconfig.json INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:20:20] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:54:55 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:20:24] Getting parameter max_backup_files from group global with params group = global, max_backup_files = max_backup_files INFO: [2023-02-02 11:20:24] Running: 'targetcli get global max_backup_files'... max_backup_files=10 INFO: [2023-02-02 11:20:24] Removing backups from /etc/target/backup with params cmd = rm -rf /etc/target/backup/* INFO: [2023-02-02 11:20:24] Running: 'rm -rf /etc/target/backup/*'... INFO: [2023-02-02 11:20:24] Removing saveconfig.json with params cmd = rm -rf /etc/target/saveconfig.json INFO: [2023-02-02 11:20:24] Running: 'rm -rf /etc/target/saveconfig.json'... ============================================================================================================== Running setup 'targetcli/setup/create_loopdev' ============================================================================================================== INFO: [2023-02-02 11:20:24] Running: 'fmf_setup='True' fmf_loopdev_size='1' fmf_name='targetcli/setup/create_loopdev' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/create_loopdev.py'... INFO: [2023-02-02 11:20:25] Creating loopdev with params size = 1 INFO: Creating loop device /var/tmp/loop0.img with size 1 INFO: Creating file /var/tmp/loop0.img INFO: [2023-02-02 11:20:25] Running: 'fallocate -l 1M /var/tmp/loop0.img'... INFO: [2023-02-02 11:20:25] Running: 'losetup /dev/loop0 /var/tmp/loop0.img'... INFO: [2023-02-02 11:20:25] Writing var TARGETCLI_LOOPDEV_NAME with params var = {'TARGETCLI_LOOPDEV_NAME': '/dev/loop0'} ============================================================================================================== Running setup 'targetcli/setup/create_block' ============================================================================================================== INFO: [2023-02-02 11:20:25] Running: 'fmf_setup='True' fmf_backstore_name='block' fmf_backstore_type='block' fmf_loopdev='True' fmf_name='targetcli/setup/create_block' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/create_backstore.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:20:26] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:55:01 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:20:30] Creating backstore object with path /backstores/block with params name = block, dev = /dev/loop0 INFO: [2023-02-02 11:20:30] Running: 'targetcli /backstores/block create name=block dev=/dev/loop0 '... Created block storage object block using /dev/loop0. INFO: [2023-02-02 11:20:30] Writing var TARGETCLI_block_NAME with params var = {'BLOCK_NAME': 'block'} ============================================================================================================== Running test 'targetcli/cli/block_attributes' ============================================================================================================== INFO: [2023-02-02 11:20:30] Running: 'fmf_distro='[rhel-7, rhel-8, rhel-9, fedora, centos-8, centos-9]' fmf_tags='[targetcli_basic]' fmf_name='targetcli/cli/block_attributes' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/cli/block_attributes.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:20:31] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:55:06 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:20:35] Getting parameters from group attribute with params group = attribute INFO: [2023-02-02 11:20:35] Running: 'targetcli /backstores/block/block get attribute '... ATTRIBUTE CONFIG GROUP ====================== alua_support=1 -------------- block_size=512 -------------- Block size of the underlying device. emulate_3pc=1 ------------- If set to 1, enable Third Party Copy. emulate_caw=1 ------------- If set to 1, enable Compare and Write. emulate_dpo=1 ------------- If set to 1, turn on Disable Page Out. emulate_fua_read=1 ------------------ If set to 1, enable Force Unit Access read. emulate_fua_write=1 ------------------- If set to 1, enable Force Unit Access write. emulate_model_alias=1 --------------------- If set to 1, use the backend device name for the model alias. emulate_pr=1 ------------ If set to 1, enable SCSI Reservations. emulate_rest_reord=0 -------------------- If set to 0, the Queue Algorithm Modifier is Restricted Reordering. emulate_rsoc=1 -------------- emulate_tas=1 ------------- If set to 1, enable Task Aborted Status. emulate_tpu=0 ------------- If set to 1, enable Thin Provisioning Unmap. emulate_tpws=0 -------------- If set to 1, enable Thin Provisioning Write Same. emulate_ua_intlck_ctrl=0 ------------------------ If set to 1, enable Unit Attention Interlock. emulate_write_cache=0 --------------------- If set to 1, turn on Write Cache Enable. enforce_pr_isids=1 ------------------ If set to 1, enforce persistent reservation ISIDs. force_pr_aptpl=0 ---------------- If set to 1, force SPC-3 PR Activate Persistence across Target Power Loss operation. hw_block_size=512 [ro] ---------------------- Hardware block size in bytes. hw_max_sectors=2560 [ro] ------------------------ Maximum number of sectors the hardware can transfer at once. hw_pi_prot_type=0 [ro] ---------------------- If non-zero, DIF protection is enabled on the underlying hardware. hw_queue_depth=128 [ro] ----------------------- Hardware queue depth. is_nonrot=0 ----------- If set to 1, the backstore is a non rotational device. max_unmap_block_desc_count=1 ---------------------------- Maximum number of block descriptors for UNMAP. max_unmap_lba_count=8388607 --------------------------- Maximum number of LBA for UNMAP. max_write_same_len=8388607 -------------------------- Maximum length for WRITE_SAME. optimal_sectors=2560 -------------------- Optimal request size in sectors. pgr_support=1 ------------- pi_prot_format=0 ---------------- DIF protection format. pi_prot_type=0 -------------- DIF protection type. pi_prot_verify=0 ---------------- queue_depth=128 --------------- Queue depth. unmap_granularity=8 ------------------- UNMAP granularity. unmap_granularity_alignment=0 ----------------------------- UNMAP granularity alignment. unmap_zeroes_data=0 ------------------- If set to 1, zeroes are read back after an UNMAP. INFO: [2023-02-02 11:20:36] Changing parameters in group attribute with params group = attribute, emulate_3pc = 0, emulate_caw = 0, emulate_fua_write = 0, emulate_model_alias = 0, emulate_pr = 0, emulate_rsoc = 0, emulate_tas = 0, emulate_ua_intlck_ctrl = 1, enforce_pr_isids = 0, force_pr_aptpl = 1, is_nonrot = 1, max_unmap_block_desc_count = 0, max_unmap_lba_count = 4194303, max_write_same_len = 4194303, optimal_sectors = 1280, queue_depth = 64, unmap_granularity = 4, unmap_granularity_alignment = 1 INFO: [2023-02-02 11:20:36] Running: 'targetcli /backstores/block/block set attribute emulate_3pc='0' emulate_caw='0' emulate_fua_write='0' emulate_model_alias='0' emulate_pr='0' emulate_rsoc='0' emulate_tas='0' emulate_ua_intlck_ctrl='1' enforce_pr_isids='0' force_pr_aptpl='1' is_nonrot='1' max_unmap_block_desc_count='0' max_unmap_lba_count='4194303' max_write_same_len='4194303' optimal_sectors='1280' queue_depth='64' unmap_granularity='4' unmap_granularity_alignment='1''... Parameter emulate_3pc is now '0'. Parameter emulate_caw is now '0'. Parameter emulate_fua_write is now '0'. Parameter emulate_model_alias is now '0'. Parameter emulate_pr is now '0'. Parameter emulate_rsoc is now '0'. Parameter emulate_tas is now '0'. Parameter emulate_ua_intlck_ctrl is now '1'. Parameter enforce_pr_isids is now '0'. Parameter force_pr_aptpl is now '1'. Parameter is_nonrot is now '1'. Parameter max_unmap_block_desc_count is now '0'. Parameter max_unmap_lba_count is now '4194303'. Parameter max_write_same_len is now '4194303'. Parameter optimal_sectors is now '1280'. Parameter queue_depth is now '64'. Parameter unmap_granularity is now '4'. Parameter unmap_granularity_alignment is now '1'. INFO: [2023-02-02 11:20:36] Getting parameters from group attribute with params group = attribute, emulate_3pc = 0, emulate_caw = 0, emulate_fua_write = 0, emulate_model_alias = 0, emulate_pr = 0, emulate_rsoc = 0, emulate_tas = 0, emulate_ua_intlck_ctrl = 1, enforce_pr_isids = 0, force_pr_aptpl = 1, is_nonrot = 1, max_unmap_block_desc_count = 0, max_unmap_lba_count = 4194303, max_write_same_len = 4194303, optimal_sectors = 1280, queue_depth = 64, unmap_granularity = 4, unmap_granularity_alignment = 1 INFO: [2023-02-02 11:20:36] Running: 'targetcli /backstores/block/block get attribute emulate_3pc emulate_caw emulate_fua_write emulate_model_alias emulate_pr emulate_rsoc emulate_tas emulate_ua_intlck_ctrl enforce_pr_isids force_pr_aptpl is_nonrot max_unmap_block_desc_count max_unmap_lba_count max_write_same_len optimal_sectors queue_depth unmap_granularity unmap_granularity_alignment'... emulate_3pc=0 emulate_caw=0 emulate_fua_write=0 emulate_model_alias=0 emulate_pr=0 emulate_rsoc=0 emulate_tas=0 emulate_ua_intlck_ctrl=1 enforce_pr_isids=0 force_pr_aptpl=1 is_nonrot=1 max_unmap_block_desc_count=0 max_unmap_lba_count=4194303 max_write_same_len=4194303 optimal_sectors=1280 queue_depth=64 unmap_granularity=4 unmap_granularity_alignment=1 ============================================================================================================== Running cleanup 'targetcli/setup/delete_block' ============================================================================================================== INFO: [2023-02-02 11:20:36] Running: 'fmf_setup='True' fmf_backstore='block' fmf_name='targetcli/setup/delete_block' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/delete_backstore.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:20:37] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:55:12 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:20:41] Deleting bacstore block with params name = block INFO: [2023-02-02 11:20:41] Running: 'targetcli /backstores/block delete name=block '... Deleted storage object block. ============================================================================================================== Running cleanup 'targetcli/setup/loopdev_delete' ============================================================================================================== INFO: [2023-02-02 11:20:42] Running: 'fmf_setup='True' fmf_name='targetcli/setup/loopdev_delete' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/delete_loopdev.py'... INFO: [2023-02-02 11:20:42] Deleting loopdev /dev/loop0 with params name = /dev/loop0 INFO: Deleting loop device /dev/loop0 INFO: [2023-02-02 11:20:42] Running: 'losetup -d /dev/loop0'... INFO: [2023-02-02 11:20:42] Running: 'rm -f /var/tmp/loop0.img'... ============================================================================================================== Running setup 'targetcli/setup/stop_multipath' ============================================================================================================== INFO: [2023-02-02 11:20:42] Running: 'fmf_setup='True' fmf_descirption='Stops multipathd and multipathd.socket services' fmf_name='targetcli/setup/stop_multipath' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/stop_multipath.py'... INFO: device-mapper-multipath is installed (device-mapper-multipath-0.9.4-1.fc38.x86_64) INFO: [2023-02-02 11:20:43] Running: 'systemctl status multipathd.socket'... multipathd.socket - multipathd control socket Loaded: loaded (/usr/lib/systemd/system/multipathd.socket; disabled; preset: disabled) Active: inactive (dead) Triggers: multipathd.service Listen: @/org/kernel/linux/storage/multipathd (Stream) INFO: Service multipathd.socket is not running. INFO: [2023-02-02 11:20:43] Running: 'systemctl status multipathd'... multipathd.service - Device-Mapper Multipath Device Controller Loaded: loaded (/usr/lib/systemd/system/multipathd.service; disabled; preset: enabled) Active: inactive (dead) TriggeredBy: multipathd.socket Feb 02 11:14:12 kvm-03-guest19.hv2.lab.eng.bos.redhat.com systemd[1]: Stopped multipathd.service - Device-Mapper Multipath Device Controller. Feb 02 11:14:13 kvm-03-guest19.hv2.lab.eng.bos.redhat.com systemd[1]: Starting multipathd.service - Device-Mapper Multipath Device Controller... Feb 02 11:14:13 kvm-03-guest19.hv2.lab.eng.bos.redhat.com multipathd[450673]: multipathd v0.9.4: start up Feb 02 11:14:13 kvm-03-guest19.hv2.lab.eng.bos.redhat.com multipathd[450673]: reconfigure: setting up paths and maps Feb 02 11:14:13 kvm-03-guest19.hv2.lab.eng.bos.redhat.com systemd[1]: Started multipathd.service - Device-Mapper Multipath Device Controller. Feb 02 11:14:20 kvm-03-guest19.hv2.lab.eng.bos.redhat.com multipathd[450673]: remove maps (operator) Feb 02 11:14:21 kvm-03-guest19.hv2.lab.eng.bos.redhat.com multipathd[450673]: multipathd: shut down Feb 02 11:14:21 kvm-03-guest19.hv2.lab.eng.bos.redhat.com systemd[1]: Stopping multipathd.service - Device-Mapper Multipath Device Controller... Feb 02 11:14:21 kvm-03-guest19.hv2.lab.eng.bos.redhat.com systemd[1]: multipathd.service: Deactivated successfully. Feb 02 11:14:21 kvm-03-guest19.hv2.lab.eng.bos.redhat.com systemd[1]: Stopped multipathd.service - Device-Mapper Multipath Device Controller. INFO: Service multipathd is not running. WARN: Skipping setup! Services multipathd.service and multipathd.socket are dead! INFO: [2023-02-02 11:20:43] Writing var START_MULTIPATH with params var = {'START_MULTIPATH': 1} ============================================================================================================== Running setup 'targetcli/setup/create_fileio' ============================================================================================================== INFO: [2023-02-02 11:20:43] Running: 'fmf_setup='True' fmf_backstore_name='fileio' fmf_backstore_type='fileio' fmf_file_or_dev='fileio_file' fmf_size='1M' fmf_name='targetcli/setup/create_fileio' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/create_backstore.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:20:44] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:55:18 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:20:48] Creating backstore object with path /backstores/fileio with params name = fileio, file_or_dev = /var/tmp/fileio_file, size = 1M INFO: [2023-02-02 11:20:48] Running: 'targetcli /backstores/fileio create name=fileio file_or_dev=/var/tmp/fileio_file size=1M '... Created fileio fileio with size 1048576 INFO: [2023-02-02 11:20:48] Writing var TARGETCLI_fileio_NAME with params var = {'FILEIO_NAME': 'fileio'} INFO: [2023-02-02 11:20:48] Writing var FILEIO_FILE with params var = {'FILEIO_FILE': '/var/tmp/fileio_file'} ============================================================================================================== Running setup 'targetcli/setup/create_loopback' ============================================================================================================== INFO: [2023-02-02 11:20:48] Running: 'fmf_setup='True' fmf_lun='255' fmf_name='targetcli/setup/create_loopback' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/create_loopback.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:20:49] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:55:24 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:20:53] Creating loopback INFO: [2023-02-02 11:20:53] Running: 'targetcli /loopback create '... Created target naa.50014050ec28b543. INFO: [2023-02-02 11:20:53] Creating lun with name: 255 with params storage_object = /backstores/fileio/fileio, lun = 255 INFO: [2023-02-02 11:20:53] Running: 'targetcli /loopback/naa.50014050ec28b543/luns create storage_object=/backstores/fileio/fileio lun=255 '... Created LUN 255. INFO: [2023-02-02 11:20:54] Waiting udev to finish storage scan INFO: Waiting udev to finish storage scan INFO: [2023-02-02 11:20:54] Running: 'udevadm settle'... INFO: [2023-02-02 11:21:09] Writing var SCSI_ID with params var = {'SCSI_ID': '2:0:1:255'} INFO: [2023-02-02 11:21:09] Writing var LOOPBACK_WWN with params var = {'LOOPBACK_WWN': 'naa.50014050ec28b543'} INFO: [2023-02-02 11:21:09] Writing var LOOPBACK_LUN with params var = {'LOOPBACK_LUN': '255'} ============================================================================================================== Running test 'targetcli/cli/create_pscsi' ============================================================================================================== INFO: [2023-02-02 11:21:09] Running: 'fmf_distro='[rhel-7, rhel-8, rhel-9, fedora, centos-8, centos-9]' fmf_pscsi_name='pscsi_test' fmf_tags='[targetcli_basic]' fmf_name='targetcli/cli/create_pscsi' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/cli/create_pscsi.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:21:09] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:55:44 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:21:14] Creating backstore pscsi object with name: pscsi_test with params name = pscsi_test, dev = 2:0:1:255 INFO: [2023-02-02 11:21:14] Running: 'targetcli /backstores/pscsi create name=pscsi_test dev=2:0:1:255 '... Created pscsi storage object pscsi_test using 2:0:1:255 INFO: [2023-02-02 11:21:14] Deleting pscsi object pscsi_test with params name = pscsi_test INFO: [2023-02-02 11:21:14] Running: 'targetcli /backstores/pscsi delete name=pscsi_test '... Deleted storage object pscsi_test. ============================================================================================================== Running cleanup 'targetcli/setup/delete_loopback' ============================================================================================================== INFO: [2023-02-02 11:21:15] Running: 'fmf_setup='True' fmf_name='targetcli/setup/delete_loopback' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/delete_loopback.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:21:15] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:55:50 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:21:19] Deleting lun: lun255 with params lun = lun255 INFO: [2023-02-02 11:21:19] Running: 'targetcli /loopback/naa.50014050ec28b543/luns delete lun=lun255 '... Deleted LUN 255. INFO: [2023-02-02 11:21:20] Deleting loopback: naa.50014050ec28b543 with params wwn = naa.50014050ec28b543 INFO: [2023-02-02 11:21:20] Running: 'targetcli /loopback delete wwn=naa.50014050ec28b543 '... Deleted Target naa.50014050ec28b543. ============================================================================================================== Running cleanup 'targetcli/setup/delete_fileio' ============================================================================================================== INFO: [2023-02-02 11:21:20] Running: 'fmf_setup='True' fmf_backstore='fileio' fmf_name='targetcli/setup/delete_fileio' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/delete_backstore.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:21:21] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:55:56 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:21:25] Deleting bacstore fileio with params name = fileio INFO: [2023-02-02 11:21:25] Running: 'targetcli /backstores/fileio delete name=fileio '... Deleted storage object fileio. INFO: [2023-02-02 11:21:26] Removing file with params cmd = rm -f /var/tmp/fileio_file INFO: [2023-02-02 11:21:26] Running: 'rm -f /var/tmp/fileio_file'... ============================================================================================================== Running setup 'targetcli/setup/create_fileio_1g' ============================================================================================================== INFO: [2023-02-02 11:21:26] Running: 'fmf_setup='True' fmf_backstore_name='fileio' fmf_backstore_type='fileio' fmf_file_or_dev='fileio_file' fmf_size='1G' fmf_name='targetcli/setup/create_fileio_1g' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/create_backstore.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:21:26] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:56:01 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:21:31] Creating backstore object with path /backstores/fileio with params name = fileio, file_or_dev = /var/tmp/fileio_file, size = 1G INFO: [2023-02-02 11:21:31] Running: 'targetcli /backstores/fileio create name=fileio file_or_dev=/var/tmp/fileio_file size=1G '... Created fileio fileio with size 1073741824 INFO: [2023-02-02 11:21:31] Writing var TARGETCLI_fileio_NAME with params var = {'FILEIO_NAME': 'fileio'} INFO: [2023-02-02 11:21:31] Writing var FILEIO_FILE with params var = {'FILEIO_FILE': '/var/tmp/fileio_file'} ============================================================================================================== Running setup 'targetcli/setup/create_fileio_target' ============================================================================================================== INFO: [2023-02-02 11:21:31] Running: 'fmf_setup='True' fmf_name='targetcli/setup/create_fileio_target' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/create_fileio_target.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:21:32] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:56:07 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:21:36] Creating iscsi INFO: [2023-02-02 11:21:36] Running: 'targetcli /iscsi create '... Created target iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63. Created TPG 1. Global pref auto_add_default_portal=true Created default portal listening on all IPs (0.0.0.0), port 3260. INFO: [2023-02-02 11:21:36] Creating lun with storage object: /backstores/fileio/fileio with params storage_object = /backstores/fileio/fileio INFO: [2023-02-02 11:21:36] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1/luns create storage_object=/backstores/fileio/fileio '... Created LUN 0. INFO: [2023-02-02 11:21:37] Setting parameter generate_node_acls to '1' with params generate_node_acls = 1, group = attribute INFO: [2023-02-02 11:21:37] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set attribute generate_node_acls='1''... Parameter generate_node_acls is now '1'. INFO: [2023-02-02 11:21:37] Setting parameter demo_mode_write_protect to '0' with params demo_mode_write_protect = 0, group = attribute INFO: [2023-02-02 11:21:37] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set attribute demo_mode_write_protect='0''... Parameter demo_mode_write_protect is now '0'. INFO: [2023-02-02 11:21:38] Writing var TPG with params var = {'TPG': 'tpg1'} INFO: [2023-02-02 11:21:38] Writing var TARGET IQN with params var = {'TARGET_IQN': 'iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63'} ============================================================================================================== Running test 'targetcli/cli/iscsi_fileio_lun_stress' ============================================================================================================== INFO: [2023-02-02 11:21:38] Running: 'fmf_distro='[rhel-7, rhel-8, rhel-9, fedora, centos-8, centos-9]' fmf_tags='[targetcli_basic]' fmf_name='targetcli/cli/iscsi_fileio_lun_stress' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/cli/iscsi_local_target.py'... INFO: [2023-02-02 11:21:38] Discovering local target with params target = 127.0.0.1, disc_db = True INFO: Executing Discovery_ST() with these arges: Target: 127.0.0.1 INFO: [2023-02-02 11:21:38] Running: 'iscsiadm -m discoverydb -D -p 127.0.0.1 -o new -t st'... 127.0.0.1:3260,1 iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63 INFO: [2023-02-02 11:21:40] Trying to login to portal: 127.0.0.1 with params target = iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63 INFO: Performing iSCSI login INFO: [2023-02-02 11:21:40] Running: 'iscsiadm -m node -l -T iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63'... Logging in to [iface: default, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] Login to [iface: default, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] successful. INFO: Waiting udev to finish storage scan INFO: [2023-02-02 11:21:40] Running: 'udevadm settle'... INFO: [2023-02-02 11:21:55] Getting free scsi disks with params filter_only = {'vendor': 'LIO-ORG'} INFO: [2023-02-02 11:21:55] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: vda2: Presuming virtual disk does not have wwid. INFO: [2023-02-02 11:21:56] Running: 'systemctl status multipathd'... multipathd.service - Device-Mapper Multipath Device Controller Loaded: loaded (/usr/lib/systemd/system/multipathd.service; disabled; preset: enabled) Active: inactive (dead) TriggeredBy: multipathd.socket Feb 02 11:14:12 kvm-03-guest19.hv2.lab.eng.bos.redhat.com systemd[1]: Stopped multipathd.service - Device-Mapper Multipath Device Controller. Feb 02 11:14:13 kvm-03-guest19.hv2.lab.eng.bos.redhat.com systemd[1]: Starting multipathd.service - Device-Mapper Multipath Device Controller... Feb 02 11:14:13 kvm-03-guest19.hv2.lab.eng.bos.redhat.com multipathd[450673]: multipathd v0.9.4: start up Feb 02 11:14:13 kvm-03-guest19.hv2.lab.eng.bos.redhat.com multipathd[450673]: reconfigure: setting up paths and maps Feb 02 11:14:13 kvm-03-guest19.hv2.lab.eng.bos.redhat.com systemd[1]: Started multipathd.service - Device-Mapper Multipath Device Controller. Feb 02 11:14:20 kvm-03-guest19.hv2.lab.eng.bos.redhat.com multipathd[450673]: remove maps (operator) Feb 02 11:14:21 kvm-03-guest19.hv2.lab.eng.bos.redhat.com multipathd[450673]: multipathd: shut down Feb 02 11:14:21 kvm-03-guest19.hv2.lab.eng.bos.redhat.com systemd[1]: Stopping multipathd.service - Device-Mapper Multipath Device Controller... Feb 02 11:14:21 kvm-03-guest19.hv2.lab.eng.bos.redhat.com systemd[1]: multipathd.service: Deactivated successfully. Feb 02 11:14:21 kvm-03-guest19.hv2.lab.eng.bos.redhat.com systemd[1]: Stopped multipathd.service - Device-Mapper Multipath Device Controller. INFO: Service multipathd is not running. INFO: [2023-02-02 11:21:56] Running fio stress on device /dev/sda with params device = /dev/sda INFO: fio is not installed INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:21:56] Running: 'dnf install -y fio'... Last metadata expiration check: 2:56:31 ago on Thu 02 Feb 2023 08:25:27 AM EST. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: fio x86_64 3.33-2.fc38 beaker-Fedora-Everything 5.2 M Installing dependencies: boost-iostreams x86_64 1.78.0-11.fc38 beaker-Fedora-Everything 42 k boost-system x86_64 1.78.0-11.fc38 beaker-Fedora-Everything 15 k boost-thread x86_64 1.78.0-11.fc38 beaker-Fedora-Everything 59 k daxctl-libs x86_64 75-2.fc38 beaker-Fedora-Everything 41 k fmt x86_64 9.1.0-2.fc38 beaker-Fedora-Everything 117 k libnbd x86_64 1.15.9-2.fc38 beaker-Fedora-Everything 149 k libpmem x86_64 1.12.1-3.fc38 beaker-Fedora-Everything 110 k libpmemobj x86_64 1.12.1-3.fc38 beaker-Fedora-Everything 158 k librados2 x86_64 2:17.2.5-9.fc38 beaker-Fedora-Everything 3.1 M librbd1 x86_64 2:17.2.5-9.fc38 beaker-Fedora-Everything 2.9 M librdmacm x86_64 41.0-2.fc38 beaker-Fedora-Everything 72 k liburing x86_64 2.3-2.fc38 beaker-Fedora 27 k lttng-ust x86_64 2.13.5-2.fc38 beaker-Fedora-Everything 332 k ndctl-libs x86_64 75-2.fc38 beaker-Fedora-Everything 87 k Installing weak dependencies: fio-engine-http x86_64 3.33-2.fc38 beaker-Fedora-Everything 20 k fio-engine-libaio x86_64 3.33-2.fc38 beaker-Fedora-Everything 16 k fio-engine-nbd x86_64 3.33-2.fc38 beaker-Fedora-Everything 15 k fio-engine-rados x86_64 3.33-2.fc38 beaker-Fedora-Everything 16 k fio-engine-rbd x86_64 3.33-2.fc38 beaker-Fedora-Everything 17 k fio-engine-rdma x86_64 3.33-2.fc38 beaker-Fedora-Everything 21 k Transaction Summary ================================================================================ Install 21 Packages Total download size: 13 M Installed size: 32 M Downloading Packages: (1/21): boost-system-1.78.0-11.fc38.x86_64.rpm 436 kB/s | 15 kB 00:00 (2/21): liburing-2.3-2.fc38.x86_64.rpm 667 kB/s | 27 kB 00:00 (3/21): boost-iostreams-1.78.0-11.fc38.x86_64.r 1.0 MB/s | 42 kB 00:00 (4/21): boost-thread-1.78.0-11.fc38.x86_64.rpm 7.3 MB/s | 59 kB 00:00 (5/21): daxctl-libs-75-2.fc38.x86_64.rpm 6.6 MB/s | 41 kB 00:00 (6/21): fio-engine-http-3.33-2.fc38.x86_64.rpm 3.1 MB/s | 20 kB 00:00 (7/21): fio-engine-libaio-3.33-2.fc38.x86_64.rp 1.8 MB/s | 16 kB 00:00 (8/21): fio-engine-nbd-3.33-2.fc38.x86_64.rpm 2.0 MB/s | 15 kB 00:00 (9/21): fio-engine-rados-3.33-2.fc38.x86_64.rpm 3.2 MB/s | 16 kB 00:00 (10/21): fio-engine-rbd-3.33-2.fc38.x86_64.rpm 1.5 MB/s | 17 kB 00:00 (11/21): fio-engine-rdma-3.33-2.fc38.x86_64.rpm 1.9 MB/s | 21 kB 00:00 (12/21): fmt-9.1.0-2.fc38.x86_64.rpm 11 MB/s | 117 kB 00:00 (13/21): libnbd-1.15.9-2.fc38.x86_64.rpm 13 MB/s | 149 kB 00:00 (14/21): libpmem-1.12.1-3.fc38.x86_64.rpm 13 MB/s | 110 kB 00:00 (15/21): libpmemobj-1.12.1-3.fc38.x86_64.rpm 13 MB/s | 158 kB 00:00 (16/21): fio-3.33-2.fc38.x86_64.rpm 31 MB/s | 5.2 MB 00:00 (17/21): librdmacm-41.0-2.fc38.x86_64.rpm 9.5 MB/s | 72 kB 00:00 (18/21): librados2-17.2.5-9.fc38.x86_64.rpm 19 MB/s | 3.1 MB 00:00 (19/21): librbd1-17.2.5-9.fc38.x86_64.rpm 16 MB/s | 2.9 MB 00:00 (20/21): lttng-ust-2.13.5-2.fc38.x86_64.rpm 4.3 MB/s | 332 kB 00:00 (21/21): ndctl-libs-75-2.fc38.x86_64.rpm 2.5 MB/s | 87 kB 00:00 -------------------------------------------------------------------------------- Total 41 MB/s | 13 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : daxctl-libs-75-2.fc38.x86_64 1/21 Installing : ndctl-libs-75-2.fc38.x86_64 2/21 Installing : lttng-ust-2.13.5-2.fc38.x86_64 3/21 Installing : librdmacm-41.0-2.fc38.x86_64 4/21 Installing : fmt-9.1.0-2.fc38.x86_64 5/21 Installing : libpmem-1.12.1-3.fc38.x86_64 6/21 Installing : libpmemobj-1.12.1-3.fc38.x86_64 7/21 Installing : libnbd-1.15.9-2.fc38.x86_64 8/21 Installing : boost-system-1.78.0-11.fc38.x86_64 9/21 Installing : boost-thread-1.78.0-11.fc38.x86_64 10/21 Installing : boost-iostreams-1.78.0-11.fc38.x86_64 11/21 Installing : librados2-2:17.2.5-9.fc38.x86_64 12/21 Running scriptlet: librados2-2:17.2.5-9.fc38.x86_64 12/21 Installing : liburing-2.3-2.fc38.x86_64 13/21 Installing : librbd1-2:17.2.5-9.fc38.x86_64 14/21 Running scriptlet: librbd1-2:17.2.5-9.fc38.x86_64 14/21 Installing : fio-engine-http-3.33-2.fc38.x86_64 15/21 Installing : fio-engine-libaio-3.33-2.fc38.x86_64 16/21 Installing : fio-engine-nbd-3.33-2.fc38.x86_64 17/21 Installing : fio-engine-rados-3.33-2.fc38.x86_64 18/21 Installing : fio-engine-rdma-3.33-2.fc38.x86_64 19/21 Installing : fio-3.33-2.fc38.x86_64 20/21 Installing : fio-engine-rbd-3.33-2.fc38.x86_64 21/21 Running scriptlet: fio-engine-rbd-3.33-2.fc38.x86_64 21/21 Verifying : liburing-2.3-2.fc38.x86_64 1/21 Verifying : boost-iostreams-1.78.0-11.fc38.x86_64 2/21 Verifying : boost-system-1.78.0-11.fc38.x86_64 3/21 Verifying : boost-thread-1.78.0-11.fc38.x86_64 4/21 Verifying : daxctl-libs-75-2.fc38.x86_64 5/21 Verifying : fio-3.33-2.fc38.x86_64 6/21 Verifying : fio-engine-http-3.33-2.fc38.x86_64 7/21 Verifying : fio-engine-libaio-3.33-2.fc38.x86_64 8/21 Verifying : fio-engine-nbd-3.33-2.fc38.x86_64 9/21 Verifying : fio-engine-rados-3.33-2.fc38.x86_64 10/21 Verifying : fio-engine-rbd-3.33-2.fc38.x86_64 11/21 Verifying : fio-engine-rdma-3.33-2.fc38.x86_64 12/21 Verifying : fmt-9.1.0-2.fc38.x86_64 13/21 Verifying : libnbd-1.15.9-2.fc38.x86_64 14/21 Verifying : libpmem-1.12.1-3.fc38.x86_64 15/21 Verifying : libpmemobj-1.12.1-3.fc38.x86_64 16/21 Verifying : librados2-2:17.2.5-9.fc38.x86_64 17/21 Verifying : librbd1-2:17.2.5-9.fc38.x86_64 18/21 Verifying : librdmacm-41.0-2.fc38.x86_64 19/21 Verifying : lttng-ust-2.13.5-2.fc38.x86_64 20/21 Verifying : ndctl-libs-75-2.fc38.x86_64 21/21 Installed: boost-iostreams-1.78.0-11.fc38.x86_64 boost-system-1.78.0-11.fc38.x86_64 boost-thread-1.78.0-11.fc38.x86_64 daxctl-libs-75-2.fc38.x86_64 fio-3.33-2.fc38.x86_64 fio-engine-http-3.33-2.fc38.x86_64 fio-engine-libaio-3.33-2.fc38.x86_64 fio-engine-nbd-3.33-2.fc38.x86_64 fio-engine-rados-3.33-2.fc38.x86_64 fio-engine-rbd-3.33-2.fc38.x86_64 fio-engine-rdma-3.33-2.fc38.x86_64 fmt-9.1.0-2.fc38.x86_64 libnbd-1.15.9-2.fc38.x86_64 libpmem-1.12.1-3.fc38.x86_64 libpmemobj-1.12.1-3.fc38.x86_64 librados2-2:17.2.5-9.fc38.x86_64 librbd1-2:17.2.5-9.fc38.x86_64 librdmacm-41.0-2.fc38.x86_64 liburing-2.3-2.fc38.x86_64 lttng-ust-2.13.5-2.fc38.x86_64 ndctl-libs-75-2.fc38.x86_64 Complete! INFO: fio was successfully installed INFO: [2023-02-02 11:22:06] Running: 'fio --bs='4k' --direct='1' --ioengine='libaio' --iodepth='16' --verify='crc32c' --verify_fatal='1' --do_verify='1' --rw='randwrite' --runtime='120' --filename='/dev/sda' --name='fio_test' --numjobs='1' --verify_backlog='1024' '... fio_test: (g=0): rw=randwrite, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=16 fio-3.33 Starting 1 process fio_test: (groupid=0, jobs=1): err= 0: pid=457564: Thu Feb 2 11:24:04 2023 read: IOPS=707k, BW=2760MiB/s (2894MB/s)(1024MiB/371msec) slat (usec): min=13, max=50090, avg=74.75, stdev=123.41 clat (usec): min=900, max=56494, avg=3340.13, stdev=1328.72 lat (usec): min=993, max=56526, avg=3414.88, stdev=1323.56 clat percentiles (usec): | 1.00th=[ 1745], 5.00th=[ 1975], 10.00th=[ 2147], 20.00th=[ 2343], | 30.00th=[ 2507], 40.00th=[ 2737], 50.00th=[ 3097], 60.00th=[ 3228], | 70.00th=[ 3785], 80.00th=[ 4293], 90.00th=[ 4817], 95.00th=[ 5276], | 99.00th=[ 8225], 99.50th=[ 9372], 99.90th=[11994], 99.95th=[13042], | 99.99th=[29492] write: IOPS=2248, BW=8993KiB/s (9209kB/s)(1024MiB/116599msec); 0 zone resets slat (usec): min=28, max=7212, avg=60.41, stdev=55.50 clat (usec): min=595, max=24805, avg=3660.58, stdev=1589.56 lat (usec): min=824, max=24872, avg=3720.99, stdev=1585.82 clat percentiles (usec): | 1.00th=[ 1483], 5.00th=[ 2040], 10.00th=[ 2245], 20.00th=[ 2540], | 30.00th=[ 2769], 40.00th=[ 3326], 50.00th=[ 3458], 60.00th=[ 3589], | 70.00th=[ 3720], 80.00th=[ 3949], 90.00th=[ 5669], 95.00th=[ 6652], | 99.00th=[ 9896], 99.50th=[11207], 99.90th=[14222], 99.95th=[16188], | 99.99th=[20317] bw ( KiB/s): min= 3256, max=14064, per=100.00%, avg=9003.15, stdev=1789.94, samples=233 iops : min= 814, max= 3516, avg=2250.73, stdev=447.46, samples=233 lat (usec) : 750=0.01%, 1000=0.04% lat (msec) : 2=4.83%, 4=71.22%, 10=23.29%, 20=0.60%, 50=0.01% lat (msec) : 100=0.01% cpu : usr=1.74%, sys=17.98%, ctx=626506, majf=0, minf=41 IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=100.0%, 32=0.0%, >=64=0.0% submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0% complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0% issued rwts: total=262144,262144,0,0 short=0,0,0,0 dropped=0,0,0,0 latency : target=0, window=0, percentile=100.00%, depth=16 Run status group 0 (all jobs): READ: bw=2760MiB/s (2894MB/s), 2760MiB/s-2760MiB/s (2894MB/s-2894MB/s), io=1024MiB (1074MB), run=371-371msec WRITE: bw=8993KiB/s (9209kB/s), 8993KiB/s-8993KiB/s (9209kB/s-9209kB/s), io=1024MiB (1074MB), run=116599-116599msec Disk stats (read/write): sda: ios=261644/262144, merge=4/0, ticks=846357/887618, in_queue=1733976, util=100.00% INFO: FIO executed successfully INFO: [2023-02-02 11:24:04] Cleaning up INFO: [2023-02-02 11:24:04] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: [2023-02-02 11:24:04] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: vda2: Presuming virtual disk does not have wwid. WARN:(libsan.host.iscsi) is_iscsi_boot() - Could not determine boot WWID for vda2 INFO: [2023-02-02 11:24:04] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: Performing iSCSI logout INFO: [2023-02-02 11:24:05] Running: 'iscsiadm -m node -u'... Logging out of session [sid: 1, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] Logout of [sid: 1, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] successful. INFO: Deleting target portal: 127.0.0.1 INFO: [2023-02-02 11:24:10] Running: 'iscsiadm -m discoverydb --type sendtargets --portal "127.0.0.1:3260" -o delete'... ============================================================================================================== Running setup 'targetcli/setup/configure_chap' ============================================================================================================== INFO: [2023-02-02 11:24:10] Running: 'fmf_setup='True' fmf_password='.-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba' fmf_userid='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~' fmf_name='targetcli/setup/configure_chap' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/configure_chap.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:24:10] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:58:45 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:24:15] Enabling discovery_auth and setting userid and password with params enable = 1, group = discovery_auth, userid = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~, password = .-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba INFO: [2023-02-02 11:24:15] Running: 'targetcli /iscsi set discovery_auth enable='1' userid='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~' password='.-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba''... Parameter enable is now 'True'. Parameter userid is now 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~'. Parameter password is now '.-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba'. INFO: [2023-02-02 11:24:15] Enabling authentication and generate node acls with params group = attribute, authentication = 1, generate_node_acls = 1 INFO: [2023-02-02 11:24:15] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set attribute authentication='1' generate_node_acls='1''... Parameter authentication is now '1'. Parameter generate_node_acls is now '1'. INFO: [2023-02-02 11:24:16] Setting userid and password in auth group with params group = auth, userid = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~, password = .-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba INFO: [2023-02-02 11:24:16] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth userid='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~' password='.-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba''... Parameter userid is now 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~'. Parameter password is now '.-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba'. INFO: [2023-02-02 11:24:16] Writing var CHAP_USERID with params var = {'CHAP_USERID': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~'} INFO: [2023-02-02 11:24:16] Writing var CHAP_PASSWORD with params var = {'CHAP_PASSWORD': '.-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba'} ============================================================================================================== Running test 'targetcli/cli/iscsi_chap' ============================================================================================================== INFO: [2023-02-02 11:24:16] Running: 'fmf_distro='[rhel-8, rhel-9, fedora, centos-8, centos-9]' fmf_expected_ret='True' fmf_tags='[targetcli_basic, chap]' fmf_target_ip='127.0.0.1' fmf_name='targetcli/cli/iscsi_chap' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/cli/iscsi_chap.py'... INFO: [2023-02-02 11:24:16] Setting CHAP username and password in iscsid config with params target_user = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~, target_pass = .-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba ################################################################################ INFO: Setting node.session.auth.authmethod to CHAP in iscsid.conf ################################################################################ ################################################################################ INFO: Setting node.session.auth.username to abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~ in iscsid.conf ################################################################################ ################################################################################ INFO: Setting node.session.auth.password to .-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.authmethod to CHAP in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.username to abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~ in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.password to .-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba in iscsid.conf ################################################################################ INFO: [2023-02-02 11:24:19] Running: 'systemctl show iscsid --property=ActiveEnterTimestamp'... ActiveEnterTimestamp=Thu 2023-02-02 11:21:39 EST INFO: [2023-02-02 11:24:19] Running: 'systemctl restart iscsid'... INFO: node.session.auth.authmethod set successfully to CHAP INFO: node.session.auth.username set successfully to abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~ INFO: node.session.auth.password set successfully to .-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba INFO: discovery.sendtargets.auth.authmethod set successfully to CHAP INFO: discovery.sendtargets.auth.username set successfully to abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~ INFO: discovery.sendtargets.auth.password set successfully to .-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba INFO: [2023-02-02 11:24:19] Running: 'systemctl show iscsid --property=ActiveEnterTimestamp'... ActiveEnterTimestamp=Thu 2023-02-02 11:24:19 EST Waiting 5 seconds before restart. INFO: [2023-02-02 11:24:24] Running: 'systemctl restart iscsid'... INFO: CHAP authentication enabled INFO: [2023-02-02 11:24:25] Discovering local target with params target = 127.0.0.1, disc_db = True INFO: Executing Discovery_ST() with these arges: Target: 127.0.0.1 INFO: [2023-02-02 11:24:25] Running: 'iscsiadm -m discoverydb -D -p 127.0.0.1 -o new -t st'... 127.0.0.1:3260,1 iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63 INFO: [2023-02-02 11:24:25] Trying to login to target: 127.0.0.1 with params target = iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63 INFO: Performing iSCSI login INFO: [2023-02-02 11:24:25] Running: 'iscsiadm -m node -l -T iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63'... Logging in to [iface: default, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] Login to [iface: default, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] successful. INFO: Waiting udev to finish storage scan INFO: [2023-02-02 11:24:25] Running: 'udevadm settle'... INFO: [2023-02-02 11:24:40] Cleaning up INFO: [2023-02-02 11:24:40] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: [2023-02-02 11:24:40] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: vda2: Presuming virtual disk does not have wwid. WARN:(libsan.host.iscsi) is_iscsi_boot() - Could not determine boot WWID for vda2 INFO: [2023-02-02 11:24:41] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: Performing iSCSI logout INFO: [2023-02-02 11:24:41] Running: 'iscsiadm -m node -u'... Logging out of session [sid: 2, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] Logout of [sid: 2, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] successful. INFO: Deleting target portal: 127.0.0.1 INFO: [2023-02-02 11:24:41] Running: 'iscsiadm -m discoverydb --type sendtargets --portal "127.0.0.1:3260" -o delete'... INFO: [2023-02-02 11:24:41] Cleaning chap username and password iscsid config INFO: [2023-02-02 11:24:43] Running: 'systemctl show iscsid --property=ActiveEnterTimestamp'... ActiveEnterTimestamp=Thu 2023-02-02 11:24:25 EST INFO: [2023-02-02 11:24:43] Running: 'systemctl restart iscsid'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:24:44] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:59:19 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:24:48] Setting parameter: userid to '' in group auth with params group = auth, userid = INFO: [2023-02-02 11:24:48] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth userid='''... Parameter userid is now ''. INFO: [2023-02-02 11:24:48] Setting parameter: password to '' in group auth with params group = auth, password = INFO: [2023-02-02 11:24:48] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth password='''... Parameter password is now ''. INFO: [2023-02-02 11:24:49] Setting parameter: userid to '' in group discovery_auth with params group = discovery_auth, userid = INFO: [2023-02-02 11:24:49] Running: 'targetcli /iscsi set discovery_auth userid='''... Parameter userid is now ''. INFO: [2023-02-02 11:24:49] Setting parameter: password to '' in group discovery_auth with params group = discovery_auth, password = INFO: [2023-02-02 11:24:49] Running: 'targetcli /iscsi set discovery_auth password='''... Parameter password is now ''. ============================================================================================================== Running cleanup 'targetcli/setup/disable_chap' ============================================================================================================== INFO: [2023-02-02 11:24:50] Running: 'fmf_setup='True' fmf_name='targetcli/setup/disable_chap' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/disable_chap.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:24:50] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:59:25 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:24:54] Disabling discovery_auth with params enable = 0, group = discovery_auth INFO: [2023-02-02 11:24:55] Running: 'targetcli /iscsi set discovery_auth enable='0''... Parameter enable is now 'False'. INFO: [2023-02-02 11:24:55] Disabling authentication with params group = attribute, authentication = 0 INFO: [2023-02-02 11:24:55] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set attribute authentication='0''... Parameter authentication is now '0'. INFO: [2023-02-02 11:24:55] Removing var: CHAP_MUTUAL_USERID from /tmp with params var = CHAP_MUTUAL_USERID INFO: [2023-02-02 11:24:55] Removing var: CHAP_MUTUAL_PASSWORD from /tmp with params var = CHAP_MUTUAL_PASSWORD INFO: [2023-02-02 11:24:55] Removing var: CHAP_PASSWORD from /tmp with params var = CHAP_PASSWORD INFO: [2023-02-02 11:24:55] Removing var: CHAP_USERID from /tmp with params var = CHAP_USERID ============================================================================================================== Running setup 'targetcli/setup/configure_chap_2ways' ============================================================================================================== INFO: [2023-02-02 11:24:55] Running: 'fmf_setup='True' fmf_mutual_password='.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789' fmf_mutual_userid='0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' fmf_password='.-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba' fmf_userid='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~' fmf_name='targetcli/setup/configure_chap_2ways' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/configure_chap.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:24:56] Running: 'dnf install -y targetcli'... Last metadata expiration check: 2:59:31 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:25:00] Enabling discovery_auth and setting userid and password with params enable = 1, group = discovery_auth, userid = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~, password = .-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba, mutual_userid = 0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ, mutual_password = .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 INFO: [2023-02-02 11:25:00] Running: 'targetcli /iscsi set discovery_auth enable='1' userid='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~' password='.-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba' mutual_userid='0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' mutual_password='.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789''... Parameter enable is now 'True'. Parameter userid is now 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~'. Parameter password is now '.-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba'. Parameter mutual_userid is now '0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'. Parameter mutual_password is now '.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'. INFO: [2023-02-02 11:25:01] Enabling authentication and generate node acls with params group = attribute, authentication = 1, generate_node_acls = 1 INFO: [2023-02-02 11:25:01] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set attribute authentication='1' generate_node_acls='1''... Parameter authentication is now '1'. Parameter generate_node_acls is now '1'. INFO: [2023-02-02 11:25:01] Setting userid and password in auth group with params group = auth, userid = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~, password = .-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba, mutual_userid = 0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ, mutual_password = .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 INFO: [2023-02-02 11:25:01] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth userid='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~' password='.-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba' mutual_userid='0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' mutual_password='.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789''... Parameter userid is now 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~'. Parameter password is now '.-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba'. Parameter mutual_userid is now '0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'. Parameter mutual_password is now '.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'. INFO: [2023-02-02 11:25:01] Writing var CHAP_MUTUAL_USERID with params var = {'CHAP_MUTUAL_USERID': '0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'} INFO: [2023-02-02 11:25:01] Writing var CHAP_MUTUAL_PASSWORD with params var = {'CHAP_MUTUAL_PASSWORD': '.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'} INFO: [2023-02-02 11:25:01] Writing var CHAP_USERID with params var = {'CHAP_USERID': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~'} INFO: [2023-02-02 11:25:01] Writing var CHAP_PASSWORD with params var = {'CHAP_PASSWORD': '.-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba'} ============================================================================================================== Running test 'targetcli/cli/iscsi_chap_2way' ============================================================================================================== INFO: [2023-02-02 11:25:02] Running: 'fmf_distro='[rhel-8, rhel-9, fedora, centos-8, centos-9]' fmf_expected_ret='True' fmf_tags='[targetcli_basic, chap]' fmf_target_ip='127.0.0.1' fmf_name='targetcli/cli/iscsi_chap_2way' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/cli/iscsi_chap_2ways.py'... INFO: [2023-02-02 11:25:02] Setting auth parameters in iscsid config with params target_user = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~, target_pass = .-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba, initiator_user = 0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ, initiator_pass = .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 INFO: Setting mutual two-way CHAP authentication ################################################################################ INFO: Setting node.session.auth.authmethod to CHAP in iscsid.conf ################################################################################ ################################################################################ INFO: Setting node.session.auth.username to abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~ in iscsid.conf ################################################################################ ################################################################################ INFO: Setting node.session.auth.password to .-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.authmethod to CHAP in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.username to abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~ in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.password to .-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba in iscsid.conf ################################################################################ ################################################################################ INFO: Setting node.session.auth.username_in to 0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ in iscsid.conf ################################################################################ ################################################################################ INFO: Setting node.session.auth.password_in to .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.username_in to 0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.password_in to .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 in iscsid.conf ################################################################################ INFO: [2023-02-02 11:25:04] Running: 'systemctl show iscsid --property=ActiveEnterTimestamp'... ActiveEnterTimestamp=Thu 2023-02-02 11:24:43 EST INFO: [2023-02-02 11:25:04] Running: 'systemctl restart iscsid'... INFO: node.session.auth.authmethod set successfully to CHAP INFO: node.session.auth.username set successfully to abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~ INFO: node.session.auth.password set successfully to .-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba INFO: discovery.sendtargets.auth.authmethod set successfully to CHAP INFO: discovery.sendtargets.auth.username set successfully to abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~ INFO: discovery.sendtargets.auth.password set successfully to .-+@_=:/[],~9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba INFO: node.session.auth.username_in set successfully to 0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ INFO: node.session.auth.password_in set successfully to .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 INFO: discovery.sendtargets.auth.username_in set successfully to 0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ INFO: discovery.sendtargets.auth.password_in set successfully to .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 INFO: [2023-02-02 11:25:04] Running: 'systemctl show iscsid --property=ActiveEnterTimestamp'... ActiveEnterTimestamp=Thu 2023-02-02 11:25:04 EST Waiting 5 seconds before restart. INFO: [2023-02-02 11:25:10] Running: 'systemctl restart iscsid'... INFO: CHAP authentication enabled INFO: [2023-02-02 11:25:10] Discovering local target with params target = 127.0.0.1, disc_db = True INFO: Executing Discovery_ST() with these arges: Target: 127.0.0.1 INFO: [2023-02-02 11:25:10] Running: 'iscsiadm -m discoverydb -D -p 127.0.0.1 -o new -t st'... 127.0.0.1:3260,1 iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63 INFO: [2023-02-02 11:25:10] Trying to login to target: 127.0.0.1 with params target = iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63 INFO: Performing iSCSI login INFO: [2023-02-02 11:25:10] Running: 'iscsiadm -m node -l -T iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63'... Logging in to [iface: default, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] Login to [iface: default, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] successful. INFO: Waiting udev to finish storage scan INFO: [2023-02-02 11:25:10] Running: 'udevadm settle'... INFO: [2023-02-02 11:25:25] Cleaning up INFO: [2023-02-02 11:25:25] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: [2023-02-02 11:25:26] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: vda2: Presuming virtual disk does not have wwid. WARN:(libsan.host.iscsi) is_iscsi_boot() - Could not determine boot WWID for vda2 INFO: [2023-02-02 11:25:26] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: Performing iSCSI logout INFO: [2023-02-02 11:25:26] Running: 'iscsiadm -m node -u'... Logging out of session [sid: 3, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] Logout of [sid: 3, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] successful. INFO: Deleting target portal: 127.0.0.1 INFO: [2023-02-02 11:25:27] Running: 'iscsiadm -m discoverydb --type sendtargets --portal "127.0.0.1:3260" -o delete'... INFO: [2023-02-02 11:25:27] Disabling CHAP INFO: [2023-02-02 11:25:28] Running: 'systemctl show iscsid --property=ActiveEnterTimestamp'... ActiveEnterTimestamp=Thu 2023-02-02 11:25:10 EST INFO: [2023-02-02 11:25:29] Running: 'systemctl restart iscsid'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:25:29] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:00:04 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:25:33] Setting parameter: userid to '' in group auth with params group = auth, userid = INFO: [2023-02-02 11:25:33] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth userid='''... Parameter userid is now ''. INFO: [2023-02-02 11:25:34] Setting parameter: password to '' in group auth with params group = auth, password = INFO: [2023-02-02 11:25:34] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth password='''... Parameter password is now ''. INFO: [2023-02-02 11:25:34] Setting parameter: mutual_userid to '' in group auth with params group = auth, mutual_userid = INFO: [2023-02-02 11:25:34] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth mutual_userid='''... Parameter mutual_userid is now ''. INFO: [2023-02-02 11:25:34] Setting parameter: mutual_password to '' in group auth with params group = auth, mutual_password = INFO: [2023-02-02 11:25:34] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth mutual_password='''... Parameter mutual_password is now ''. INFO: [2023-02-02 11:25:35] Setting parameter: userid to '' in group discovery_auth with params group = discovery_auth, userid = INFO: [2023-02-02 11:25:35] Running: 'targetcli /iscsi set discovery_auth userid='''... Parameter userid is now ''. INFO: [2023-02-02 11:25:35] Setting parameter: password to '' in group discovery_auth with params group = discovery_auth, password = INFO: [2023-02-02 11:25:35] Running: 'targetcli /iscsi set discovery_auth password='''... Parameter password is now ''. INFO: [2023-02-02 11:25:35] Setting parameter: mutual_userid to '' in group discovery_auth with params group = discovery_auth, mutual_userid = INFO: [2023-02-02 11:25:35] Running: 'targetcli /iscsi set discovery_auth mutual_userid='''... Parameter mutual_userid is now ''. INFO: [2023-02-02 11:25:36] Setting parameter: mutual_password to '' in group discovery_auth with params group = discovery_auth, mutual_password = INFO: [2023-02-02 11:25:36] Running: 'targetcli /iscsi set discovery_auth mutual_password='''... Parameter mutual_password is now ''. ============================================================================================================== Running cleanup 'targetcli/setup/disable_chap' ============================================================================================================== INFO: [2023-02-02 11:25:36] Running: 'fmf_setup='True' fmf_name='targetcli/setup/disable_chap' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/disable_chap.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:25:37] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:00:12 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:25:41] Disabling discovery_auth with params enable = 0, group = discovery_auth INFO: [2023-02-02 11:25:41] Running: 'targetcli /iscsi set discovery_auth enable='0''... Parameter enable is now 'False'. INFO: [2023-02-02 11:25:42] Disabling authentication with params group = attribute, authentication = 0 INFO: [2023-02-02 11:25:42] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set attribute authentication='0''... Parameter authentication is now '0'. INFO: [2023-02-02 11:25:42] Removing var: CHAP_MUTUAL_USERID from /tmp with params var = CHAP_MUTUAL_USERID INFO: [2023-02-02 11:25:42] Removing var: CHAP_MUTUAL_PASSWORD from /tmp with params var = CHAP_MUTUAL_PASSWORD INFO: [2023-02-02 11:25:42] Removing var: CHAP_PASSWORD from /tmp with params var = CHAP_PASSWORD INFO: [2023-02-02 11:25:42] Removing var: CHAP_USERID from /tmp with params var = CHAP_USERID ============================================================================================================== Running setup 'targetcli/setup/configure_chap_2ways_long' ============================================================================================================== INFO: [2023-02-02 11:25:42] Running: 'fmf_setup='True' fmf_mutual_password='.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs0123456789' fmf_mutual_userid='0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs' fmf_password='.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs' fmf_userid='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs.-+@_=:/[],~' fmf_name='targetcli/setup/configure_chap_2ways_long' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/configure_chap.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:25:43] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:00:18 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:25:47] Enabling discovery_auth and setting userid and password with params enable = 1, group = discovery_auth, userid = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs.-+@_=:/[],~, password = .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs, mutual_userid = 0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs, mutual_password = .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs0123456789 INFO: [2023-02-02 11:25:47] Running: 'targetcli /iscsi set discovery_auth enable='1' userid='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs.-+@_=:/[],~' password='.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs' mutual_userid='0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs' mutual_password='.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs0123456789''... Parameter enable is now 'True'. Parameter userid is now 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs.-+@_=:/[],~'. Parameter password is now '.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs'. Parameter mutual_userid is now '0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs'. Parameter mutual_password is now '.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs0123456789'. INFO: [2023-02-02 11:25:48] Enabling authentication and generate node acls with params group = attribute, authentication = 1, generate_node_acls = 1 INFO: [2023-02-02 11:25:48] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set attribute authentication='1' generate_node_acls='1''... Parameter authentication is now '1'. Parameter generate_node_acls is now '1'. INFO: [2023-02-02 11:25:48] Setting userid and password in auth group with params group = auth, userid = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs.-+@_=:/[],~, password = .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs, mutual_userid = 0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs, mutual_password = .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs0123456789 INFO: [2023-02-02 11:25:48] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth userid='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs.-+@_=:/[],~' password='.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs' mutual_userid='0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs' mutual_password='.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs0123456789''... Parameter userid is now 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs.-+@_=:/[],~'. Parameter password is now '.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs'. Parameter mutual_userid is now '0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs'. Parameter mutual_password is now '.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs0123456789'. INFO: [2023-02-02 11:25:48] Writing var CHAP_MUTUAL_USERID with params var = {'CHAP_MUTUAL_USERID': '0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs'} INFO: [2023-02-02 11:25:48] Writing var CHAP_MUTUAL_PASSWORD with params var = {'CHAP_MUTUAL_PASSWORD': '.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs0123456789'} INFO: [2023-02-02 11:25:48] Writing var CHAP_USERID with params var = {'CHAP_USERID': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs.-+@_=:/[],~'} INFO: [2023-02-02 11:25:48] Writing var CHAP_PASSWORD with params var = {'CHAP_PASSWORD': '.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs'} ============================================================================================================== Running test 'targetcli/cli/iscsi_chap_2way_long' ============================================================================================================== INFO: [2023-02-02 11:25:48] Running: 'fmf_distro='[rhel-8, rhel-9, fedora, centos-8, centos-9]' fmf_expected_ret='True' fmf_tags='[targetcli_basic, chap]' fmf_target_ip='127.0.0.1' fmf_name='targetcli/cli/iscsi_chap_2way_long' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/cli/iscsi_chap_2ways.py'... INFO: [2023-02-02 11:25:49] Setting auth parameters in iscsid config with params target_user = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs.-+@_=:/[],~, target_pass = .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs, initiator_user = 0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs, initiator_pass = .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs0123456789 INFO: Setting mutual two-way CHAP authentication ################################################################################ INFO: Setting node.session.auth.authmethod to CHAP in iscsid.conf ################################################################################ ################################################################################ INFO: Setting node.session.auth.username to abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs.-+@_=:/[],~ in iscsid.conf ################################################################################ ################################################################################ INFO: Setting node.session.auth.password to .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.authmethod to CHAP in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.username to abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs.-+@_=:/[],~ in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.password to .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs in iscsid.conf ################################################################################ ################################################################################ INFO: Setting node.session.auth.username_in to 0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs in iscsid.conf ################################################################################ ################################################################################ INFO: Setting node.session.auth.password_in to .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs0123456789 in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.username_in to 0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.password_in to .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs0123456789 in iscsid.conf ################################################################################ INFO: [2023-02-02 11:25:51] Running: 'systemctl show iscsid --property=ActiveEnterTimestamp'... ActiveEnterTimestamp=Thu 2023-02-02 11:25:29 EST INFO: [2023-02-02 11:25:51] Running: 'systemctl restart iscsid'... INFO: node.session.auth.authmethod set successfully to CHAP INFO: node.session.auth.username set successfully to abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs.-+@_=:/[],~ INFO: node.session.auth.password set successfully to .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs INFO: discovery.sendtargets.auth.authmethod set successfully to CHAP INFO: discovery.sendtargets.auth.username set successfully to abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs.-+@_=:/[],~ INFO: discovery.sendtargets.auth.password set successfully to .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs INFO: node.session.auth.username_in set successfully to 0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs INFO: node.session.auth.password_in set successfully to .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs0123456789 INFO: discovery.sendtargets.auth.username_in set successfully to 0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs INFO: discovery.sendtargets.auth.password_in set successfully to .-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+@_=:/[],~abcdefghijklmnopqrs0123456789 INFO: [2023-02-02 11:25:51] Running: 'systemctl show iscsid --property=ActiveEnterTimestamp'... ActiveEnterTimestamp=Thu 2023-02-02 11:25:51 EST Waiting 5 seconds before restart. INFO: [2023-02-02 11:25:56] Running: 'systemctl restart iscsid'... INFO: CHAP authentication enabled INFO: [2023-02-02 11:25:57] Discovering local target with params target = 127.0.0.1, disc_db = True INFO: Executing Discovery_ST() with these arges: Target: 127.0.0.1 INFO: [2023-02-02 11:25:57] Running: 'iscsiadm -m discoverydb -D -p 127.0.0.1 -o new -t st'... 127.0.0.1:3260,1 iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63 INFO: [2023-02-02 11:25:57] Trying to login to target: 127.0.0.1 with params target = iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63 INFO: Performing iSCSI login INFO: [2023-02-02 11:25:57] Running: 'iscsiadm -m node -l -T iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63'... Logging in to [iface: default, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] Login to [iface: default, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] successful. INFO: Waiting udev to finish storage scan INFO: [2023-02-02 11:25:57] Running: 'udevadm settle'... INFO: [2023-02-02 11:26:12] Cleaning up INFO: [2023-02-02 11:26:12] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: [2023-02-02 11:26:12] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: vda2: Presuming virtual disk does not have wwid. WARN:(libsan.host.iscsi) is_iscsi_boot() - Could not determine boot WWID for vda2 INFO: [2023-02-02 11:26:13] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: Performing iSCSI logout INFO: [2023-02-02 11:26:13] Running: 'iscsiadm -m node -u'... Logging out of session [sid: 4, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] Logout of [sid: 4, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] successful. INFO: Deleting target portal: 127.0.0.1 INFO: [2023-02-02 11:26:13] Running: 'iscsiadm -m discoverydb --type sendtargets --portal "127.0.0.1:3260" -o delete'... INFO: [2023-02-02 11:26:13] Disabling CHAP INFO: [2023-02-02 11:26:15] Running: 'systemctl show iscsid --property=ActiveEnterTimestamp'... ActiveEnterTimestamp=Thu 2023-02-02 11:25:57 EST INFO: [2023-02-02 11:26:15] Running: 'systemctl restart iscsid'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:26:16] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:00:51 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:26:20] Setting parameter: userid to '' in group auth with params group = auth, userid = INFO: [2023-02-02 11:26:20] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth userid='''... Parameter userid is now ''. INFO: [2023-02-02 11:26:20] Setting parameter: password to '' in group auth with params group = auth, password = INFO: [2023-02-02 11:26:21] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth password='''... Parameter password is now ''. INFO: [2023-02-02 11:26:21] Setting parameter: mutual_userid to '' in group auth with params group = auth, mutual_userid = INFO: [2023-02-02 11:26:21] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth mutual_userid='''... Parameter mutual_userid is now ''. INFO: [2023-02-02 11:26:21] Setting parameter: mutual_password to '' in group auth with params group = auth, mutual_password = INFO: [2023-02-02 11:26:21] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth mutual_password='''... Parameter mutual_password is now ''. INFO: [2023-02-02 11:26:22] Setting parameter: userid to '' in group discovery_auth with params group = discovery_auth, userid = INFO: [2023-02-02 11:26:22] Running: 'targetcli /iscsi set discovery_auth userid='''... Parameter userid is now ''. INFO: [2023-02-02 11:26:22] Setting parameter: password to '' in group discovery_auth with params group = discovery_auth, password = INFO: [2023-02-02 11:26:22] Running: 'targetcli /iscsi set discovery_auth password='''... Parameter password is now ''. INFO: [2023-02-02 11:26:22] Setting parameter: mutual_userid to '' in group discovery_auth with params group = discovery_auth, mutual_userid = INFO: [2023-02-02 11:26:22] Running: 'targetcli /iscsi set discovery_auth mutual_userid='''... Parameter mutual_userid is now ''. INFO: [2023-02-02 11:26:23] Setting parameter: mutual_password to '' in group discovery_auth with params group = discovery_auth, mutual_password = INFO: [2023-02-02 11:26:23] Running: 'targetcli /iscsi set discovery_auth mutual_password='''... Parameter mutual_password is now ''. ============================================================================================================== Running cleanup 'targetcli/setup/disable_chap' ============================================================================================================== INFO: [2023-02-02 11:26:23] Running: 'fmf_setup='True' fmf_name='targetcli/setup/disable_chap' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/disable_chap.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:26:24] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:00:59 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:26:28] Disabling discovery_auth with params enable = 0, group = discovery_auth INFO: [2023-02-02 11:26:28] Running: 'targetcli /iscsi set discovery_auth enable='0''... Parameter enable is now 'False'. INFO: [2023-02-02 11:26:29] Disabling authentication with params group = attribute, authentication = 0 INFO: [2023-02-02 11:26:29] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set attribute authentication='0''... Parameter authentication is now '0'. INFO: [2023-02-02 11:26:29] Removing var: CHAP_MUTUAL_USERID from /tmp with params var = CHAP_MUTUAL_USERID INFO: [2023-02-02 11:26:29] Removing var: CHAP_MUTUAL_PASSWORD from /tmp with params var = CHAP_MUTUAL_PASSWORD INFO: [2023-02-02 11:26:29] Removing var: CHAP_PASSWORD from /tmp with params var = CHAP_PASSWORD INFO: [2023-02-02 11:26:29] Removing var: CHAP_USERID from /tmp with params var = CHAP_USERID ============================================================================================================== Running setup 'targetcli/setup/configure_chap_2ways_short' ============================================================================================================== INFO: [2023-02-02 11:26:29] Running: 'fmf_setup='True' fmf_mutual_password='1' fmf_mutual_userid='A' fmf_password='0' fmf_userid='a' fmf_name='targetcli/setup/configure_chap_2ways_short' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/configure_chap.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:26:30] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:01:05 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:26:34] Enabling discovery_auth and setting userid and password with params enable = 1, group = discovery_auth, userid = a, password = 0, mutual_userid = A, mutual_password = 1 INFO: [2023-02-02 11:26:34] Running: 'targetcli /iscsi set discovery_auth enable='1' userid='a' password='0' mutual_userid='A' mutual_password='1''... Parameter enable is now 'True'. Parameter userid is now 'a'. Parameter password is now '0'. Parameter mutual_userid is now 'A'. Parameter mutual_password is now '1'. INFO: [2023-02-02 11:26:35] Enabling authentication and generate node acls with params group = attribute, authentication = 1, generate_node_acls = 1 INFO: [2023-02-02 11:26:35] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set attribute authentication='1' generate_node_acls='1''... Parameter authentication is now '1'. Parameter generate_node_acls is now '1'. INFO: [2023-02-02 11:26:35] Setting userid and password in auth group with params group = auth, userid = a, password = 0, mutual_userid = A, mutual_password = 1 INFO: [2023-02-02 11:26:35] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth userid='a' password='0' mutual_userid='A' mutual_password='1''... Parameter userid is now 'a'. Parameter password is now '0'. Parameter mutual_userid is now 'A'. Parameter mutual_password is now '1'. INFO: [2023-02-02 11:26:35] Writing var CHAP_MUTUAL_USERID with params var = {'CHAP_MUTUAL_USERID': 'A'} INFO: [2023-02-02 11:26:35] Writing var CHAP_MUTUAL_PASSWORD with params var = {'CHAP_MUTUAL_PASSWORD': '1'} INFO: [2023-02-02 11:26:35] Writing var CHAP_USERID with params var = {'CHAP_USERID': 'a'} INFO: [2023-02-02 11:26:35] Writing var CHAP_PASSWORD with params var = {'CHAP_PASSWORD': '0'} ============================================================================================================== Running test 'targetcli/cli/iscsi_chap_2way_short' ============================================================================================================== INFO: [2023-02-02 11:26:35] Running: 'fmf_distro='[rhel-8, rhel-9, fedora, centos-8, centos-9]' fmf_expected_ret='True' fmf_tags='[targetcli_basic, chap]' fmf_target_ip='127.0.0.1' fmf_name='targetcli/cli/iscsi_chap_2way_short' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/cli/iscsi_chap_2ways.py'... INFO: [2023-02-02 11:26:36] Setting auth parameters in iscsid config with params target_user = a, target_pass = 0, initiator_user = A, initiator_pass = 1 INFO: Setting mutual two-way CHAP authentication ################################################################################ INFO: Setting node.session.auth.authmethod to CHAP in iscsid.conf ################################################################################ ################################################################################ INFO: Setting node.session.auth.username to a in iscsid.conf ################################################################################ ################################################################################ INFO: Setting node.session.auth.password to 0 in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.authmethod to CHAP in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.username to a in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.password to 0 in iscsid.conf ################################################################################ ################################################################################ INFO: Setting node.session.auth.username_in to A in iscsid.conf ################################################################################ ################################################################################ INFO: Setting node.session.auth.password_in to 1 in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.username_in to A in iscsid.conf ################################################################################ ################################################################################ INFO: Setting discovery.sendtargets.auth.password_in to 1 in iscsid.conf ################################################################################ INFO: [2023-02-02 11:26:38] Running: 'systemctl show iscsid --property=ActiveEnterTimestamp'... ActiveEnterTimestamp=Thu 2023-02-02 11:26:15 EST INFO: [2023-02-02 11:26:38] Running: 'systemctl restart iscsid'... INFO: node.session.auth.authmethod set successfully to CHAP INFO: node.session.auth.username set successfully to a INFO: node.session.auth.password set successfully to 0 INFO: discovery.sendtargets.auth.authmethod set successfully to CHAP INFO: discovery.sendtargets.auth.username set successfully to a INFO: discovery.sendtargets.auth.password set successfully to 0 INFO: node.session.auth.username_in set successfully to A INFO: node.session.auth.password_in set successfully to 1 INFO: discovery.sendtargets.auth.username_in set successfully to A INFO: discovery.sendtargets.auth.password_in set successfully to 1 INFO: [2023-02-02 11:26:38] Running: 'systemctl show iscsid --property=ActiveEnterTimestamp'... ActiveEnterTimestamp=Thu 2023-02-02 11:26:38 EST Waiting 5 seconds before restart. INFO: [2023-02-02 11:26:44] Running: 'systemctl restart iscsid'... INFO: CHAP authentication enabled INFO: [2023-02-02 11:26:44] Discovering local target with params target = 127.0.0.1, disc_db = True INFO: Executing Discovery_ST() with these arges: Target: 127.0.0.1 INFO: [2023-02-02 11:26:44] Running: 'iscsiadm -m discoverydb -D -p 127.0.0.1 -o new -t st'... 127.0.0.1:3260,1 iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63 INFO: [2023-02-02 11:26:44] Trying to login to target: 127.0.0.1 with params target = iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63 INFO: Performing iSCSI login INFO: [2023-02-02 11:26:44] Running: 'iscsiadm -m node -l -T iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63'... Logging in to [iface: default, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] Login to [iface: default, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] successful. INFO: Waiting udev to finish storage scan INFO: [2023-02-02 11:26:44] Running: 'udevadm settle'... INFO: [2023-02-02 11:26:59] Cleaning up INFO: [2023-02-02 11:26:59] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: [2023-02-02 11:27:00] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: vda2: Presuming virtual disk does not have wwid. WARN:(libsan.host.iscsi) is_iscsi_boot() - Could not determine boot WWID for vda2 INFO: [2023-02-02 11:27:00] Running: 'udevadm info -q name --name=/dev/sda'... sda INFO: Performing iSCSI logout INFO: [2023-02-02 11:27:00] Running: 'iscsiadm -m node -u'... Logging out of session [sid: 5, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] Logout of [sid: 5, target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63, portal: 127.0.0.1,3260] successful. INFO: Deleting target portal: 127.0.0.1 INFO: [2023-02-02 11:27:00] Running: 'iscsiadm -m discoverydb --type sendtargets --portal "127.0.0.1:3260" -o delete'... INFO: [2023-02-02 11:27:00] Disabling CHAP INFO: [2023-02-02 11:27:02] Running: 'systemctl show iscsid --property=ActiveEnterTimestamp'... ActiveEnterTimestamp=Thu 2023-02-02 11:26:44 EST INFO: [2023-02-02 11:27:02] Running: 'systemctl restart iscsid'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:27:03] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:01:38 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:27:07] Setting parameter: userid to '' in group auth with params group = auth, userid = INFO: [2023-02-02 11:27:07] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth userid='''... Parameter userid is now ''. INFO: [2023-02-02 11:27:07] Setting parameter: password to '' in group auth with params group = auth, password = INFO: [2023-02-02 11:27:07] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth password='''... Parameter password is now ''. INFO: [2023-02-02 11:27:08] Setting parameter: mutual_userid to '' in group auth with params group = auth, mutual_userid = INFO: [2023-02-02 11:27:08] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth mutual_userid='''... Parameter mutual_userid is now ''. INFO: [2023-02-02 11:27:08] Setting parameter: mutual_password to '' in group auth with params group = auth, mutual_password = INFO: [2023-02-02 11:27:08] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set auth mutual_password='''... Parameter mutual_password is now ''. INFO: [2023-02-02 11:27:08] Setting parameter: userid to '' in group discovery_auth with params group = discovery_auth, userid = INFO: [2023-02-02 11:27:08] Running: 'targetcli /iscsi set discovery_auth userid='''... Parameter userid is now ''. INFO: [2023-02-02 11:27:09] Setting parameter: password to '' in group discovery_auth with params group = discovery_auth, password = INFO: [2023-02-02 11:27:09] Running: 'targetcli /iscsi set discovery_auth password='''... Parameter password is now ''. INFO: [2023-02-02 11:27:09] Setting parameter: mutual_userid to '' in group discovery_auth with params group = discovery_auth, mutual_userid = INFO: [2023-02-02 11:27:09] Running: 'targetcli /iscsi set discovery_auth mutual_userid='''... Parameter mutual_userid is now ''. INFO: [2023-02-02 11:27:09] Setting parameter: mutual_password to '' in group discovery_auth with params group = discovery_auth, mutual_password = INFO: [2023-02-02 11:27:09] Running: 'targetcli /iscsi set discovery_auth mutual_password='''... Parameter mutual_password is now ''. ============================================================================================================== Running cleanup 'targetcli/setup/disable_chap' ============================================================================================================== INFO: [2023-02-02 11:27:10] Running: 'fmf_setup='True' fmf_name='targetcli/setup/disable_chap' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/disable_chap.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:27:10] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:01:45 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:27:15] Disabling discovery_auth with params enable = 0, group = discovery_auth INFO: [2023-02-02 11:27:15] Running: 'targetcli /iscsi set discovery_auth enable='0''... Parameter enable is now 'False'. INFO: [2023-02-02 11:27:15] Disabling authentication with params group = attribute, authentication = 0 INFO: [2023-02-02 11:27:15] Running: 'targetcli /iscsi/iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63/tpg1 set attribute authentication='0''... Parameter authentication is now '0'. INFO: [2023-02-02 11:27:15] Removing var: CHAP_MUTUAL_USERID from /tmp with params var = CHAP_MUTUAL_USERID INFO: [2023-02-02 11:27:15] Removing var: CHAP_MUTUAL_PASSWORD from /tmp with params var = CHAP_MUTUAL_PASSWORD INFO: [2023-02-02 11:27:15] Removing var: CHAP_PASSWORD from /tmp with params var = CHAP_PASSWORD INFO: [2023-02-02 11:27:15] Removing var: CHAP_USERID from /tmp with params var = CHAP_USERID ============================================================================================================== Running cleanup 'targetcli/setup/delete_iscsi_target' ============================================================================================================== INFO: [2023-02-02 11:27:16] Running: 'fmf_setup='True' fmf_name='targetcli/setup/delete_iscsi_target' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/delete_iscsi_target.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:27:16] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:01:51 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:27:20] Deleting iscsi target: iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63 with params wwn = iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63 INFO: [2023-02-02 11:27:20] Running: 'targetcli /iscsi delete wwn=iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63 '... Deleted Target iqn.2003-01.org.linux-iscsi.kvm-03-guest19.x8664:sn.d0df53cadd63. ============================================================================================================== Running cleanup 'targetcli/setup/delete_fileio' ============================================================================================================== INFO: [2023-02-02 11:27:21] Running: 'fmf_setup='True' fmf_backstore='fileio' fmf_name='targetcli/setup/delete_fileio' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/delete_backstore.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:27:21] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:01:56 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:27:26] Deleting bacstore fileio with params name = fileio INFO: [2023-02-02 11:27:26] Running: 'targetcli /backstores/fileio delete name=fileio '... Deleted storage object fileio. INFO: [2023-02-02 11:27:26] Removing file with params cmd = rm -f /var/tmp/fileio_file INFO: [2023-02-02 11:27:26] Running: 'rm -f /var/tmp/fileio_file'... ============================================================================================================== Running cleanup 'targetcli/setup/start_multipath' ============================================================================================================== INFO: [2023-02-02 11:27:27] Running: 'fmf_setup='True' fmf_name='targetcli/setup/start_multipath' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/start_multipath.py'... INFO: device-mapper-multipath is installed (device-mapper-multipath-0.9.4-1.fc38.x86_64) WARN: Skipping start of the services because they have not been running! INFO: [2023-02-02 11:27:28] Cleaning var START_MULTIPATH with params var = START_MULTIPATH ============================================================================================================== Running setup 'targetcli/setup/create_fileio' ============================================================================================================== INFO: [2023-02-02 11:27:28] Running: 'fmf_setup='True' fmf_backstore_name='fileio' fmf_backstore_type='fileio' fmf_file_or_dev='fileio_file' fmf_size='1M' fmf_name='targetcli/setup/create_fileio' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/create_backstore.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:27:28] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:02:03 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:27:33] Creating backstore object with path /backstores/fileio with params name = fileio, file_or_dev = /var/tmp/fileio_file, size = 1M INFO: [2023-02-02 11:27:33] Running: 'targetcli /backstores/fileio create name=fileio file_or_dev=/var/tmp/fileio_file size=1M '... Created fileio fileio with size 1048576 INFO: [2023-02-02 11:27:33] Writing var TARGETCLI_fileio_NAME with params var = {'FILEIO_NAME': 'fileio'} INFO: [2023-02-02 11:27:33] Writing var FILEIO_FILE with params var = {'FILEIO_FILE': '/var/tmp/fileio_file'} ============================================================================================================== Running test 'targetcli/cli/fileio_attributes' ============================================================================================================== INFO: [2023-02-02 11:27:33] Running: 'fmf_distro='[rhel-7, rhel-8, rhel-9, fedora, centos-8, centos-9]' fmf_tags='[targetcli_basic]' fmf_name='targetcli/cli/fileio_attributes' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/cli/fileio_attributes.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:27:34] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:02:09 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:27:39] Getting parameters from group attribute with params group = attribute INFO: [2023-02-02 11:27:39] Running: 'targetcli /backstores/fileio/fileio get attribute '... ATTRIBUTE CONFIG GROUP ====================== alua_support=1 -------------- block_size=512 -------------- Block size of the underlying device. emulate_3pc=1 ------------- If set to 1, enable Third Party Copy. emulate_caw=1 ------------- If set to 1, enable Compare and Write. emulate_dpo=1 ------------- If set to 1, turn on Disable Page Out. emulate_fua_read=1 ------------------ If set to 1, enable Force Unit Access read. emulate_fua_write=1 ------------------- If set to 1, enable Force Unit Access write. emulate_model_alias=1 --------------------- If set to 1, use the backend device name for the model alias. emulate_pr=1 ------------ If set to 1, enable SCSI Reservations. emulate_rest_reord=0 -------------------- If set to 0, the Queue Algorithm Modifier is Restricted Reordering. emulate_rsoc=1 -------------- emulate_tas=1 ------------- If set to 1, enable Task Aborted Status. emulate_tpu=0 ------------- If set to 1, enable Thin Provisioning Unmap. emulate_tpws=0 -------------- If set to 1, enable Thin Provisioning Write Same. emulate_ua_intlck_ctrl=0 ------------------------ If set to 1, enable Unit Attention Interlock. emulate_write_cache=1 --------------------- If set to 1, turn on Write Cache Enable. enforce_pr_isids=1 ------------------ If set to 1, enforce persistent reservation ISIDs. force_pr_aptpl=0 ---------------- If set to 1, force SPC-3 PR Activate Persistence across Target Power Loss operation. hw_block_size=512 [ro] ---------------------- Hardware block size in bytes. hw_max_sectors=16384 [ro] ------------------------- Maximum number of sectors the hardware can transfer at once. hw_pi_prot_type=0 [ro] ---------------------- If non-zero, DIF protection is enabled on the underlying hardware. hw_queue_depth=128 [ro] ----------------------- Hardware queue depth. is_nonrot=0 ----------- If set to 1, the backstore is a non rotational device. max_unmap_block_desc_count=1 ---------------------------- Maximum number of block descriptors for UNMAP. max_unmap_lba_count=8192 ------------------------ Maximum number of LBA for UNMAP. max_write_same_len=4096 ----------------------- Maximum length for WRITE_SAME. optimal_sectors=16384 --------------------- Optimal request size in sectors. pgr_support=1 ------------- pi_prot_format=0 ---------------- DIF protection format. pi_prot_type=0 -------------- DIF protection type. pi_prot_verify=0 ---------------- queue_depth=128 --------------- Queue depth. unmap_granularity=1 ------------------- UNMAP granularity. unmap_granularity_alignment=0 ----------------------------- UNMAP granularity alignment. unmap_zeroes_data=0 ------------------- If set to 1, zeroes are read back after an UNMAP. INFO: [2023-02-02 11:27:39] Changing parameters in group attribute with params group = attribute, emulate_3pc = 0, emulate_caw = 0, emulate_fua_write = 0, emulate_model_alias = 0, emulate_pr = 0, emulate_rsoc = 0, emulate_tas = 0, emulate_tpu = 1, emulate_ua_intlck_ctrl = 1, emulate_write_cache = 0, enforce_pr_isids = 0, force_pr_aptpl = 1, is_nonrot = 1, max_unmap_block_desc_count = 0, max_unmap_lba_count = 4096, max_write_same_len = 2048, optimal_sectors = 8192, pi_prot_type = 1, queue_depth = 64, unmap_granularity = 0, unmap_granularity_alignment = 1 INFO: [2023-02-02 11:27:39] Running: 'targetcli /backstores/fileio/fileio set attribute emulate_3pc='0' emulate_caw='0' emulate_fua_write='0' emulate_model_alias='0' emulate_pr='0' emulate_rsoc='0' emulate_tas='0' emulate_tpu='1' emulate_ua_intlck_ctrl='1' emulate_write_cache='0' enforce_pr_isids='0' force_pr_aptpl='1' is_nonrot='1' max_unmap_block_desc_count='0' max_unmap_lba_count='4096' max_write_same_len='2048' optimal_sectors='8192' pi_prot_type='1' queue_depth='64' unmap_granularity='0' unmap_granularity_alignment='1''... Parameter emulate_3pc is now '0'. Parameter emulate_caw is now '0'. Parameter emulate_fua_write is now '0'. Parameter emulate_model_alias is now '0'. Parameter emulate_pr is now '0'. Parameter emulate_rsoc is now '0'. Parameter emulate_tas is now '0'. Parameter emulate_tpu is now '1'. Parameter emulate_ua_intlck_ctrl is now '1'. Parameter emulate_write_cache is now '0'. Parameter enforce_pr_isids is now '0'. Parameter force_pr_aptpl is now '1'. Parameter is_nonrot is now '1'. Parameter max_unmap_block_desc_count is now '0'. Parameter max_unmap_lba_count is now '4096'. Parameter max_write_same_len is now '2048'. Parameter optimal_sectors is now '8192'. Parameter pi_prot_type is now '1'. Parameter queue_depth is now '64'. Parameter unmap_granularity is now '0'. Parameter unmap_granularity_alignment is now '1'. INFO: [2023-02-02 11:27:40] Getting parameters from group attribute with params group = attribute, emulate_3pc = 0, emulate_caw = 0, emulate_fua_write = 0, emulate_model_alias = 0, emulate_pr = 0, emulate_rsoc = 0, emulate_tas = 0, emulate_tpu = 1, emulate_ua_intlck_ctrl = 1, emulate_write_cache = 0, enforce_pr_isids = 0, force_pr_aptpl = 1, is_nonrot = 1, max_unmap_block_desc_count = 0, max_unmap_lba_count = 4096, max_write_same_len = 2048, optimal_sectors = 8192, pi_prot_type = 1, queue_depth = 64, unmap_granularity = 0, unmap_granularity_alignment = 1 INFO: [2023-02-02 11:27:40] Running: 'targetcli /backstores/fileio/fileio get attribute emulate_3pc emulate_caw emulate_fua_write emulate_model_alias emulate_pr emulate_rsoc emulate_tas emulate_tpu emulate_ua_intlck_ctrl emulate_write_cache enforce_pr_isids force_pr_aptpl is_nonrot max_unmap_block_desc_count max_unmap_lba_count max_write_same_len optimal_sectors pi_prot_type queue_depth unmap_granularity unmap_granularity_alignment'... emulate_3pc=0 emulate_caw=0 emulate_fua_write=0 emulate_model_alias=0 emulate_pr=0 emulate_rsoc=0 emulate_tas=0 emulate_tpu=1 emulate_ua_intlck_ctrl=1 emulate_write_cache=0 enforce_pr_isids=0 force_pr_aptpl=1 is_nonrot=1 max_unmap_block_desc_count=0 max_unmap_lba_count=4096 max_write_same_len=2048 optimal_sectors=8192 pi_prot_type=1 queue_depth=64 unmap_granularity=0 unmap_granularity_alignment=1 ============================================================================================================== Running cleanup 'targetcli/setup/delete_fileio' ============================================================================================================== INFO: [2023-02-02 11:27:40] Running: 'fmf_setup='True' fmf_backstore='fileio' fmf_name='targetcli/setup/delete_fileio' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/delete_backstore.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:27:41] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:02:16 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:27:45] Deleting bacstore fileio with params name = fileio INFO: [2023-02-02 11:27:45] Running: 'targetcli /backstores/fileio delete name=fileio '... Deleted storage object fileio. INFO: [2023-02-02 11:27:45] Removing file with params cmd = rm -f /var/tmp/fileio_file INFO: [2023-02-02 11:27:45] Running: 'rm -f /var/tmp/fileio_file'... ============================================================================================================== Running setup 'targetcli/setup/create_ramdisk' ============================================================================================================== INFO: [2023-02-02 11:27:45] Running: 'fmf_setup='True' fmf_backstore_name='ramdisk' fmf_backstore_type='ramdisk' fmf_size='1M' fmf_name='targetcli/setup/create_ramdisk' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/create_backstore.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:27:46] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:02:21 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:27:50] Creating backstore object with path /backstores/ramdisk with params name = ramdisk, size = 1M INFO: [2023-02-02 11:27:50] Running: 'targetcli /backstores/ramdisk create name=ramdisk size=1M '... Created ramdisk ramdisk with size 1M. INFO: [2023-02-02 11:27:50] Writing var TARGETCLI_ramdisk_NAME with params var = {'RAMDISK_NAME': 'ramdisk'} ============================================================================================================== Running test 'targetcli/cli/ramdisk_attributes' ============================================================================================================== INFO: [2023-02-02 11:27:51] Running: 'fmf_distro='[rhel-7, rhel-8, rhel-9, fedora, centos-8, centos-9]' fmf_tags='[targetcli_basic]' fmf_name='targetcli/cli/ramdisk_attributes' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/cli/ramdisk_attributes.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:27:51] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:02:26 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:27:55] Getting parameters from group attribute with params group = attribute INFO: [2023-02-02 11:27:55] Running: 'targetcli /backstores/ramdisk/ramdisk get attribute '... ATTRIBUTE CONFIG GROUP ====================== alua_support=1 -------------- block_size=512 -------------- Block size of the underlying device. emulate_3pc=1 ------------- If set to 1, enable Third Party Copy. emulate_caw=1 ------------- If set to 1, enable Compare and Write. emulate_dpo=1 ------------- If set to 1, turn on Disable Page Out. emulate_fua_read=1 ------------------ If set to 1, enable Force Unit Access read. emulate_fua_write=1 ------------------- If set to 1, enable Force Unit Access write. emulate_model_alias=1 --------------------- If set to 1, use the backend device name for the model alias. emulate_pr=1 ------------ If set to 1, enable SCSI Reservations. emulate_rest_reord=0 -------------------- If set to 0, the Queue Algorithm Modifier is Restricted Reordering. emulate_rsoc=1 -------------- emulate_tas=1 ------------- If set to 1, enable Task Aborted Status. emulate_tpu=0 ------------- If set to 1, enable Thin Provisioning Unmap. emulate_tpws=0 -------------- If set to 1, enable Thin Provisioning Write Same. emulate_ua_intlck_ctrl=0 ------------------------ If set to 1, enable Unit Attention Interlock. emulate_write_cache=0 --------------------- If set to 1, turn on Write Cache Enable. enforce_pr_isids=1 ------------------ If set to 1, enforce persistent reservation ISIDs. force_pr_aptpl=0 ---------------- If set to 1, force SPC-3 PR Activate Persistence across Target Power Loss operation. hw_block_size=512 [ro] ---------------------- Hardware block size in bytes. hw_max_sectors=4294967288 [ro] ------------------------------ Maximum number of sectors the hardware can transfer at once. hw_pi_prot_type=0 [ro] ---------------------- If non-zero, DIF protection is enabled on the underlying hardware. hw_queue_depth=128 [ro] ----------------------- Hardware queue depth. is_nonrot=1 ----------- If set to 1, the backstore is a non rotational device. max_unmap_block_desc_count=0 ---------------------------- Maximum number of block descriptors for UNMAP. max_unmap_lba_count=0 --------------------- Maximum number of LBA for UNMAP. max_write_same_len=0 -------------------- Maximum length for WRITE_SAME. optimal_sectors=4294967288 -------------------------- Optimal request size in sectors. pgr_support=1 ------------- pi_prot_format=0 ---------------- DIF protection format. pi_prot_type=0 -------------- DIF protection type. pi_prot_verify=0 ---------------- queue_depth=128 --------------- Queue depth. unmap_granularity=0 ------------------- UNMAP granularity. unmap_granularity_alignment=0 ----------------------------- UNMAP granularity alignment. unmap_zeroes_data=0 ------------------- If set to 1, zeroes are read back after an UNMAP. INFO: [2023-02-02 11:27:56] Changing parameters in group attribute with params group = attribute, emulate_3pc = 0, emulate_caw = 0, emulate_fua_write = 0, emulate_model_alias = 0, emulate_pr = 0, emulate_rsoc = 0, emulate_tas = 0, emulate_ua_intlck_ctrl = 1, emulate_write_cache = 1, enforce_pr_isids = 0, force_pr_aptpl = 1, is_nonrot = 0, max_unmap_block_desc_count = 1, max_unmap_lba_count = 1, max_write_same_len = 1, optimal_sectors = 2147483644, pi_prot_type = 1, pi_prot_verify = 1, queue_depth = 64, unmap_granularity = 1, unmap_granularity_alignment = 1 INFO: [2023-02-02 11:27:56] Running: 'targetcli /backstores/ramdisk/ramdisk set attribute emulate_3pc='0' emulate_caw='0' emulate_fua_write='0' emulate_model_alias='0' emulate_pr='0' emulate_rsoc='0' emulate_tas='0' emulate_ua_intlck_ctrl='1' emulate_write_cache='1' enforce_pr_isids='0' force_pr_aptpl='1' is_nonrot='0' max_unmap_block_desc_count='1' max_unmap_lba_count='1' max_write_same_len='1' optimal_sectors='2147483644' pi_prot_type='1' pi_prot_verify='1' queue_depth='64' unmap_granularity='1' unmap_granularity_alignment='1''... Parameter emulate_3pc is now '0'. Parameter emulate_caw is now '0'. Parameter emulate_fua_write is now '0'. Parameter emulate_model_alias is now '0'. Parameter emulate_pr is now '0'. Parameter emulate_rsoc is now '0'. Parameter emulate_tas is now '0'. Parameter emulate_ua_intlck_ctrl is now '1'. Parameter emulate_write_cache is now '1'. Parameter enforce_pr_isids is now '0'. Parameter force_pr_aptpl is now '1'. Parameter is_nonrot is now '0'. Parameter max_unmap_block_desc_count is now '1'. Parameter max_unmap_lba_count is now '1'. Parameter max_write_same_len is now '1'. Parameter optimal_sectors is now '2147483644'. Parameter pi_prot_type is now '1'. Parameter pi_prot_verify is now '1'. Parameter queue_depth is now '64'. Parameter unmap_granularity is now '1'. Parameter unmap_granularity_alignment is now '1'. INFO: [2023-02-02 11:27:56] Getting parameters from group attribute with params group = attribute, emulate_3pc = 0, emulate_caw = 0, emulate_fua_write = 0, emulate_model_alias = 0, emulate_pr = 0, emulate_rsoc = 0, emulate_tas = 0, emulate_ua_intlck_ctrl = 1, emulate_write_cache = 1, enforce_pr_isids = 0, force_pr_aptpl = 1, is_nonrot = 0, max_unmap_block_desc_count = 1, max_unmap_lba_count = 1, max_write_same_len = 1, optimal_sectors = 2147483644, pi_prot_type = 1, pi_prot_verify = 1, queue_depth = 64, unmap_granularity = 1, unmap_granularity_alignment = 1 INFO: [2023-02-02 11:27:56] Running: 'targetcli /backstores/ramdisk/ramdisk get attribute emulate_3pc emulate_caw emulate_fua_write emulate_model_alias emulate_pr emulate_rsoc emulate_tas emulate_ua_intlck_ctrl emulate_write_cache enforce_pr_isids force_pr_aptpl is_nonrot max_unmap_block_desc_count max_unmap_lba_count max_write_same_len optimal_sectors pi_prot_type pi_prot_verify queue_depth unmap_granularity unmap_granularity_alignment'... emulate_3pc=0 emulate_caw=0 emulate_fua_write=0 emulate_model_alias=0 emulate_pr=0 emulate_rsoc=0 emulate_tas=0 emulate_ua_intlck_ctrl=1 emulate_write_cache=1 enforce_pr_isids=0 force_pr_aptpl=1 is_nonrot=0 max_unmap_block_desc_count=1 max_unmap_lba_count=1 max_write_same_len=1 optimal_sectors=2147483644 pi_prot_type=1 pi_prot_verify=1 queue_depth=64 unmap_granularity=1 unmap_granularity_alignment=1 ============================================================================================================== Running cleanup 'targetcli/setup/delete_ramdisk' ============================================================================================================== INFO: [2023-02-02 11:27:57] Running: 'fmf_setup='True' fmf_backstore='ramdisk' fmf_name='targetcli/setup/delete_ramdisk' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/targetcli/setup/delete_backstore.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-02-02 11:27:57] Running: 'dnf install -y targetcli'... Last metadata expiration check: 3:02:32 ago on Thu 02 Feb 2023 08:25:27 AM EST. Package targetcli-2.1.54-7.fc38.noarch is already installed. Dependencies resolved. Nothing to do. Complete! INFO: targetcli was successfully installed INFO: [2023-02-02 11:28:01] Deleting bacstore ramdisk with params name = ramdisk INFO: [2023-02-02 11:28:01] Running: 'targetcli /backstores/ramdisk delete name=ramdisk '... Deleted storage object ramdisk. ============================================================================================================== Running test 'remove-tmp/TARGETCLI_LOOPDEV_NAME' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/TARGETCLI_LOOPDEV_NAME'... ============================================================================================================== Running test 'remove-tmp/BLOCK_NAME' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/BLOCK_NAME'... ============================================================================================================== Running test 'remove-tmp/START_MULTIPATH' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/START_MULTIPATH'... ============================================================================================================== Running test 'remove-tmp/FILEIO_NAME' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/FILEIO_NAME'... ============================================================================================================== Running test 'remove-tmp/FILEIO_FILE' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/FILEIO_FILE'... ============================================================================================================== Running test 'remove-tmp/SCSI_ID' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/SCSI_ID'... ============================================================================================================== Running test 'remove-tmp/LOOPBACK_WWN' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/LOOPBACK_WWN'... ============================================================================================================== Running test 'remove-tmp/LOOPBACK_LUN' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/LOOPBACK_LUN'... ============================================================================================================== Running test 'remove-tmp/TPG' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/TPG'... ============================================================================================================== Running test 'remove-tmp/TARGET_IQN' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/TARGET_IQN'... ============================================================================================================== Running test 'remove-tmp/CHAP_USERID' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/CHAP_USERID'... ============================================================================================================== Running test 'remove-tmp/CHAP_PASSWORD' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/CHAP_PASSWORD'... ============================================================================================================== Running test 'remove-tmp/CHAP_MUTUAL_USERID' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/CHAP_MUTUAL_USERID'... ============================================================================================================== Running test 'remove-tmp/CHAP_MUTUAL_PASSWORD' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/CHAP_MUTUAL_PASSWORD'... ============================================================================================================== Running test 'remove-tmp/RAMDISK_NAME' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/RAMDISK_NAME'... ============================================================================================================== Running test 'remove-tmp/FILE_NAMES' ============================================================================================================== INFO: [2023-02-02 11:28:02] Running: 'rm -f /tmp/FILE_NAMES'... ============================================================================================================== Generating test result report ============================================================================================================== Install name: install_targetcli.py Status: PASS Elapsed Time: 10s Install name: install_iscsi-initiator-utils.py Status: PASS Elapsed Time: 10s Test name: targetcli/cli/saveconfig_backup Status: PASS Elapsed Time: 11s Setup name: targetcli/setup/create_loopdev Status: PASS Elapsed Time: 01s Setup name: targetcli/setup/create_block Status: PASS Elapsed Time: 05s Test name: targetcli/cli/block_attributes Status: PASS Elapsed Time: 06s Cleanup name: targetcli/setup/delete_block Status: PASS Elapsed Time: 06s Cleanup name: targetcli/setup/loopdev_delete Status: PASS Elapsed Time: 00s Setup name: targetcli/setup/stop_multipath Status: PASS Elapsed Time: 01s Setup name: targetcli/setup/create_fileio Status: PASS Elapsed Time: 05s Setup name: targetcli/setup/create_loopback Status: PASS Elapsed Time: 21s Test name: targetcli/cli/create_pscsi Status: PASS Elapsed Time: 06s Cleanup name: targetcli/setup/delete_loopback Status: PASS Elapsed Time: 05s Cleanup name: targetcli/setup/delete_fileio Status: PASS Elapsed Time: 06s Setup name: targetcli/setup/create_fileio_1g Status: PASS Elapsed Time: 05s Setup name: targetcli/setup/create_fileio_target Status: PASS Elapsed Time: 07s Test name: targetcli/cli/iscsi_fileio_lun_stress Status: PASS Elapsed Time: 02m32s Setup name: targetcli/setup/configure_chap Status: PASS Elapsed Time: 06s Test name: targetcli/cli/iscsi_chap Status: PASS Elapsed Time: 34s Cleanup name: targetcli/setup/disable_chap Status: PASS Elapsed Time: 05s Setup name: targetcli/setup/configure_chap_2ways Status: PASS Elapsed Time: 06s Test name: targetcli/cli/iscsi_chap_2way Status: PASS Elapsed Time: 35s Cleanup name: targetcli/setup/disable_chap Status: PASS Elapsed Time: 06s Setup name: targetcli/setup/configure_chap_2ways_long Status: PASS Elapsed Time: 06s Test name: targetcli/cli/iscsi_chap_2way_long Status: PASS Elapsed Time: 35s Cleanup name: targetcli/setup/disable_chap Status: PASS Elapsed Time: 06s Setup name: targetcli/setup/configure_chap_2ways_short Status: PASS Elapsed Time: 06s Test name: targetcli/cli/iscsi_chap_2way_short Status: PASS Elapsed Time: 35s Cleanup name: targetcli/setup/disable_chap Status: PASS Elapsed Time: 06s Cleanup name: targetcli/setup/delete_iscsi_target Status: PASS Elapsed Time: 05s Cleanup name: targetcli/setup/delete_fileio Status: PASS Elapsed Time: 06s Cleanup name: targetcli/setup/start_multipath Status: PASS Elapsed Time: 01s Setup name: targetcli/setup/create_fileio Status: PASS Elapsed Time: 05s Test name: targetcli/cli/fileio_attributes Status: PASS Elapsed Time: 07s Cleanup name: targetcli/setup/delete_fileio Status: PASS Elapsed Time: 05s Setup name: targetcli/setup/create_ramdisk Status: PASS Elapsed Time: 06s Test name: targetcli/cli/ramdisk_attributes Status: PASS Elapsed Time: 06s Cleanup name: targetcli/setup/delete_ramdisk Status: PASS Elapsed Time: 05s Cleanup name: remove-tmp/TARGETCLI_LOOPDEV_NAME Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/BLOCK_NAME Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/START_MULTIPATH Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/FILEIO_NAME Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/FILEIO_FILE Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/SCSI_ID Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/LOOPBACK_WWN Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/LOOPBACK_LUN Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/TPG Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/TARGET_IQN Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/CHAP_USERID Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/CHAP_PASSWORD Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/CHAP_MUTUAL_USERID Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/CHAP_MUTUAL_PASSWORD Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/RAMDISK_NAME Status: PASS Elapsed Time: 00s Cleanup name: remove-tmp/FILE_NAMES Status: PASS Elapsed Time: 00s ============================================================================================================== Total - PASS: 54 FAIL: 0 SKIP: 0 WARN: 0 Total Time: 08m09s ==============================================================================================================