From 80727a5b057887cb14c1687a14f21f240216d925 Mon Sep 17 00:00:00 2001 From: Anthony Floeder Date: Wed, 8 Apr 2026 09:47:24 -0500 Subject: [PATCH] Add simple copy offload test Signed-off-by: Anthony Floeder --- int_test.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/int_test.go b/int_test.go index 467c053..b875600 100644 --- a/int_test.go +++ b/int_test.go @@ -161,6 +161,13 @@ var tests = []*T{ WithGlobalLustreFromPersistentLustre("polly", []string{"default"}). WithLabels("mpi", "global-lustre"), + // Containers - Copy Offload API + MakeTest("GFS2 with Copy Offload", + "#DW jobdw type=gfs2 name=project1 capacity=50GB requires=copy-offload", + "#DW container name=copyoff-container profile=copy-offload-kind DW_JOB_my_storage=project1"). + WithPermissions(userID, groupID).WithLabels("mpi", "copy-offload"). + WithContainerProfile("copy-offload-default", &ContainerProfileOptions{NoStorage: true}), + // Containers - MPI failures MakeTest("PreRun timeout on MPI containers", "#DW container name=prerun-timeout-mpi profile=example-mpi-prerun-timeout").