~smoser/curtin/trunk.1703755-install-in-virtualenv

« back to all changes in this revision

Viewing changes to tests/vmtests/test_network_ipv6_enisource.py

vmtests: bump skip_by_date values out to give cloud-init SRU more time

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    @classmethod
35
35
    def test_ip_output(cls):
36
36
        cls.skip_by_date(cls.__name__, cls.release, bugnum="1701097",
37
 
                         fixby=(2017, 8, 20), removeby=(2017, 9, 15))
 
37
                         fixby=(2017, 9, 18), removeby=(2017, 9, 27))
38
38
 
39
39
 
40
40
class ZestyTestNetworkIPV6ENISource(relbase.zesty, TestNetworkIPV6ENISource):
43
43
    @classmethod
44
44
    def test_ip_output(cls):
45
45
        cls.skip_by_date(cls.__name__, cls.release, bugnum="1701097",
46
 
                         fixby=(2017, 8, 20), removeby=(2017, 9, 15))
 
46
                         fixby=(2017, 9, 18), removeby=(2017, 9, 27))
47
47
 
48
48
 
49
49
class ArtfulTestNetworkIPV6ENISource(relbase.artful, TestNetworkIPV6ENISource):
52
52
    @classmethod
53
53
    def test_ip_output(cls):
54
54
        cls.skip_by_date(cls.__name__, cls.release, bugnum="1701097",
55
 
                         fixby=(2017, 8, 20), removeby=(2017, 9, 15))
 
55
                         fixby=(2017, 9, 18), removeby=(2017, 9, 27))