diff options
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 |
