Merge lp:~raharper/curtin/trunk.drop-artful-bridging-skipbydate into lp:~curtin-dev/curtin/trunk

Proposed by Ryan Harper
Status: Merged
Merged at revision: 542
Proposed branch: lp:~raharper/curtin/trunk.drop-artful-bridging-skipbydate
Merge into: lp:~curtin-dev/curtin/trunk
Diff against target: 16 lines (+0/-6)
1 file modified
tests/vmtests/test_network_bridging.py (+0/-6)
To merge this branch: bzr merge lp:~raharper/curtin/trunk.drop-artful-bridging-skipbydate
Reviewer Review Type Date Requested Status
Scott Moser (community) Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+333892@code.launchpad.net

Description of the change

vmtest: Remove ArtfulTestBridging skip_by_date check, bug fixed

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

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-10-05 21:13:05 +0000
3+++ tests/vmtests/test_network_bridging.py 2017-11-17 17:04:20 +0000
4@@ -226,12 +226,6 @@
5 class ArtfulTestBridging(relbase.artful, TestBridgeNetworkAbs):
6 __test__ = True
7
8- @classmethod
9- def setUpClass(cls):
10- cls.skip_by_date(cls.__name__, cls.release, "1721157",
11- fixby=(2017, 10, 16), removeby=(2017, 11, 16))
12- super().setUpClass()
13-
14 def test_bridge_utils_installed(self):
15 """bridge-utils not needed in artful."""
16 pass

Subscribers

People subscribed via source and target branches