File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 156
156
# TODO(chrigl): No idea why both tests fail in CI. On a real OpenStack both pass.
157
157
/tmp/kubernetes/test/bin/e2e.test \
158
158
-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 \
164
164
-test.timeout=0 \
165
165
-report-dir="/var/log/csi-pod" | tee "/var/log/csi-pod/cinder-csi-e2e.log"
166
166
register : functional_test_result
Original file line number Diff line number Diff line change 221
221
GATEWAY_IP=172.24.5.1 \
222
222
OS_RC={{ devstack_workdir }}/openrc \
223
223
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\]" \
229
229
-report-dir /var/log/csi-pod \
230
230
-timeout=0 | tee "/var/log/csi-pod/manila-csi-e2e.log"
231
231
register : functional_test_result
Original file line number Diff line number Diff line change 4
4
gather_facts : true
5
5
6
6
vars :
7
- e2e_test_version : v1.24.0
7
+ e2e_test_version : v1.25.3
8
8
user : stack
9
9
github_pr : 123
10
10
global_env : {}
You can’t perform that action at this time.
0 commit comments