Skip to content

Commit

Permalink
Revert "run on ISO SR as well"
Browse files Browse the repository at this point in the history
This reverts commit f8fe13e.
  • Loading branch information
benjamreis committed Jan 15, 2024
1 parent f8fe13e commit b63476b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions tests/storage/iso/test_cifs_iso_sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions tests/storage/iso/test_local_iso_sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions tests/storage/iso/test_nfs_iso_sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b63476b

Please sign in to comment.