- 05 Feb, 2015 34 commits
-
-
CJ Cullen authored
Typo
-
Zach Loafman authored
Revert jenkins/e2e.sh back to 606b517a, minus -tap
-
Zach Loafman authored
-
Brendan Burns authored
Check Docker version in Kubelet /healthz handler
-
Zach Loafman authored
Add more logging
-
Zach Loafman authored
-
Zach Loafman authored
Fix jenkins/hack/e2e.sh, log errors better
-
Zach Loafman authored
-
Filipe Brandenburger authored
Pervert e2e shell tests to run under Ginkgo
-
Zach Loafman authored
To fix this, it would be an alias for: hack/ginkgo-e2e.sh -t TestNetwork ... which may not work on binary distributions, because it's relying on test assets, so it probably shouldn't live in cluster/ ...
-
Zach Loafman authored
-
Zach Loafman authored
-
Zach Loafman authored
* Add a test/e2e/shell.go that slurps up everything in hack/e2e-suite and runs it as a bash test, borrowing all the code from hack/e2e.go. * Rip out all the crap in hack/e2e.go that deal with multiple tests * Move hack/e2e-suite/goe2e.sh to hack/ginkgo-e2e.sh so that it doesn't get slurped up.
-
Brian Grant authored
contrib: add git-sync container
-
Brian Grant authored
Clarify commenting in endpoints_controller
-
Brian Grant authored
Make the replication controller more resilient to event expiration in watch.
-
Brian Grant authored
kubectl proxy: make static prefix configurable
-
Brian Grant authored
Fix tests in validation_test
-
Brian Grant authored
Deleting the API objects related to /operations
-
Brian Grant authored
Remove kubecfg from all getting started docs.
-
Zach Loafman authored
Make e2e shell tests work standalone
-
Pierre du Plessis authored
-
Filipe Brandenburger authored
Simply incorporate some of the boilerplate from hack/e2e.go into the scripts in hack/e2e-suite. Use environment variables with default values to allow overrides in kubectl command line and to use a versioned package root. Tested: - Ran `go run hack/e2e.go -test` on a test cluster. - Ran the test cases individually. - Ran hack/e2e-suite/goe2e.sh -t Pods to confirm it takes arguments. - Also fixed cluster/test-network.sh (which should be more and more irrelevant.)
-
Brendan Burns authored
-
nikhiljindal authored
-
Brian Grant authored
Adding swagger files which got left out of last PR
-
nikhiljindal authored
-
Wojciech Tyczynski authored
-
Tim Hockin authored
Wait until containers actually finish running before trying to clean up
-
Brendan Burns authored
volumes or pods.
-
Wojciech Tyczynski authored
-
Satnam Singh authored
Use a custom namespace for running liveness e2e test cases.
-
Filipe Brandenburger authored
Report the found minions during validation of cluster
-
Filipe Brandenburger authored
This will allow us greated isolation between test case runs without the need to include randomized uuids to many of the fields in the pods, services and rcs creation requests. Tested: - Ran two instances of `e2e -t TestLivenessHttp -t TestLivenessExec` simultaneously and confirmed that pod names did not clash and that both of them completed successfully.
-
- 04 Feb, 2015 6 commits
-
-
Satnam Singh authored
-
Brian Grant authored
Use replication controller for redis master.
-
Brian Grant authored
Updating swagger-ui code to the latest version and removing the 'Try it out' buttons
-
Yu-Ju Hong authored
Some tests expect the error cases to fail for a specific reason, but they could fail for other reasons and still pass. This caused some changes to break the tests without noticing the breakage. Example are the recent defaulting PR This change fixes such tests and also updates some obsolete tests.
-
Deyuan Deng authored
-
Nikhil Jindal authored
Add user agent string to all client requests
-