diff --git a/ci-operator/step-registry/storage/conf/csi-aws-ebs/storage-conf-csi-aws-ebs-commands.sh b/ci-operator/step-registry/storage/conf/csi-aws-ebs/storage-conf-csi-aws-ebs-commands.sh index 90d789ef1b8c5..593ea42ab5d8b 100644 --- a/ci-operator/step-registry/storage/conf/csi-aws-ebs/storage-conf-csi-aws-ebs-commands.sh +++ b/ci-operator/step-registry/storage/conf/csi-aws-ebs/storage-conf-csi-aws-ebs-commands.sh @@ -12,6 +12,9 @@ if [ -d /go/src/github.com/openshift/csi-operator/ ]; then echo "Using OCP specific manifest ${SHARED_DIR}/${TEST_OCP_CSI_DRIVER_MANIFEST}:" cat ${SHARED_DIR}/${TEST_OCP_CSI_DRIVER_MANIFEST} fi + echo "Copying ${TEST_VOLUME_ATTRIBUTES_CLASS_MANIFEST} to ${SHARED_DIR}/${TEST_VOLUME_ATTRIBUTES_CLASS_MANIFEST}" + cp test/e2e/aws-ebs/${TEST_VOLUME_ATTRIBUTES_CLASS_MANIFEST} ${SHARED_DIR}/${TEST_VOLUME_ATTRIBUTES_CLASS_MANIFEST} + cat ${SHARED_DIR}/${TEST_VOLUME_ATTRIBUTES_CLASS_MANIFEST} else echo "Using aws-ebs-csi-driver-operator repo" cd /go/src/github.com/openshift/aws-ebs-csi-driver-operator diff --git a/ci-operator/step-registry/storage/conf/csi-aws-ebs/storage-conf-csi-aws-ebs-ref.yaml b/ci-operator/step-registry/storage/conf/csi-aws-ebs/storage-conf-csi-aws-ebs-ref.yaml index 2d18be14a7f91..529df321d5916 100644 --- a/ci-operator/step-registry/storage/conf/csi-aws-ebs/storage-conf-csi-aws-ebs-ref.yaml +++ b/ci-operator/step-registry/storage/conf/csi-aws-ebs/storage-conf-csi-aws-ebs-ref.yaml @@ -21,6 +21,11 @@ ref: documentation: |- Enable CSI certification test for SCSI LUN overflow that creates 260 volumes + pods. default: "false" + - name: TEST_VOLUME_ATTRIBUTES_CLASS_MANIFEST + default: "volumeattributesclass.yaml" + documentation: |- + The VolumeAttributesClass manifest to create. Used by the `openshift-tests` as a + manifest for openshift/csi tests. The file must be in ${SHARED_DIR}. documentation: |- The csi-aws-ebs step creates ${SHARED_DIR}/${TEST_CSI_DRIVER_MANIFEST} and ${SHARED_DIR}/${TEST_OCP_CSI_DRIVER_MANIFEST} for AWS EBS CSI driver, which is consumed by openshift-e2e-test step to