Merge ~raharper/curtin:fix/kick-mtu-tires-v2 into curtin:master

Proposed by Ryan Harper
Status: Merged
Approved by: Scott Moser
Approved revision: 8bf023e16691f7265b2452932331278d870e3cc4
Merge reported by: Scott Moser
Merged at revision: d879ca038002dce68b3ba886a110e13f51627edf
Proposed branch: ~raharper/curtin:fix/kick-mtu-tires-v2
Merge into: curtin:master
Diff against target: 20 lines (+2/-2)
1 file modified
tests/vmtests/test_network_mtu.py (+2/-2)
Reviewer Review Type Date Requested Status
Scott Moser (community) Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+348108@code.launchpad.net

Commit message

vmtests: network_mtu move fixby date out 4 months from last value

The upstream changes needed to handle mixed ipv4/ipv6 mtu have not
been completed in networkd so this test is currently failing.
Move our skipby date out 4 months.

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Scott Moser (smoser) :
review: Approve
Revision history for this message
Scott Moser (smoser) wrote :

An upstream commit landed for this bug.

To view that commit see the following URL:
https://git.launchpad.net/curtin/commit/?id=d879ca03

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tests/vmtests/test_network_mtu.py b/tests/vmtests/test_network_mtu.py
2index 41b1383..6c9bbd1 100644
3--- a/tests/vmtests/test_network_mtu.py
4+++ b/tests/vmtests/test_network_mtu.py
5@@ -194,7 +194,7 @@ class ArtfulTestNetworkMtu(relbase.artful, TestNetworkMtuAbs):
6
7 @classmethod
8 def setUpClass(cls):
9- cls.skip_by_date("1671951", fixby="2018-05-26")
10+ cls.skip_by_date("1671951", fixby="2018-09-26")
11 super().setUpClass()
12
13
14@@ -203,7 +203,7 @@ class BionicTestNetworkMtu(relbase.bionic, TestNetworkMtuAbs):
15
16 @classmethod
17 def setUpClass(cls):
18- cls.skip_by_date("1671951", fixby="2018-05-26")
19+ cls.skip_by_date("1671951", fixby="2018-09-26")
20 super().setUpClass()
21
22

Subscribers

People subscribed via source and target branches