summaryrefslogtreecommitdiff
path: root/e2e-tests.md
AgeCommit message (Collapse)Author
2016-06-21Merge pull request #26932 from aaronlevy/conformance-fixk8s-merge-robot
Automatic merge from submit-queue Allow conformance tests to run on non-GCE providers fixes https://github.com/kubernetes/kubernetes/issues/26869 Creates a skeleton provider which has all the required function stubs -- but will allow a previously set "skeleton" KUBERNETES_PROVIDER to not be overriden with "gce".
2016-06-15Merge pull request #27221 from david-mcmahon/updatedocsDaniel Smith
Update the latestReleaseBranch to release-1.3 in the munger.
2016-06-14Revert "Redo v1.4.0-alpha.0"Zach Loafman
This reverts commit c7f1485e1b3491e98f102c30e7e342cb53dda818, reversing changes made to 939ad4115a2a96f1e18758ec45b7d312bec65aa7.
2016-06-14Redo v1.4.0-alpha.0Zach Loafman
2016-06-13Updated docs and examples for release-1.3.David McMahon
2016-06-13Default to GCR as the image registry if the provider is GCE or GKE.Madhusudan.C.S
2016-06-10Revert "Versioning docs and examples for v1.4.0-alpha.0."Dawn Chen
This reverts commit cce9db3aa9555671c5ddf69549b46ed0fd7e472a.
2016-06-10Versioning docs and examples for v1.4.0-alpha.0.David McMahon
2016-06-10Versioning docs and examples for v1.4.0-alpha.0.David McMahon
2016-06-09document federation e2e cli flowColin Hom
2016-06-07Use a skeleton provider for unimplemented functionalityAaron Levy
2016-05-09devel/ tree 80col wrap and other minor editsMike Brown
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-06Merge pull request #24889 from dlorenc/docfixRobert Bailey
Add missing "--test" flag to conformance test instructions.
2016-05-03Update testing convention docsJanet Kuo
2016-05-03Add missing "--test" flag to conformance test instructions.Dan Lorenc
2016-03-23Fix typoAaron Crickenberger
2016-03-22Update versioning per supported releases policyAaron Crickenberger
2016-03-22Run hack/update-generated-docs.shAaron Crickenberger
2016-03-22Update conformance test policyAaron Crickenberger
Mostly doc updates and cruft removal - describe conformance test policy and howto in e2e-tests.md - rm e2e test info from testing.md in the name of DRY - rm cluster/test-conformance.sh; unusable in release tar, not e2e.go - update e2e test link in write-a-getting-started-guide.md
2016-03-08Update the latestReleaseBranch to release-1.2 in the munger.David McMahon
2016-03-03Remove log collection code in cluster/gce/util.sh.Jeff Grafton
Also update some docs to mention cluster/log-dump.sh.
2016-03-03Merge pull request #22379 from jayunit100/conformance-rw-doc-onlyJeff Lowdermilk
Update Conformance definition section in e2e doc
2016-03-02Merge pull request #21914 from spxtr/remove-prepare-versionJeff Lowdermilk
Remove PrepareVersion from hack/e2e.go.
2016-03-02Update Conformance definition section in e2e doc.Jay Vyas
2016-02-26Add document on writing good e2e tests.Quinton Hoole
2016-02-24Remove PrepareVersion from hack/e2e.go.Joe Finney
2016-02-18Spelling fixes inspired by github.com/client9/misspelllaushinka
2016-02-12Remove [Skipped] as a label for tests.Isaac Hollander McCreery
2016-02-10Reconcile testing docs, fixes #18606Isaac Hollander McCreery
2016-02-06Merge pull request #20354 from ihmccreery/ci_dock8s-merge-robot
Auto commit by PR queue bot
2016-02-01Updates based on commentsIsaac Hollander McCreery
2016-02-01Update docs on flaky issuesIsaac Hollander McCreery
2016-01-29Add docs about the PR builderIsaac Hollander McCreery
2016-01-29CI testing guidelines reduxIsaac Hollander McCreery
2016-01-22Change wording about experimental APIIsaac Hollander McCreery
2016-01-19Add docs about [Feature:...] tests for experimental, beta, and GA featuresIsaac Hollander McCreery
2016-01-14Add documentation for test labelsIsaac Hollander McCreery
2015-12-21run hack/update-generated-docs.shChao Xu
2015-11-13Run update-gendocsTim Hockin
2015-10-23In devel docs, refer to .kube/configEric Tune
not .kubernetes_auth
2015-09-17Add developer documentation on e2e testing.Timothy St. Clair