diff options
| author | Ryan Harper <[email protected]> | 2019-05-06 18:30:55 +0000 |
|---|---|---|
| committer | Server Team CI Bot <[email protected]> | 2019-05-06 18:30:55 +0000 |
| commit | f99929eddc2f1132e3c857392b1da32d3a114979 (patch) | |
| tree | 32a2249cbe261bb62ecb7c3a04d4782d68fb7637 /tests/vmtests/test_network_ipv6_vlan.py | |
| parent | d8e45d793f55703bb59b665762456f5f23525252 (diff) | |
vmtest: disable trusty, it's dead jim
Trusty is EOL now, we can drop Trusty in vmtest to recover some
of that sweet, sweet CPU and IO time.
Diffstat (limited to 'tests/vmtests/test_network_ipv6_vlan.py')
| -rw-r--r-- | tests/vmtests/test_network_ipv6_vlan.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/vmtests/test_network_ipv6_vlan.py b/tests/vmtests/test_network_ipv6_vlan.py index 7401d2c9..a2efe0af 100644 --- a/tests/vmtests/test_network_ipv6_vlan.py +++ b/tests/vmtests/test_network_ipv6_vlan.py @@ -14,15 +14,6 @@ class CentosTestNetworkIPV6VlanAbs(CentosTestNetworkVlanAbs): conf_file = "examples/tests/vlan_network_ipv6.yaml" -class TrustyTestNetworkIPV6Vlan(relbase.trusty, TestNetworkIPV6VlanAbs): - __test__ = True - - -class TrustyHWEXTestNetworkIPV6Vlan(relbase.trusty_hwe_x, - TestNetworkIPV6VlanAbs): - __test__ = True - - class XenialTestNetworkIPV6Vlan(relbase.xenial, TestNetworkIPV6VlanAbs): __test__ = True |
