summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_network_ipv6_vlan.py
diff options
authorRyan Harper <[email protected]>2020-02-04 20:44:13 +0000
committerServer Team CI Bot <[email protected]>2020-02-04 20:44:13 +0000
commit329335d11d42e8afe985507b18cdc609ed9fd47f (patch)
tree0517495c6226e708c177657095bacd6746d92b9f /tests/vmtests/test_network_ipv6_vlan.py
parent50ffca460ef5391cb7e1ebd0fcab449af3fb36f2 (diff)
vmtests: drop disco tests using a tool to automate the process
Remove disco tests, adding a new tool which can automate removal of tests that match the release name.
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 f0f73890..709886f6 100644
--- a/tests/vmtests/test_network_ipv6_vlan.py
+++ b/tests/vmtests/test_network_ipv6_vlan.py
@@ -22,10 +22,6 @@ class BionicTestNetworkIPV6Vlan(relbase.bionic, TestNetworkIPV6VlanAbs):
__test__ = True
-class DiscoTestNetworkIPV6Vlan(relbase.disco, TestNetworkIPV6VlanAbs):
- __test__ = True
-
-
class EoanTestNetworkIPV6Vlan(relbase.eoan, TestNetworkIPV6VlanAbs):
__test__ = True