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

« back to all changes in this revision

Viewing changes to tests/vmtests/test_network_static_routes.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:
53
53
    __test__ = True
54
54
 
55
55
 
56
 
class YakketyTestNetworkStaticRoutes(relbase.yakkety,
57
 
                                     TestNetworkStaticRoutesAbs):
58
 
    __test__ = False
59
 
 
60
 
 
61
56
class ZestyTestNetworkStaticRoutes(relbase.zesty, TestNetworkStaticRoutesAbs):
62
57
    __test__ = True
63
58