~smoser/curtin/centos-passthrough

« back to all changes in this revision

Viewing changes to tests/vmtests/test_network_vlan.py

  • Committer: Scott Moser
  • Date: 2017-07-27 02:53:59 UTC
  • Revision ID: smoser@ubuntu.com-20170727025359-fge3pn2gj0r9w0dc
fix usage of setUpClass

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
class ZestyTestNetworkVlan(relbase.zesty, TestNetworkVlanAbs):
108
108
    __test__ = True
109
109
 
 
110
    @classmethod
110
111
    def setUpClass(cls):
111
112
        cls.skip_by_date(cls.__name__, cls.release, "ci-003c6678e",
112
113
                         fixby=(2017, 8, 16), removeby=(2017, 8, 31))