diff options
| author | Ryan Harper <[email protected]> | 2019-06-05 13:46:57 -0500 |
|---|---|---|
| committer | Ryan Harper <[email protected]> | 2019-06-05 13:46:57 -0500 |
| commit | fe89917cde33c30be5f2919f6748fa481c6ebed8 (patch) | |
| tree | 3e15c4e5ee1a6f5186d3f5cdb36c772075b406e9 /tests/vmtests/test_network_static.py | |
| parent | abd2b14f7d17203e1b26ffd5b55d779353863157 (diff) | |
| parent | 37a7a0f466f7277fec92ad043075580b0d228bf9 (diff) | |
merge from upstream at 19.1-7-g37a7a0f4
Diffstat (limited to 'tests/vmtests/test_network_static.py')
| -rw-r--r-- | tests/vmtests/test_network_static.py | 31 |
1 files changed, 4 insertions, 27 deletions
diff --git a/tests/vmtests/test_network_static.py b/tests/vmtests/test_network_static.py index 6820c33a..9706a2db 100644 --- a/tests/vmtests/test_network_static.py +++ b/tests/vmtests/test_network_static.py @@ -20,33 +20,6 @@ class CentosTestNetworkStaticAbs(TestNetworkStaticAbs): pass -class TrustyTestNetworkStatic(relbase.trusty, TestNetworkStaticAbs): - __test__ = True - - -class TrustyHWEUTestNetworkStatic(relbase.trusty_hwe_u, - TrustyTestNetworkStatic): - # Working, off by default to safe test suite runtime, covered by bonding - __test__ = False - - -class TrustyHWEVTestNetworkStatic(relbase.trusty_hwe_v, - TrustyTestNetworkStatic): - # Working, off by default to safe test suite runtime, covered by bonding - __test__ = False - - -class TrustyHWEWTestNetworkStatic(relbase.trusty_hwe_w, - TrustyTestNetworkStatic): - # Working, off by default to safe test suite runtime, covered by bonding - __test__ = False - - -class TrustyHWEXTestNetworkStatic(relbase.trusty_hwe_x, - TrustyTestNetworkStatic): - __test__ = True - - class XenialTestNetworkStatic(relbase.xenial, TestNetworkStaticAbs): __test__ = True @@ -63,6 +36,10 @@ class DiscoTestNetworkStatic(relbase.disco, TestNetworkStaticAbs): __test__ = True +class EoanTestNetworkStatic(relbase.eoan, TestNetworkStaticAbs): + __test__ = True + + class Centos66TestNetworkStatic(centos_relbase.centos66_xenial, CentosTestNetworkStaticAbs): __test__ = True |
