openshift-test-result-filter

command module
v0.0.0-...-9a8da12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2021 License: GPL-3.0 Imports: 9 Imported by: 0

README

openshift-test-result-filter

This tool accepts a JUNIT file as input, and allows you to filter the results.

  • Filter by test result (all, failed, passed, skipped)
  • Filter by tag (e.g. sig-storage)
  • Optionally show errors for failed tests
  • Show GitHub links to test definitions in openshift/origin

Building

Requires Go >= 1.16

$ git clone https://github.com/honza/openshift-test-result-filter
$ cd openshift-test-result-filter
$ make
$ ./openshift-test-result-filter

Running

Usage of ./openshift-test-result-filter:
  -filename string
    	input junit file
  -origin-tree-path string
    	
  -result string
    	choices: all, skipped, failed, passed (default "all")
  -show-errors
    	
  -tag string
    	Tag, e.g. sig-storage

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL