Merge ~raharper/curtin:fix/vmtest-skip-centos70focal-basic into curtin:master

Proposed by Ryan Harper
Status: Merged
Approved by: Dan Watkins
Approved revision: 1a179588a1da9464ce0b5496b57e2f511b56e7d0
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~raharper/curtin:fix/vmtest-skip-centos70focal-basic
Merge into: curtin:master
Diff against target: 12 lines (+1/-0)
1 file modified
tests/vmtests/test_basic.py (+1/-0)
Reviewer Review Type Date Requested Status
Dan Watkins (community) Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+377727@code.launchpad.net

Commit message

vmtests: skip Focal deploying Centos70 ScsiBasic

In Focal, there is a bug (#1859858) in udev which returns a
truncated value for ID_SERIAL on some scsi devices; this does
not break dname rules when the ephemeral environment matches
the target system, however if Focal deploys Bionic or in this
case Centos70, the udev in the target system produces a
different ID_SERIAL value which prevents the dname rules from
matching. Skip this test until we get a udev fix.

To post a comment you must log in.
Revision history for this message
Ryan Harper (raharper) wrote :

Note, I'm not linking to the bug as this does not fix it, we're just skipping the test until it's fixed.

Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Dan Watkins (oddbloke) wrote :

I've convinced myself that one week after Feature Freeze is a reasonable time to start seeing this failure. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tests/vmtests/test_basic.py b/tests/vmtests/test_basic.py
2index c15fe8c..ad68a0d 100644
3--- a/tests/vmtests/test_basic.py
4+++ b/tests/vmtests/test_basic.py
5@@ -402,6 +402,7 @@ class Centos70BionicTestScsiBasic(centos_relbase.centos70_bionic,
6 __test__ = True
7
8
9+@VMBaseClass.skip_by_date("1859858", fixby="2020-03-06", install=False)
10 class Centos70FocalTestScsiBasic(centos_relbase.centos70_focal,
11 TestBasicScsiAbs, CentosTestBasicAbs):
12 __test__ = True

Subscribers

People subscribed via source and target branches