diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-11-27 08:36:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-27 08:36:09 -0800 |
| commit | a06d0a00a176d5316e63c7b0d41dceefc00f88fb (patch) | |
| tree | f4eacfe3a7f8563603bacc7d4ed426253b7536f7 | |
| parent | ea57c8c1204728f3bfd1c373919452929321da84 (diff) | |
| parent | 6e5ede0404e09f463fa6f37258289e5f86f3c335 (diff) | |
Merge pull request #1438 from tbielawa/master
Automatic merge from submit-queue.
Fix broken link. Clean up some trailing whitespace.
Fix broken 'kinds of tests' link in the e2e tests documentation
| -rw-r--r-- | contributors/devel/e2e-tests.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md index 0e8dd19f..96e35b07 100644 --- a/contributors/devel/e2e-tests.md +++ b/contributors/devel/e2e-tests.md @@ -571,7 +571,7 @@ breaking changes, it does *not* block the merge-queue, and thus should run in some separate test suites owned by the feature owner(s) (see [Continuous Integration](#continuous-integration) below). -Every test should be owned by a [SIG](https://github.com/kubernetes/community/blob/master/sig-list.md), +Every test should be owned by a [SIG](https://github.com/kubernetes/community/blob/master/sig-list.md), and have a corresponding `[sig-<name>]` label. ### Viper configuration and hierarchichal test parameters. @@ -715,7 +715,7 @@ the existing suite as a guide. TODO(#20357): Create a self-documented example which has been disabled, but can be copied to create new tests and outlines the capabilities and libraries used. -When writing a test, consult #kinds_of_tests above to determine how your test +When writing a test, consult #kinds-of-tests above to determine how your test should be marked, (e.g. `[Slow]`, `[Serial]`; remember, by default we assume a test can run in parallel with other tests!). @@ -803,4 +803,3 @@ metrics that kubernetes provides. You should also know the [testing conventions](coding-conventions.md#testing-conventions). **HAPPY TESTING!** - |
