Skip to content

Commit

Permalink
run on ISO SR as well
Browse files Browse the repository at this point in the history
Signed-off-by: BenjiReis <[email protected]>
  • Loading branch information
benjamreis committed Jan 15, 2024
1 parent b63476b commit 90d5186
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/storage/iso/test_cifs_iso_sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ 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: 3 additions & 0 deletions tests/storage/iso/test_local_iso_sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ 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: 2 additions & 0 deletions tests/storage/iso/test_nfs_iso_sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ 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 90d5186

Please sign in to comment.