@@ -102,7 +102,8 @@ var tests = []*T{
102102 // WithStorageProfile().DelayInState(dwsv1alpha7.StateDataIn, 15*time.Second).StopAfter(dwsv1alpha7.StatePreRun).Focused(),
103103 MakeTest ("XFS with Storage Profile and LV Create" ,
104104 "#DW jobdw type=xfs name=xfs-storage-profile capacity=14TB profile=my-xfs-storage-profile" ).
105- WithStorageProfileLvCreate ("--zero n --activate y --type raid5 --nosync --extents $PERCENT_VG --stripes $DEVICE_NUM-1 --stripesize=64KiB --name $LV_NAME $VG_NAME" ),
105+ WithStorageProfileLvCreate ("--zero n --activate y --type raid5 --nosync --extents $PERCENT_VG --stripes $DEVICE_NUM-1 --stripesize=64KiB --name $LV_NAME $VG_NAME" ).
106+ WithLabels ("high-capacity" ),
106107
107108 // Persistent
108109 MakeTest ("Persistent Lustre" ,
@@ -150,7 +151,7 @@ var tests = []*T{
150151 "#DW jobdw type=lustre name=lustre-with-containers-mpi capacity=100GB" ,
151152 "#DW container name=lustre-with-containers-mpi profile=example-mpi " +
152153 "DW_JOB_foo_local_storage=lustre-with-containers-mpi" ).
153- WithPermissions (userID , groupID ).WithLabels ("mpi" ),
154+ WithPermissions (userID , groupID ).WithLabels ("mpi" , "lustre-csimount" ),
154155 MakeTest ("GFS2 and Global Lustre with MPI Containers" ,
155156 "#DW jobdw type=gfs2 name=gfs2-and-global-with-containers-mpi capacity=100GB" ,
156157 "#DW container name=gfs2-and-global-with-containers-mpi profile=example-mpi " +
@@ -217,15 +218,15 @@ var tests = []*T{
217218 WithContainerProfile ("example-fail" , & ContainerProfileOptions {RetryLimit : pointy .Int (0 )}).
218219 ExpectError (dwsv1alpha7 .StatePostRun ),
219220
220- // Containers - Unsupported Filesystems. These should fail as xfs/raw filesystems are not supported for containers.
221+ // Containers - Unsupported Filesystems. XFS is not supported for containers.
221222 MakeTest ("XFS with Containers" ,
222223 "#DW jobdw type=xfs name=xfs-with-containers capacity=100GB" ,
223224 "#DW container name=xfs-with-containers profile=example-success DW_JOB_foo_local_storage=xfs-with-containers" ).
224225 ExpectError (dwsv1alpha7 .StateProposal ).WithLabels ("unsupported-fs" ),
225226 MakeTest ("Raw with Containers" ,
226227 "#DW jobdw type=raw name=raw-with-containers capacity=100GB" ,
227228 "#DW container name=raw-with-containers profile=example-success DW_JOB_foo_local_storage=raw-with-containers" ).
228- ExpectError ( dwsv1alpha7 . StateProposal ).WithLabels ("unsupported-fs " ),
229+ WithPermissions ( userID , groupID ).WithLabels ("non-mpi " ),
229230
230231 // Containers - Multiple Storages
231232 MakeTest ("GFS2 and Lustre with Containers" ,
0 commit comments