summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_network_ipv6_vlan.py
diff options
context:
space:
mode:
authorJoshua Powers <[email protected]>2018-07-20 19:43:05 +0000
committerServer Team CI Bot <[email protected]>2018-07-20 19:43:05 +0000
commit32b1c6fc6c6fd8647b7b6a8dbce963a4826616a8 (patch)
tree3bb83838f582a778580d558b1b6f7011c96785c7 /tests/vmtests/test_network_ipv6_vlan.py
parent74552f7ecb810c0447a4113ad615493412a7d6e0 (diff)
tests: remove Ubuntu Artful
Ubuntu Artful has reached EOL and as such this removes the Artful tests.
Diffstat (limited to 'tests/vmtests/test_network_ipv6_vlan.py')
-rw-r--r--tests/vmtests/test_network_ipv6_vlan.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/vmtests/test_network_ipv6_vlan.py b/tests/vmtests/test_network_ipv6_vlan.py
index bd29dbb3..e001da98 100644
--- a/tests/vmtests/test_network_ipv6_vlan.py
+++ b/tests/vmtests/test_network_ipv6_vlan.py
@@ -27,10 +27,6 @@ class XenialTestNetworkIPV6Vlan(relbase.xenial, TestNetworkIPV6VlanAbs):
__test__ = True
-class ArtfulTestNetworkIPV6Vlan(relbase.artful, TestNetworkIPV6VlanAbs):
- __test__ = True
-
-
class BionicTestNetworkIPV6Vlan(relbase.bionic, TestNetworkIPV6VlanAbs):
__test__ = True