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, 2 insertions, 2 deletions
diff --git a/tests/vmtests/test_network_ipv6_vlan.py b/tests/vmtests/test_network_ipv6_vlan.py
index e001da98..2f7bd493 100644
--- a/tests/vmtests/test_network_ipv6_vlan.py
+++ b/tests/vmtests/test_network_ipv6_vlan.py
@@ -35,12 +35,12 @@ class CosmicTestNetworkIPV6Vlan(relbase.cosmic, TestNetworkIPV6VlanAbs):
__test__ = True
-class Centos66TestNetworkIPV6Vlan(centos_relbase.centos66fromxenial,
+class Centos66TestNetworkIPV6Vlan(centos_relbase.centos66_xenial,
CentosTestNetworkIPV6VlanAbs):
__test__ = True
-class Centos70TestNetworkIPV6Vlan(centos_relbase.centos70fromxenial,
+class Centos70TestNetworkIPV6Vlan(centos_relbase.centos70_xenial,
CentosTestNetworkIPV6VlanAbs):
__test__ = True