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
1diff --git a/utah/isotest/iso_static_validation.py b/utah/isotest/iso_static_validation.py
2index b2c0ad1..d7c80fd 100755
3--- a/utah/isotest/iso_static_validation.py
4+++ b/utah/isotest/iso_static_validation.py
5@@ -489,6 +489,7 @@ class TestValidateISO(unittest.TestCase):
6
7 @unittest.skipUnless(uefi_image,
8 "Test EFI files on ubuntu amd64 images")
9+ @unittest.skipIf(st_release == 'groovy', "no EFI/BOOT LP1895131")
10 def test_efi_files_present(self):
11 """Test if the relevant files are present in the ISO for UEFI."""
12 (stdout, stderr) = self.iso.listfiles()
13@@ -502,6 +503,7 @@ class TestValidateISO(unittest.TestCase):
14
15 @unittest.skipUnless(uefi_image,
16 "Test Secure Boot UEFI signatures")
17+ @unittest.skipIf(st_release == 'groovy', "no EFI/BOOT LP1895131")
18 def test_efi_secure_boot_signatures(self):
19 logging.debug('Generating verification certificates')
20 repo_dir = os.path.expanduser('~/repo_dir')

Subscribers

People subscribed via source and target branches

to all changes: