Merge lp:~raharper/curtin/trunk.bump_skiptests_again into lp:~curtin-dev/curtin/trunk

Proposed by Ryan Harper
Status: Merged
Merged at revision: 522
Proposed branch: lp:~raharper/curtin/trunk.bump_skiptests_again
Merge into: lp:~curtin-dev/curtin/trunk
Diff against target: 123 lines (+13/-13)
6 files modified
tests/vmtests/test_network_bridging.py (+1/-1)
tests/vmtests/test_network_ipv6.py (+2/-2)
tests/vmtests/test_network_ipv6_enisource.py (+3/-3)
tests/vmtests/test_network_ipv6_vlan.py (+1/-1)
tests/vmtests/test_network_mtu.py (+5/-5)
tests/vmtests/test_network_vlan.py (+1/-1)
To merge this branch: bzr merge lp:~raharper/curtin/trunk.bump_skiptests_again
Reviewer Review Type Date Requested Status
Chad Smith Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+329372@code.launchpad.net

Description of the change

Bump skip_by_date values out to give cloud-init SRU more time

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
Chad Smith (chad.smith) wrote :

+1 on this again. We'll be able to prioritize it in the next round.

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_bridging.py'
2--- tests/vmtests/test_network_bridging.py 2017-08-10 16:47:04 +0000
3+++ tests/vmtests/test_network_bridging.py 2017-08-22 15:02:56 +0000
4@@ -228,7 +228,7 @@
5 @classmethod
6 def setUpClass(cls):
7 cls.skip_by_date(cls.__name__, cls.release, "1706752",
8- fixby=(2017, 8, 20), removeby=(2017, 9, 15))
9+ fixby=(2017, 9, 18), removeby=(2017, 9, 27))
10 super().setUpClass()
11
12
13
14=== modified file 'tests/vmtests/test_network_ipv6.py'
15--- tests/vmtests/test_network_ipv6.py 2017-08-10 16:47:04 +0000
16+++ tests/vmtests/test_network_ipv6.py 2017-08-22 15:02:56 +0000
17@@ -70,7 +70,7 @@
18 @classmethod
19 def test_ip_output(cls):
20 cls.skip_by_date(cls.__name__, cls.release, bugnum="1701097",
21- fixby=(2017, 8, 20), removeby=(2017, 9, 15))
22+ fixby=(2017, 9, 18), removeby=(2017, 9, 27))
23
24
25 class ZestyTestNetworkIPV6(relbase.zesty, TestNetworkIPV6Abs):
26@@ -79,7 +79,7 @@
27 @classmethod
28 def setUpClass(cls):
29 cls.skip_by_date(cls.__name__, cls.release, "ci-003c6678e",
30- fixby=(2017, 8, 20), removeby=(2017, 9, 15))
31+ fixby=(2017, 9, 18), removeby=(2017, 9, 27))
32 super().setUpClass()
33
34
35
36=== modified file 'tests/vmtests/test_network_ipv6_enisource.py'
37--- tests/vmtests/test_network_ipv6_enisource.py 2017-08-10 16:47:04 +0000
38+++ tests/vmtests/test_network_ipv6_enisource.py 2017-08-22 15:02:56 +0000
39@@ -34,7 +34,7 @@
40 @classmethod
41 def test_ip_output(cls):
42 cls.skip_by_date(cls.__name__, cls.release, bugnum="1701097",
43- fixby=(2017, 8, 20), removeby=(2017, 9, 15))
44+ fixby=(2017, 9, 18), removeby=(2017, 9, 27))
45
46
47 class ZestyTestNetworkIPV6ENISource(relbase.zesty, TestNetworkIPV6ENISource):
48@@ -43,7 +43,7 @@
49 @classmethod
50 def test_ip_output(cls):
51 cls.skip_by_date(cls.__name__, cls.release, bugnum="1701097",
52- fixby=(2017, 8, 20), removeby=(2017, 9, 15))
53+ fixby=(2017, 9, 18), removeby=(2017, 9, 27))
54
55
56 class ArtfulTestNetworkIPV6ENISource(relbase.artful, TestNetworkIPV6ENISource):
57@@ -52,4 +52,4 @@
58 @classmethod
59 def test_ip_output(cls):
60 cls.skip_by_date(cls.__name__, cls.release, bugnum="1701097",
61- fixby=(2017, 8, 20), removeby=(2017, 9, 15))
62+ fixby=(2017, 9, 18), removeby=(2017, 9, 27))
63
64=== modified file 'tests/vmtests/test_network_ipv6_vlan.py'
65--- tests/vmtests/test_network_ipv6_vlan.py 2017-08-02 15:46:35 +0000
66+++ tests/vmtests/test_network_ipv6_vlan.py 2017-08-22 15:02:56 +0000
67@@ -47,7 +47,7 @@
68 @classmethod
69 def setUpClass(cls):
70 cls.skip_by_date(cls.__name__, cls.release, bugnum="ci-003c6678e",
71- fixby=(2017, 8, 16), removeby=(2017, 8, 31))
72+ fixby=(2017, 9, 18), removeby=(2017, 9, 27))
73 super().setUpClass()
74
75
76
77=== modified file 'tests/vmtests/test_network_mtu.py'
78--- tests/vmtests/test_network_mtu.py 2017-08-10 16:47:04 +0000
79+++ tests/vmtests/test_network_mtu.py 2017-08-22 15:02:56 +0000
80@@ -136,27 +136,27 @@
81 @classmethod
82 def test_ip_output(cls):
83 cls.skip_by_date(cls.__name__, cls.release, bugnum="1706973",
84- fixby=(2017, 8, 20), removeby=(2017, 9, 15))
85+ fixby=(2017, 9, 18), removeby=(2017, 9, 27))
86
87 @classmethod
88 def test_ipv6_mtu_smaller_than_ipv4_v6_iface_first(cls):
89 cls.skip_by_date(cls.__name__, cls.release, bugnum="1706973",
90- fixby=(2017, 8, 20), removeby=(2017, 9, 15))
91+ fixby=(2017, 9, 18), removeby=(2017, 9, 27))
92
93 @classmethod
94 def test_ipv6_mtu_smaller_than_ipv4_non_default(cls):
95 cls.skip_by_date(cls.__name__, cls.release, bugnum="1706973",
96- fixby=(2017, 8, 20), removeby=(2017, 9, 15))
97+ fixby=(2017, 9, 18), removeby=(2017, 9, 27))
98
99 @classmethod
100 def test_ipv6_mtu_higher_than_default_no_ipv4_iface_up(cls):
101 cls.skip_by_date(cls.__name__, cls.release, bugnum="1706973",
102- fixby=(2017, 8, 20), removeby=(2017, 9, 15))
103+ fixby=(2017, 9, 18), removeby=(2017, 9, 27))
104
105 @classmethod
106 def test_ipv6_mtu_higher_than_default_no_ipv4_iface_v6_iface_first(cls):
107 cls.skip_by_date(cls.__name__, cls.release, bugnum="1706973",
108- fixby=(2017, 8, 20), removeby=(2017, 9, 15))
109+ fixby=(2017, 9, 18), removeby=(2017, 9, 27))
110
111
112 class PreciseHWETTestNetworkMtu(relbase.precise_hwe_t, TestNetworkMtuAbs):
113
114=== modified file 'tests/vmtests/test_network_vlan.py'
115--- tests/vmtests/test_network_vlan.py 2017-08-10 16:47:04 +0000
116+++ tests/vmtests/test_network_vlan.py 2017-08-22 15:02:56 +0000
117@@ -106,7 +106,7 @@
118 @classmethod
119 def setUpClass(cls):
120 cls.skip_by_date(cls.__name__, cls.release, "ci-003c6678e",
121- fixby=(2017, 8, 20), removeby=(2017, 9, 15))
122+ fixby=(2017, 9, 18), removeby=(2017, 9, 27))
123 super().setUpClass()
124
125

Subscribers

People subscribed via source and target branches