summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/devel/sig-testing/gubernator-images/filterpage.png (renamed from contributors/devel/gubernator-images/filterpage.png)bin408077 -> 408077 bytes
-rw-r--r--contributors/devel/sig-testing/gubernator-images/filterpage1.png (renamed from contributors/devel/gubernator-images/filterpage1.png)bin375248 -> 375248 bytes
-rw-r--r--contributors/devel/sig-testing/gubernator-images/filterpage2.png (renamed from contributors/devel/gubernator-images/filterpage2.png)bin372828 -> 372828 bytes
-rw-r--r--contributors/devel/sig-testing/gubernator-images/filterpage3.png (renamed from contributors/devel/gubernator-images/filterpage3.png)bin362554 -> 362554 bytes
-rw-r--r--contributors/devel/sig-testing/gubernator-images/skipping1.png (renamed from contributors/devel/gubernator-images/skipping1.png)bin67007 -> 67007 bytes
-rw-r--r--contributors/devel/sig-testing/gubernator-images/skipping2.png (renamed from contributors/devel/gubernator-images/skipping2.png)bin114503 -> 114503 bytes
-rw-r--r--contributors/devel/sig-testing/gubernator-images/testfailures.png (renamed from contributors/devel/gubernator-images/testfailures.png)bin189178 -> 189178 bytes
-rw-r--r--contributors/devel/sig-testing/testing.md6
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
index 2d08bd8e..2d08bd8e 100644
--- a/contributors/devel/gubernator-images/filterpage.png
+++ b/contributors/devel/sig-testing/gubernator-images/filterpage.png
Binary files differ
diff --git a/contributors/devel/gubernator-images/filterpage1.png b/contributors/devel/sig-testing/gubernator-images/filterpage1.png
index 838cb0fa..838cb0fa 100644
--- a/contributors/devel/gubernator-images/filterpage1.png
+++ b/contributors/devel/sig-testing/gubernator-images/filterpage1.png
Binary files differ
diff --git a/contributors/devel/gubernator-images/filterpage2.png b/contributors/devel/sig-testing/gubernator-images/filterpage2.png
index 63da782e..63da782e 100644
--- a/contributors/devel/gubernator-images/filterpage2.png
+++ b/contributors/devel/sig-testing/gubernator-images/filterpage2.png
Binary files differ
diff --git a/contributors/devel/gubernator-images/filterpage3.png b/contributors/devel/sig-testing/gubernator-images/filterpage3.png
index 33066d78..33066d78 100644
--- a/contributors/devel/gubernator-images/filterpage3.png
+++ b/contributors/devel/sig-testing/gubernator-images/filterpage3.png
Binary files differ
diff --git a/contributors/devel/gubernator-images/skipping1.png b/contributors/devel/sig-testing/gubernator-images/skipping1.png
index a5dea440..a5dea440 100644
--- a/contributors/devel/gubernator-images/skipping1.png
+++ b/contributors/devel/sig-testing/gubernator-images/skipping1.png
Binary files differ
diff --git a/contributors/devel/gubernator-images/skipping2.png b/contributors/devel/sig-testing/gubernator-images/skipping2.png
index b133347e..b133347e 100644
--- a/contributors/devel/gubernator-images/skipping2.png
+++ b/contributors/devel/sig-testing/gubernator-images/skipping2.png
Binary files differ
diff --git a/contributors/devel/gubernator-images/testfailures.png b/contributors/devel/sig-testing/gubernator-images/testfailures.png
index 1b331248..1b331248 100644
--- a/contributors/devel/gubernator-images/testfailures.png
+++ b/contributors/devel/sig-testing/gubernator-images/testfailures.png
Binary files differ
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