From b63476b7d9d4037f649b3eee05453382cef56d0d Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Mon, 15 Jan 2024 16:48:01 +0100 Subject: [PATCH] Revert "run on ISO SR as well" This reverts commit f8fe13eb768740df7b8cea063cb023b57ce5db51. --- tests/storage/iso/test_cifs_iso_sr.py | 2 -- tests/storage/iso/test_local_iso_sr.py | 3 --- tests/storage/iso/test_nfs_iso_sr.py | 2 -- 3 files changed, 7 deletions(-) diff --git a/tests/storage/iso/test_cifs_iso_sr.py b/tests/storage/iso/test_cifs_iso_sr.py index 50f6f0356..a962d6a92 100644 --- a/tests/storage/iso/test_cifs_iso_sr.py +++ b/tests/storage/iso/test_cifs_iso_sr.py @@ -35,8 +35,6 @@ def test_create_and_destroy_sr(self, host, cifs_iso_device_config): @pytest.mark.small_vm @pytest.mark.usefixtures("cifs_iso_sr") class TestCIFSISOSR: - def test_quicktest(self, cifs_iso_sr): - cifs_iso_sr.run_quicktest() def test_iso_mount_and_read(self, host, cifs_iso_sr, running_unix_vm): # create the ISO SR on CIFS diff --git a/tests/storage/iso/test_local_iso_sr.py b/tests/storage/iso/test_local_iso_sr.py index 599629ca8..3b4555199 100644 --- a/tests/storage/iso/test_local_iso_sr.py +++ b/tests/storage/iso/test_local_iso_sr.py @@ -41,9 +41,6 @@ def test_create_and_destroy_sr(self, host, formatted_and_mounted_ext4_disk): @pytest.mark.small_vm @pytest.mark.usefixtures("local_iso_sr") class TestLocalISOSR: - def test_quicktest(self, local_iso_sr): - sr, _ = local_iso_sr - sr.run_quicktest() def test_iso_mount_and_read(self, host, local_iso_sr, unix_vm): sr, location = local_iso_sr diff --git a/tests/storage/iso/test_nfs_iso_sr.py b/tests/storage/iso/test_nfs_iso_sr.py index f7c848980..57ae4e652 100644 --- a/tests/storage/iso/test_nfs_iso_sr.py +++ b/tests/storage/iso/test_nfs_iso_sr.py @@ -37,8 +37,6 @@ def test_create_and_destroy_sr(self, host, nfs_iso_device_config): @pytest.mark.small_vm @pytest.mark.usefixtures("nfs_iso_sr") class TestNFSISOSR: - def test_quicktest(self, nfs_iso_sr): - nfs_iso_sr.run_quicktest() def test_iso_mount_and_read(self, host, nfs_iso_sr, running_unix_vm): # create the ISO SR on NFS