File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 158
158
-storage.testdriver=tests/e2e/csi/cinder/test-driver.yaml \
159
159
-ginkgo.focus='External.Storage' \
160
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 \
161
+ -ginkgo.no-color \
162
162
-ginkgo.progress \
163
163
-ginkgo.v \
164
164
-test.timeout=0 \
172
172
cmd : |
173
173
set -x
174
174
set -e
175
-
175
+
176
176
kubectl logs deployment/csi-cinder-controllerplugin -n kube-system -c cinder-csi-plugin > /var/log/csi-pod/csi-cinder-controllerplugin.log
177
177
kubectl logs daemonset/csi-cinder-nodeplugin -n kube-system -c cinder-csi-plugin > /var/log/csi-pod/csi-cinder-nodeplugin.log
178
178
ignore_errors : true
Original file line number Diff line number Diff line change 225
225
-ginkgo.progress \
226
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
227
-ginkgo.focus="\[manila-csi-e2e\]" \
228
- -ginkgo.noColor \
228
+ -ginkgo.no-color \
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
You can’t perform that action at this time.
0 commit comments