kubernetes/hack
Eric Tune 72945955ae First cut at a "conformance test".
A conformance test is a test you run against a cluster that is already
set up.  We would use it to test a hosted kubernetes service to make
sure that it meets a bar for quality.  Also, a getting-started-guide
author, who has not implemented a complete set of cluster/...
scripts (that is, the getting-started-guide has some non-automated steps)
can use this to see which e2e tests pass on a cluster.

To be done in future PRs:
- disable tests which can't possibly run in a conformance test
  because they require things like cluster ssh.
- document that when we accept a getting-started-guide, that
  people should run the conformance test against their cluster
  (unless they already have cluster/... scripts.

I ran this against a GCE cluster and 22 tests passed.
2015-03-12 14:04:02 -07:00
..
e2e-internal Fix e2e-internal scripts for cluster-size and watch-events 2015-02-11 12:46:31 -08:00
e2e-suite Merge pull request #5332 from vishh/heapster_e2e 2015-03-12 08:37:45 -07:00
jenkins Modify e2e to use local artifacts if present (to avoid GCS requirement) 2015-03-05 13:03:35 -08:00
lib Add more information to node describe 2015-03-09 18:56:59 -04:00
travis Update etcd to version 2.0.0 2015-01-29 17:53:53 -08:00
benchmark-go.sh Renable code coverage collection in unit tests, including on Travis. 2015-03-02 13:04:13 -08: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 Moving swagger-ui files from www/swagger-ui to third-party/swagger-ui 2015-01-05 16:27:33 -08:00
conformance-test.sh First cut at a "conformance test". 2015-03-12 14:04:02 -07: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-from-release.sh Boilerplate checks on 2014, but commit included a 2015 (breaks travis) 2015-01-05 16:28:52 -05:00
e2e-test.sh Fix hack/e2e-test.sh broken due to removed flag from hack/e2e.go 2015-02-05 23:56:43 +01:00
e2e.go Add --test_args flag to hack/e2e.go. 2015-02-17 17:40:32 -08:00
ginkgo-e2e.sh First cut at a "conformance test". 2015-03-12 14:04:02 -07:00
kube-dump.sh Initial implementation of kube-dump.sh - script which dumps state of Kubernetes cluster for debugging. Tested on GCE only. This is initial attempt to fix #3500. 2015-02-12 21:48:34 +01:00
local-up-cluster.sh Remove ignored flag. 2015-03-10 08:45:05 -07:00
run-gendocs.sh Autogenerate md documentation for kubectl 2015-02-12 19:08:57 -05:00
test-cmd.sh Rewrite guestbook example to use kube-dns instead of host:port 2015-03-11 09:51:47 +01:00
test-go.sh Fix coverage testing to work on OS X, where xargs is different. 2015-03-07 11:01:41 +01:00
test-integration.sh Reenable Coverage and Race detection for travis and integration test 2015-01-09 13:16:30 -05:00
update-swagger-spec.sh Adding static swagger spec and a script to update it 2015-02-05 12:00:28 -08:00
upgrade-e2e-test.sh Make it easy to use the e2e tests to test upgrading a running master 2014-12-15 16:03:11 -08:00
verify-boilerplate.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00
verify-description.sh Turn on "description:" verification for v1beta3 API. 2015-03-06 23:53:35 +00:00
verify-gendocs.sh Autogenerate md documentation for kubectl 2015-02-12 19:08:57 -05:00
verify-gofmt.sh check gofmt with golang 1.4 2015-02-20 10:31:06 -05:00
vet-go.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00