mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: run tests with more logs
``` -v If set, emits more output including GinkgoWriter contents. --vv If set, emits with maximal verbosity - includes skipped and pending tests. ``` The above is output from the ginkgo CLI output Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
d8a619a743
commit
02a9763217
@ -22,6 +22,7 @@ export KUBECONFIG="${KUBECONFIG_TMP}"
|
||||
for driver in /opt/build/go/src/github.com/ceph/ceph-csi/scripts/k8s-storage/driver-*.yaml
|
||||
do
|
||||
kubernetes/test/bin/ginkgo \
|
||||
--vv \
|
||||
-focus="External.Storage.*.csi.ceph.com" \
|
||||
-skip='\[Feature:|\[Disruptive\]|Generic Ephemeral-volume' \
|
||||
kubernetes/test/bin/e2e.test \
|
||||
|
Loading…
Reference in New Issue
Block a user