Merge lp:~raharper/curtin/trunk.update-artful-mtu-skipbydate into lp:~curtin-dev/curtin/trunk

Proposed by Ryan Harper
Status: Merged
Merged at revision: 536
Proposed branch: lp:~raharper/curtin/trunk.update-artful-mtu-skipbydate
Merge into: lp:~curtin-dev/curtin/trunk
Diff against target: 10 lines (+1/-1)
1 file modified
tests/vmtests/test_network_mtu.py (+1/-1)
To merge this branch: bzr merge lp:~raharper/curtin/trunk.update-artful-mtu-skipbydate
Reviewer Review Type Date Requested Status
Chad Smith Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+332659@code.launchpad.net

Description of the change

Defer ArtfulNetworkMTU SkipbyDate to 2018

Unlikely to expect an fix for LP: #1671951 before then.

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
Ryan Harper (raharper) wrote :

This just passed vmtest:

https://jenkins.ubuntu.com/server/view/curtin/job/curtin-vmtest-devel-debug/15/consoleFull

Ran 2183 tests in 9896.155s

OK (SKIP=162)
Mon, 23 Oct 2017 18:46:11 +0000: vmtest end [0] in 9898s

Revision history for this message
Chad Smith (chad.smith) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/vmtests/test_network_mtu.py'
2--- tests/vmtests/test_network_mtu.py 2017-10-05 19:43:08 +0000
3+++ tests/vmtests/test_network_mtu.py 2017-10-23 17:56:27 +0000
4@@ -203,7 +203,7 @@
5 @classmethod
6 def setUpClass(cls):
7 cls.skip_by_date(cls.__name__, cls.release, "1671951",
8- fixby=(2017, 10, 20), removeby=(2018, 1, 23))
9+ fixby=(2018, 1, 20), removeby=(2018, 2, 23))
10 super().setUpClass()
11
12

Subscribers

People subscribed via source and target branches