Merge utah:skip_uefi_test_LP1895131 into utah:master

Proposed by Jean-Baptiste Lallement
Status: Merged
Approved by: Paride Legovini
Approved revision: 8358fca98f8dac6d0f3cdc94edcbd2de81d6d87a
Merged at revision: 8358fca98f8dac6d0f3cdc94edcbd2de81d6d87a
Proposed branch: utah:skip_uefi_test_LP1895131
Merge into: utah:master
Diff against target: 20 lines (+2/-0)
1 file modified
utah/isotest/iso_static_validation.py (+2/-0)
Reviewer Review Type Date Requested Status
Paride Legovini Approve
Review via email: mp+390895@code.launchpad.net

Commit message

Skip UEFI tests on Groovy

To post a comment you must log in.
Revision history for this message
Paride Legovini (paride) wrote :

LGTM, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/utah/isotest/iso_static_validation.py b/utah/isotest/iso_static_validation.py
index b2c0ad1..d7c80fd 100755
--- a/utah/isotest/iso_static_validation.py
+++ b/utah/isotest/iso_static_validation.py
@@ -489,6 +489,7 @@ class TestValidateISO(unittest.TestCase):
489489
490 @unittest.skipUnless(uefi_image,490 @unittest.skipUnless(uefi_image,
491 "Test EFI files on ubuntu amd64 images")491 "Test EFI files on ubuntu amd64 images")
492 @unittest.skipIf(st_release == 'groovy', "no EFI/BOOT LP1895131")
492 def test_efi_files_present(self):493 def test_efi_files_present(self):
493 """Test if the relevant files are present in the ISO for UEFI."""494 """Test if the relevant files are present in the ISO for UEFI."""
494 (stdout, stderr) = self.iso.listfiles()495 (stdout, stderr) = self.iso.listfiles()
@@ -502,6 +503,7 @@ class TestValidateISO(unittest.TestCase):
502503
503 @unittest.skipUnless(uefi_image,504 @unittest.skipUnless(uefi_image,
504 "Test Secure Boot UEFI signatures")505 "Test Secure Boot UEFI signatures")
506 @unittest.skipIf(st_release == 'groovy', "no EFI/BOOT LP1895131")
505 def test_efi_secure_boot_signatures(self):507 def test_efi_secure_boot_signatures(self):
506 logging.debug('Generating verification certificates')508 logging.debug('Generating verification certificates')
507 repo_dir = os.path.expanduser('~/repo_dir')509 repo_dir = os.path.expanduser('~/repo_dir')

Subscribers

People subscribed via source and target branches

to all changes: