summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_network_ipv6_vlan.py
diff options
authorMichael Hudson-Doyle <[email protected]>2022-02-24 00:06:10 +0000
committerServer Team CI Bot <[email protected]>2022-02-24 00:06:10 +0000
commit69c95db4dfef3bb686c4f4a76bf9d6acba7d90c8 (patch)
treefdd1b90d3b404543278c41f38b5528c037f58019 /tests/vmtests/test_network_ipv6_vlan.py
parent5a32eb67a62ad1804516a80f35035090debdfb1f (diff)
Remove CentOS 6 tests.
It's EOL, the required images are no longer in the MAAS image streams and at least one vmtest fails if you manage to run it somehow.
Diffstat (limited to 'tests/vmtests/test_network_ipv6_vlan.py')
-rw-r--r--tests/vmtests/test_network_ipv6_vlan.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/vmtests/test_network_ipv6_vlan.py b/tests/vmtests/test_network_ipv6_vlan.py
index a6eae412..79551015 100644
--- a/tests/vmtests/test_network_ipv6_vlan.py
+++ b/tests/vmtests/test_network_ipv6_vlan.py
@@ -34,11 +34,6 @@ class ImpishTestNetworkIPV6Vlan(relbase.impish, TestNetworkIPV6VlanAbs):
__test__ = True
-class Centos66TestNetworkIPV6Vlan(centos_relbase.centos66_xenial,
- CentosTestNetworkIPV6VlanAbs):
- __test__ = True
-
-
class Centos70TestNetworkIPV6Vlan(centos_relbase.centos70_xenial,
CentosTestNetworkIPV6VlanAbs):
__test__ = True