~smoser/curtin/trunk.lp1716028-better-file-locking

« back to all changes in this revision

Viewing changes to tests/vmtests/test_network_mtu.py

  • Committer: Scott Moser
  • Author(s): Chad Smith
  • Date: 2017-08-03 12:33:08 UTC
  • mfrom: (514.1.2 drop-old-series-tests)
  • Revision ID: smoser@ubuntu.com-20170803123308-uwt9fqvt4z7gqdot
tests: Drop EOL Wily Vivid and Yakkety tests.

We no longer carry test classes for end-of-life/unsupported series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
    __test__ = True
198
198
 
199
199
 
200
 
class YakketyTestNetworkMtu(relbase.yakkety, TestNetworkMtuAbs):
201
 
    __test__ = False
202
 
 
203
 
 
204
200
class ZestyTestNetworkMtu(relbase.zesty, TestNetworkMtuAbs):
205
201
    __test__ = True
206
202