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

« back to all changes in this revision

Viewing changes to tests/vmtests/test_iscsi.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:
59
59
    __test__ = True
60
60
 
61
61
 
62
 
class YakketyTestIscsiBasic(relbase.yakkety, TestBasicIscsiAbs):
63
 
    __test__ = False
64
 
 
65
 
 
66
62
class ZestyTestIscsiBasic(relbase.zesty, TestBasicIscsiAbs):
67
63
    __test__ = True
68
64