Skip to content

Commit c8a1ad7

Browse files
author
shiftstack-merge-bot
committed
2 parents c18a2fd + 7aaf505 commit c8a1ad7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

tests/playbooks/roles/install-csi-cinder/tasks/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@
156156
# TODO(chrigl): No idea why both tests fail in CI. On a real OpenStack both pass.
157157
/tmp/kubernetes/test/bin/e2e.test \
158158
-storage.testdriver=tests/e2e/csi/cinder/test-driver.yaml \
159-
-ginkgo.focus='External.Storage' \
160-
-ginkgo.skip='\[Disruptive\]|\[Testpattern:\s+Dynamic\s+PV\s+\(default\s+fs\)\]\s+provisioning\s+should\s+mount\s+multiple\s+PV\s+pointing\s+to\s+the\s+same\s+storage\s+on\s+the\s+same\s+node|\[Testpattern:\s+Dynamic\s+PV\s+\(default\s+fs\)\]\s+provisioning\s+should\s+provision\s+storage\s+with\s+any\s+volume\s+data\s+source\s+\[Serial\]' \
161-
-ginkgo.no-color \
162-
-ginkgo.progress \
163-
-ginkgo.v \
159+
--ginkgo.focus='External.Storage' \
160+
--ginkgo.skip='\[Disruptive\]|\[Testpattern:\s+Dynamic\s+PV\s+\(default\s+fs\)\]\s+provisioning\s+should\s+mount\s+multiple\s+PV\s+pointing\s+to\s+the\s+same\s+storage\s+on\s+the\s+same\s+node|\[Testpattern:\s+Dynamic\s+PV\s+\(default\s+fs\)\]\s+provisioning\s+should\s+provision\s+storage\s+with\s+any\s+volume\s+data\s+source\s+\[Serial\]' \
161+
--ginkgo.noColor \
162+
--ginkgo.progress \
163+
--ginkgo.v \
164164
-test.timeout=0 \
165165
-report-dir="/var/log/csi-pod" | tee "/var/log/csi-pod/cinder-csi-e2e.log"
166166
register: functional_test_result

tests/playbooks/roles/install-csi-manila/tasks/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@
221221
GATEWAY_IP=172.24.5.1 \
222222
OS_RC={{ devstack_workdir }}/openrc \
223223
go test -v ./cmd/tests/manila-csi-e2e-suite/manila_csi_e2e_suite_test.go \
224-
-ginkgo.v \
225-
-ginkgo.progress \
226-
-ginkgo.skip="\[Disruptive\]|\[sig-storage\]\s+\[manila-csi-e2e\]\s+CSI\s+Volumes\s+\[Driver:\s+nfs.manila.csi.openstack.org\]\s+\[Testpattern:\s+Dynamic\s+PV\s+\(default\s+fs\)\]\s+provisioning\s+should\s+provision\s+storage\s+with\s+any\s+volume\s+data\s+source\s+\[Serial\]" \
227-
-ginkgo.focus="\[manila-csi-e2e\]" \
228-
-ginkgo.no-color \
224+
--ginkgo.v \
225+
--ginkgo.noColor \
226+
--ginkgo.progress \
227+
--ginkgo.skip="\[Disruptive\]|\[sig-storage\]\s+\[manila-csi-e2e\]\s+CSI\s+Volumes\s+\[Driver:\s+nfs.manila.csi.openstack.org\]\s+\[Testpattern:\s+Dynamic\s+PV\s+\(default\s+fs\)\]\s+provisioning\s+should\s+provision\s+storage\s+with\s+any\s+volume\s+data\s+source\s+\[Serial\]" \
228+
--ginkgo.focus="\[manila-csi-e2e\]" \
229229
-report-dir /var/log/csi-pod \
230230
-timeout=0 | tee "/var/log/csi-pod/manila-csi-e2e.log"
231231
register: functional_test_result

tests/playbooks/test-csi-cinder-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
gather_facts: true
55

66
vars:
7-
e2e_test_version: v1.24.0
7+
e2e_test_version: v1.25.3
88
user: stack
99
github_pr: 123
1010
global_env: {}

0 commit comments

Comments
 (0)