summaryrefslogtreecommitdiff
path: root/contributors/devel/e2e-tests.md
AgeCommit message (Collapse)Author
2019-06-23Cleanup tombstone files in community/develRichard Marcum
2019-02-04devel: bump tombstone date to July or release of 1.15Nikhita Raghunath
2019-01-30e2e-test.md file moved to the new /devel/-sig-testing folder - URLs updated ↵eduartua
- tombstone files created
2019-01-22Adds the [LinuxOnly] tagClaudiu Belu
If a test is known to be using Linux-specific features (e.g.: seLinuxOptions) or is unable to run on Windows nodes, it is labeled `[LinuxOnly]`. When using Windows nodes, this tag should be added to the `skip` argument. This tag was proposed during [1][2]. Depends-On: https://github.com/kubernetes/kubernetes/pull/73204 [1] https://groups.google.com/forum/#!topic/kubernetes-sig-testing/ii5584-Tkqk [2] https://docs.google.com/document/d/1z8MQpr_jTwhmjLMUaqQyBk1EYG_Y_3D4y4YdMJ7V1Kk/edit#heading=h.ukbaidczvy3r
2018-11-01Adding note about new directories with testsvyta
2018-10-22Fix blog links after migration from blog.kubernetes.io to kubernetes.io/blogClaes Mogren
2018-10-08Merge pull request #2459 from spiffxp/conformance-guidelines-editsk8s-ci-robot
Refine conformance requirements
2018-10-08Address review commentsAaron Crickenberger
2018-10-08Replace hack/e2e.go with kubetest, add tags for conformanceAaron Crickenberger
2018-10-06Replace submit queue with Tide in docsNikhita Raghunath
2018-08-16Remove unnecessary discription of provider "local"Ken'ichi Ohmichi
As detect-master method[1] of the provider "local", the variables of KUBE_MASTER and KUBE_MASTER_IP are hardcoded. Then it is not necessary to specify them on user side. In addition, the original description shows KUBE_MASTER=local, but that is completely wrong that should be localhost as the code[1]. This patch removes this unnecessary discription. [1]: https://github.com/kubernetes/kubernetes/blob/2bdae8f3d047f1042822f4ab1aff1bf5a6c8b6bf/cluster/local/util.sh#L21
2018-07-20Adding Conformance Guidelines document.Srini Brahmaroutu
2018-07-10replace e2e-runner with kubetestSen Lu
2018-05-25Update e2e testing against local clustersJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2018-04-12Update error in e2e-tests.mdlinyouchong
`go run hack/e2e.go --help` should be `go run hack/e2e.go -- --help`
2018-03-22Update e2e-tests.mdQingsong Fan
2018-03-06purge all the -v in e2e.goSen Lu
2018-03-01e2e-tests: Fix ginkgo.focus examplePatrick Ohly
The extra quotation marks around "Service" are preserved by e2e.go and e2e.sh and thus cause Ginkgo to skip all tests. It's safe to only quote just the parameter value for e2e.go, so for example this works despite the special character: --test_args="--ginkgo.focus=Secrets|Secrets"
2018-02-28e2e-tests: Add missing --provider parameter for local testPatrick Ohly
The example about running some tests is in the section on "Testing against local clusters". Without the --provider=local parameter, it'll try to use gce.
2018-02-05fix broken link in e2e-tests.mdtaoyu27
Signed-off-by: taoyu27 <yutao@chinacloud.com.cn>
2018-02-05fix broken link in e2e-tests.mdtaoyu27
Signed-off-by: taoyu27 <yutao@chinacloud.com.cn>
2018-01-25move coding-conventions.md to guideTim Pepper
The coding-conventions document covers useful introductory guidance for all. This commit moves it out of the devel/ detail directory and into the contributor/guide, fixing up links from other doc's in this repo and leaving a cookie crumb of a document pointing at the new location. Signed-off-by: Tim Pepper <tpepper@vmware.com>
2018-01-25fix stale urlTim Pepper
The design/* docs moved to design-proposals/* some time back resulting in this broken url. Signed-off-by: Tim Pepper <tpepper@vmware.com>
2017-12-21Use git.k8s.io for linksChristoph Blecker
2017-12-01Merge pull request #1268 from yuexiao-wang/fix-multiclusterKubernetes Submit Queue
Automatic merge from submit-queue. Fix #1263: bad reference for push-federation-images in e2e-test Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn> Fix #1263 1. According to https://github.com/kubernetes/kubernetes/pull/42140, "build/push-federation-images.sh" shoud be "federation/develop/push-federation-images.sh" 2. " cluster/log-dump.sh" should be "federation/cluster/log-dump.sh"
2017-11-27Fix broken link. Clean up some trailing whitespace.Tim Bielawa
2017-11-03removed autogenerated munge analytics from filesguineveresaenger
2017-11-03beging to remove munch tags from files, also removed deprecated content of ↵guineveresaenger
how-to-doc in favor of link to k/website
2017-10-26Fix the directory of debuging scriptyuexiao-wang
remove the updated date Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2017-10-25Fix bad reference in e2e-testyuexiao-wang
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2017-10-23Fix broken ToC URLMahdi Mohammadinasab
2017-09-14Removing prom-push-gateway flagnielsole
The flag does not work anymore as per https://github.com/kubernetes/kubernetes/issues/45947
2017-08-18Merge pull request #812 from crimsonfaith91/patch-4Kubernetes Submit Queue
Automatic merge from submit-queue Add more information for e2e testing framework Elaborate on how to use `e2e.test` to run ginkgo tests locally.
2017-08-18switch to non-deprecated check-version-skewSteve Kriss
2017-08-17Address feedbackJun Xiang Tee
2017-08-17Replace KUBERNETES_PROVIDER with --providerKen'ichi Ohmichi
Since 07c6da22fe9f97ab44a02e67a7c574b49998605d, KUBERNETES_PROVIDER has been deprecated. So this PR replaces KUBERNETES_PROVIDER with the option --provider to specify a provider on e2e test.
2017-08-14Specify --provider option on local e2e testKen'ichi Ohmichi
e2e test finds a suitable util.sh from "--provider" option. However the e2e test way of community repo didn't show the setting of the option and the gce's util.sh was selected as the default. This patch fixes it.
2017-08-04Update e2e doc to add sig labelsMichelle Au
2017-08-04Remove deprecated KUBERNETES_PROVIDER=localJun Xiang Tee
2017-07-18Remove redundant sectionJun Xiang Tee
`Building the Tests` section are redundant - integrated the examples into `Building Kubernetes and Running the Tests` section.
2017-07-14Add more information for e2e.testJun Xiang Tee
2017-04-18Fix munger config broken link,The munger config directory has moved to ↵billy2180
https://github.com/kubernetes/test-infra/tree/master/mungegithub
2017-04-17Fix PromDash broken link,PromDash has been deprecated, using Grafana insteadbilly2180
2017-04-12Add flaky test debugging info to e2e-tests.mdBobby Salamat
2017-04-05Add a tip about --ginkgo.noColorDavanum Srinivas
Document the flag to switch off color in the output logs.
2017-04-04Fixes KUBE_MASTER_IP in contributors/devel/e2e-tests.md.Yang Guo
KUBE_MASTER_IP must not contain prefix "http://".
2017-03-24Merge pull request #379 from tonglil/fix-e2e-docsErick Fejta
Update e2e docs
2017-03-20explain skew and upgrade test namesymqytw
2017-02-24Add --extract=E documentationErick Fejta
2017-02-22fix error links in test docssupereagle