Skip to content

Commit f918a21

Browse files
Merge pull request cri-o#2732 from openSUSE/e2e-output
Improve e2e test output readability
2 parents 55ccb1e + 4f007a2 commit f918a21

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

contrib/test/integration/e2e-features.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
--provider=local
1515
--test
1616
--test_args="-host=https://{{ ansible_default_ipv4.address }}:6443
17+
--ginkgo.noColor
18+
--ginkgo.succinct
1719
--ginkgo.focus=\[Feature:SecurityContext\]
1820
--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|PersistentVolumes|\[HPA\]|should.support.building.a.client.with.a.CSR|should.support.inline.execution.and.attach|should.propagate.mounts.to.the.host|for.NodePort.service|type.clusterIP|unready.pods|ExternalName.services|Guestbook.application|in-cluster.config|Pods.should.support.pod.readiness.gates
1921
--report-dir={{ artifacts }}"

contrib/test/integration/e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
--test
1818
--test_args="-host=https://{{ ansible_default_ipv4.address }}:6443
1919
--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PersistentVolumes|\[HPA\]|should.support.building.a.client.with.a.CSR|should.propagate.mounts.to.the.host|for.NodePort.service|type.clusterIP|unready.pods|ExternalName.services|Guestbook.application|in-cluster.config|Pods.should.support.pod.readiness.gates|\[sig-storage\].In-tree.Volumes.\[Driver:.local\]|\[sig-storage\].CSI.Volumes.CSI.Topology.test.using.GCE.PD.driver|\[sig\-storage\]\sCSI\sVolumes\s\[Driver\:\scsi\-hostpath\]\s\[Testpattern\:\sDynamic\sPV\s\(block\svolmode\)\]\svolumes\sshould\sstore\sdata
20+
--ginkgo.noColor
21+
--ginkgo.succinct
2022
--report-dir={{ artifacts }}"
2123
&> {{ artifacts }}/e2e.log
2224
# Fix vim syntax highlighting: "

0 commit comments

Comments
 (0)