~smoser/curtin/trunk.pre-17.1

« back to all changes in this revision

Viewing changes to tests/vmtests/test_network_static_routes.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:
56
56
    __test__ = True
57
57
 
58
58
 
 
59
class BionicTestNetworkStaticRoutes(relbase.bionic,
 
60
                                    TestNetworkStaticRoutesAbs):
 
61
    __test__ = True
 
62
 
 
63
 
59
64
class Centos66TestNetworkStaticRoutes(centos_relbase.centos66fromxenial,
60
65
                                      CentosTestNetworkStaticRoutesAbs):
61
66
    __test__ = False