kubernetes/hack
Zach Loafman 369064c69f Add --times to e2e.go
Make each test available for execution --times times. Acts like a
multi-deck shoe. (Otherwise this is easily scriptable outside the
e2e.go command).

Useful for "I want to walk away for a few hours leaving some end-to-ends
running", until we have more stress tests. Also useful for detecting
flakes.

Reporting is changed to break out Passed, Flaky and Failed. I chose to
keep all three lines even if --times isn't on, just for consistency in
scraping. Similarly, it always outputs the counts now. A report looks
like:

2014/12/09 07:31:21 Passed tests: goe2e.sh[100/100] guestbook.sh[100/100] private.sh[100/100] services.sh[100/100]
2014/12/09 07:31:21 Flaky tests: basic.sh[99/100] certs.sh[99/100] monitoring.sh[98/100] pd.sh[98/100] update.sh[98/100]
2014/12/09 07:31:21 Failed tests:
2014/12/09 07:31:21 8 test(s) failed.
2014-12-11 12:18:56 -08:00
..
e2e-suite Improve the pd e2e test by deleting the pod, and verifying that the PD was unmounted by 2014-12-10 20:31:46 -08:00
lib Adjust the regexp so that we can handle extra sub versions. 2014-12-02 23:00:01 -08:00
travis Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00
benchmark-go.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00
build-cross.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00
build-go.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00
build-ui.sh Add script to build ui assets, rebuild with latest go-bindata 2014-12-04 22:38:00 -08:00
dev-build-and-push.sh Set shell options for reliability. 2014-10-10 12:33:36 -07:00
dev-build-and-up.sh Set shell options for reliability. 2014-10-10 12:33:36 -07:00
e2e-test.sh fix backwards compatible script 2014-10-23 12:51:21 -07:00
e2e.go Add --times to e2e.go 2014-12-11 12:18:56 -08:00
local-up-cluster.sh Use EXIT pseudo-signal 2014-12-08 21:28:18 -05:00
test-cmd.sh Rename client Minions->Nodes, select the correct path for v1beta3 2014-12-10 12:08:19 -05:00
test-go.sh Add the container API to our dependencies. 2014-11-14 10:38:22 -08:00
test-integration.sh Use EXIT pseudo-signal 2014-12-08 21:28:18 -05:00
verify-boilerplate.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00
verify-description.sh Add API documentation pre-commit hook. 2014-11-20 20:25:44 +00:00
verify-gofmt.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00
vet-go.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00