Enable Volume Expansion tests for Windows
enable volume expansion test for Windows with ntfs file system Change-Id: I6b8027c5e149588f66b8896a78ec5cd0e47984fe
This commit is contained in:
@@ -333,6 +333,16 @@ var (
|
||||
VolType: DynamicPV,
|
||||
AllowExpansion: true,
|
||||
}
|
||||
|
||||
// NtfsDynamicPVAllowExpansion is TestPattern for "Dynamic PV (default fs)(allowExpansion)"
|
||||
NtfsDynamicPVAllowExpansion = TestPattern{
|
||||
Name: "Dynamic PV (ntfs)(allowExpansion)",
|
||||
VolType: DynamicPV,
|
||||
AllowExpansion: true,
|
||||
FsType: "ntfs",
|
||||
FeatureTag: "[sig-windows]",
|
||||
}
|
||||
|
||||
// BlockVolModeDynamicPVAllowExpansion is TestPattern for "Dynamic PV (block volmode)(allowExpansion)"
|
||||
BlockVolModeDynamicPVAllowExpansion = TestPattern{
|
||||
Name: "Dynamic PV (block volmode)(allowExpansion)",
|
||||
|
||||
Reference in New Issue
Block a user