~raharper/curtin/trunk.lp1709284-mount-options

« back to all changes in this revision

Viewing changes to tests/vmtests/test_apt_config_cmd.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:
55
55
    __test__ = True
56
56
 
57
57
 
58
 
class YakketyTestAptConfigCMDCMD(relbase.yakkety, TestAptConfigCMD):
59
 
    __test__ = False
60
 
 
61
 
 
62
58
class ZestyTestAptConfigCMDCMD(relbase.zesty, TestAptConfigCMD):
63
59
    __test__ = True
64
60