diff options
| author | mattjmcnaughton <mattjmcnaughton@gmail.com> | 2019-02-06 15:04:37 -0500 |
|---|---|---|
| committer | mattjmcnaughton <mattjmcnaughton@gmail.com> | 2019-02-06 15:04:37 -0500 |
| commit | ab9dc2aacb507a780f05f9a3808163947d00d987 (patch) | |
| tree | b1fab84b131c3b569523dc5d49a9e70305015c9d | |
| parent | cadd7bee53170d20b9db4a8a29192db0879fcd81 (diff) | |
Fix broken links in devel/sig-testing
It looks like some links were not updated when `devel/sig-testing` was
created and populated with documentation.
Additionally, move `gubernator-images` to `devel/sig-testing`, as only
the `gubernator.md` file uses these images, and it now lives in
`devel/sig-testing`.
| -rw-r--r-- | contributors/devel/sig-testing/gubernator-images/filterpage.png (renamed from contributors/devel/gubernator-images/filterpage.png) | bin | 408077 -> 408077 bytes | |||
| -rw-r--r-- | contributors/devel/sig-testing/gubernator-images/filterpage1.png (renamed from contributors/devel/gubernator-images/filterpage1.png) | bin | 375248 -> 375248 bytes | |||
| -rw-r--r-- | contributors/devel/sig-testing/gubernator-images/filterpage2.png (renamed from contributors/devel/gubernator-images/filterpage2.png) | bin | 372828 -> 372828 bytes | |||
| -rw-r--r-- | contributors/devel/sig-testing/gubernator-images/filterpage3.png (renamed from contributors/devel/gubernator-images/filterpage3.png) | bin | 362554 -> 362554 bytes | |||
| -rw-r--r-- | contributors/devel/sig-testing/gubernator-images/skipping1.png (renamed from contributors/devel/gubernator-images/skipping1.png) | bin | 67007 -> 67007 bytes | |||
| -rw-r--r-- | contributors/devel/sig-testing/gubernator-images/skipping2.png (renamed from contributors/devel/gubernator-images/skipping2.png) | bin | 114503 -> 114503 bytes | |||
| -rw-r--r-- | contributors/devel/sig-testing/gubernator-images/testfailures.png (renamed from contributors/devel/gubernator-images/testfailures.png) | bin | 189178 -> 189178 bytes | |||
| -rw-r--r-- | contributors/devel/sig-testing/testing.md | 6 |
8 files changed, 3 insertions, 3 deletions
diff --git a/contributors/devel/gubernator-images/filterpage.png b/contributors/devel/sig-testing/gubernator-images/filterpage.png Binary files differindex 2d08bd8e..2d08bd8e 100644 --- a/contributors/devel/gubernator-images/filterpage.png +++ b/contributors/devel/sig-testing/gubernator-images/filterpage.png diff --git a/contributors/devel/gubernator-images/filterpage1.png b/contributors/devel/sig-testing/gubernator-images/filterpage1.png Binary files differindex 838cb0fa..838cb0fa 100644 --- a/contributors/devel/gubernator-images/filterpage1.png +++ b/contributors/devel/sig-testing/gubernator-images/filterpage1.png diff --git a/contributors/devel/gubernator-images/filterpage2.png b/contributors/devel/sig-testing/gubernator-images/filterpage2.png Binary files differindex 63da782e..63da782e 100644 --- a/contributors/devel/gubernator-images/filterpage2.png +++ b/contributors/devel/sig-testing/gubernator-images/filterpage2.png diff --git a/contributors/devel/gubernator-images/filterpage3.png b/contributors/devel/sig-testing/gubernator-images/filterpage3.png Binary files differindex 33066d78..33066d78 100644 --- a/contributors/devel/gubernator-images/filterpage3.png +++ b/contributors/devel/sig-testing/gubernator-images/filterpage3.png diff --git a/contributors/devel/gubernator-images/skipping1.png b/contributors/devel/sig-testing/gubernator-images/skipping1.png Binary files differindex a5dea440..a5dea440 100644 --- a/contributors/devel/gubernator-images/skipping1.png +++ b/contributors/devel/sig-testing/gubernator-images/skipping1.png diff --git a/contributors/devel/gubernator-images/skipping2.png b/contributors/devel/sig-testing/gubernator-images/skipping2.png Binary files differindex b133347e..b133347e 100644 --- a/contributors/devel/gubernator-images/skipping2.png +++ b/contributors/devel/sig-testing/gubernator-images/skipping2.png diff --git a/contributors/devel/gubernator-images/testfailures.png b/contributors/devel/sig-testing/gubernator-images/testfailures.png Binary files differindex 1b331248..1b331248 100644 --- a/contributors/devel/gubernator-images/testfailures.png +++ b/contributors/devel/sig-testing/gubernator-images/testfailures.png diff --git a/contributors/devel/sig-testing/testing.md b/contributors/devel/sig-testing/testing.md index 60f83b53..b101c97c 100644 --- a/contributors/devel/sig-testing/testing.md +++ b/contributors/devel/sig-testing/testing.md @@ -19,7 +19,7 @@ - [End-to-End tests](#end-to-end-tests) -This assumes you already read the [development guide](development.md) to +This assumes you already read the [development guide](../development.md) to install go, godeps, and configure your git client. All command examples are relative to the `kubernetes` root directory. @@ -41,7 +41,7 @@ passing, so it is often a good idea to make sure the e2e tests work as well. - Tests using linux-specific features must be skipped or compiled out. - Skipped is better, compiled out is required when it won't compile. * Concurrent unit test runs must pass. -* See [coding conventions](../guide/coding-conventions.md). +* See [coding conventions](../../guide/coding-conventions.md). ### Run all unit tests @@ -166,7 +166,7 @@ is [table driven testing](https://github.com/golang/go/wiki/TableDrivenTests) - Example: [TestNamespaceAuthorization](https://git.k8s.io/kubernetes/test/integration/auth/auth_test.go) * Each test should create its own master, httpserver and config. - Example: [TestPodUpdateActiveDeadlineSeconds](https://git.k8s.io/kubernetes/test/integration/pods/pods_test.go) -* See [coding conventions](coding-conventions.md). +* See [coding conventions](../../guide/coding-conventions.md). ### Install etcd dependency |
