Skip to content

Commit 34187a7

Browse files
committed
Explicitly set CDI_LABEL_FILTER in ceph-wffc.sh
The ceph-wffc test should skip Destructive tests. While test.sh provides a default value, explicitly setting it here ensures clarity and prevents the test from running destructive tests in the WFFC environment.
1 parent d3cc203 commit 34187a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

automation/ceph-wffc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export TARGET=k8s-1.32
2323
export RANDOM_CR=true
2424
export KUBEVIRT_STORAGE=rook-ceph-default
2525
export CEPH_WFFC=true
26+
export CDI_LABEL_FILTER="!Destructive"
2627
export SNAPSHOT_SC=rook-ceph-block-wffc
2728
export BLOCK_SC=rook-ceph-block-wffc
2829
export CSICLONE_SC=rook-ceph-block-wffc

0 commit comments

Comments
 (0)