summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_network_ipv6_vlan.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vmtests/test_network_ipv6_vlan.py')
-rw-r--r--tests/vmtests/test_network_ipv6_vlan.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/vmtests/test_network_ipv6_vlan.py b/tests/vmtests/test_network_ipv6_vlan.py
index a2efe0af..138ea6a2 100644
--- a/tests/vmtests/test_network_ipv6_vlan.py
+++ b/tests/vmtests/test_network_ipv6_vlan.py
@@ -30,6 +30,10 @@ class DiscoTestNetworkIPV6Vlan(relbase.disco, TestNetworkIPV6VlanAbs):
__test__ = True
+class EoanTestNetworkIPV6Vlan(relbase.eoan, TestNetworkIPV6VlanAbs):
+ __test__ = True
+
+
class Centos66TestNetworkIPV6Vlan(centos_relbase.centos66_xenial,
CentosTestNetworkIPV6VlanAbs):
__test__ = True