summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_network_ipv6_vlan.py
diff options
context:
space:
mode:
authorRyan Harper <[email protected]>2018-09-21 08:00:05 +0000
committerServer Team CI Bot <[email protected]>2018-09-21 08:00:05 +0000
commit5f0082d1d1af56d87646d31a8b7649c768c2011c (patch)
treeb35f7972eb60f7c622ca43cb263b0a1cece6ce62 /tests/vmtests/test_network_ipv6_vlan.py
parentb812ae8023765bfbf4402a9d3dc1bdfca8097ef5 (diff)
Enable custom storage configuration for centos images
Add support for the majority of storage configurations including partitioning, lvm, raid, iscsi and combinations of these. Some storage configs are unsupported at this time:  Unsupported storage config options on Centos:   - bcache (no kernel support)   - zfs (no kernel support)   - jfs, ntfs, reiserfs (no kernel, userspace support) Curtin's built-in curthooks now support Centos in addition to Ubuntu. The built-in curthooks are now callable by in-image curthooks. This feature is announced by the presence of the feature flag, 'CENTOS_CURTHOOK_SUPPORT' Other notable features added: - tools/jenkins-runner now includes a test filtering ability which enables generating the list of tests to run by specifying attributes of the classes. For example to run all centos70 tests append: --filter=target_release=centos70 - curtin/distro.py includes distro specific methods, such as package install and distro version detection - util.target_path has now moved to curtin.paths module
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