~smoser/curtin/trunk.pre-17.1

« back to all changes in this revision

Viewing changes to tests/vmtests/test_iscsi.py

  • Committer: Scott Moser
  • Date: 2017-11-28 15:57:53 UTC
  • mfrom: (542.1.4 curtin)
  • Revision ID: smoser@ubuntu.com-20171128155753-bi53mxcml6ifxa70
vmtests: Add Bionic release to tests and update classes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
class ArtfulTestIscsiBasic(relbase.artful, TestBasicIscsiAbs):
63
63
    __test__ = True
 
64
 
 
65
 
 
66
class BionicTestIscsiBasic(relbase.bionic, TestBasicIscsiAbs):
 
67
    __test__ = True