Enable Volume Expansion tests for Windows

enable volume expansion test for Windows with ntfs file system

Change-Id: I6b8027c5e149588f66b8896a78ec5cd0e47984fe
This commit is contained in:
Jing Xu
2020-10-21 18:42:15 -07:00
parent 78828078ca
commit eeb649d31e
2 changed files with 25 additions and 0 deletions

View File

@@ -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)",