kubernetes/hack/lib
Jeff Grafton 57750ccb51 Use native Ginkgo test runner instead of cmd/e2e.
This commit deletes cmd/e2e and updates hack/ginkgo-e2e.sh to use the
'ginkgo' command instead. All logic from cmd/e2e/e2e.go and
test/e2e/driver.go have been combined into the new file
test/e2e/e2e_test.go.

Additionally, several tests which made poor assumptions about cwd or
used testContext before it was set have been fixed.

This change is generally intended to have no externally visible changes,
aside from the following caveats:
- The -t/--tests flag has been removed
- Calling cmd/e2e/e2e directly obviously won't work, but that was never
  supported anyway
- If the GINKGO_PARALLEL environment variable is set to y, then ginkgo
  will run test specs in parallel. (Currently defaults to n, since some
  tests are broken in this mode.)
2015-04-28 18:42:37 -07:00
..
etcd.sh etcd should be started after the trap func set 2015-04-05 03:41:26 -04:00
golang.sh Use native Ginkgo test runner instead of cmd/e2e. 2015-04-28 18:42:37 -07:00
init.sh Make dockerized build work when golang isn't installed. 2014-11-16 16:29:58 -08:00
logging.sh Indicate progress when doing a go build 2015-04-17 15:32:26 -04:00
test.sh Fixes from feedback and testing 2015-03-30 23:52:37 -07:00
util.sh Add examples for kubectl describe, and make gendocs less spammy 2015-04-23 14:53:10 -07:00
version.sh Adjust the regexp so that we can handle extra sub versions. 2014-12-02 23:00:01 -08:00