Merge pull request #24641 from caesarxuchao/pods-test

Automatic merge from submit-queue

move pods.go to pods_test.go

fix #24635
This commit is contained in:
k8s-merge-robot
2016-05-02 13:16:20 -07:00
2 changed files with 6 additions and 11 deletions

View File

@@ -141,7 +141,7 @@ is [table driven testing](https://github.com/golang/go/wiki/TableDrivenTests)
- Example: [TestNamespaceAuthorization](../../test/integration/auth_test.go)
* Integration tests must run in parallel
- Each test should create its own master, httpserver and config.
- Example: [TestPodUpdateActiveDeadlineSeconds](../../test/integration/pods.go)
- Example: [TestPodUpdateActiveDeadlineSeconds](../../test/integration/pods_test.go)
* See [coding conventions](coding-conventions.md).
### Install etcd dependency