summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_network_bonding.py
diff options
Diffstat (limited to 'tests/vmtests/test_network_bonding.py')
-rw-r--r--tests/vmtests/test_network_bonding.py24
1 files changed, 4 insertions, 20 deletions
diff --git a/tests/vmtests/test_network_bonding.py b/tests/vmtests/test_network_bonding.py
index fe3abe94..a66591a1 100644
--- a/tests/vmtests/test_network_bonding.py
+++ b/tests/vmtests/test_network_bonding.py
@@ -49,26 +49,6 @@ class CentosTestNetworkBondingAbs(TestNetworkBondingAbs):
pass
-class TrustyTestBonding(relbase.trusty, TestNetworkBondingAbs):
- __test__ = False
-
-
-class TrustyHWEVTestBonding(relbase.trusty_hwe_v, TrustyTestBonding):
- # Working, but off by default to save test suite runtime
- # oldest/newest HWE-* covered above/below
- __test__ = False
-
-
-class TrustyHWEWTestBonding(relbase.trusty_hwe_w, TrustyTestBonding):
- # Working, but off by default to save test suite runtime
- # oldest/newest HWE-* covered above/below
- __test__ = False
-
-
-class TrustyHWEXTestBonding(relbase.trusty_hwe_x, TrustyTestBonding):
- __test__ = True
-
-
class XenialTestBonding(relbase.xenial, TestNetworkBondingAbs):
__test__ = True
@@ -85,6 +65,10 @@ class DiscoTestBonding(relbase.disco, TestNetworkBondingAbs):
__test__ = True
+class EoanTestBonding(relbase.eoan, TestNetworkBondingAbs):
+ __test__ = True
+
+
class Centos66TestNetworkBonding(centos_relbase.centos66_xenial,
CentosTestNetworkBondingAbs):
__test__ = True