don't use build tags to mark integration tests

This commit is contained in:
Mike Danese
2017-01-31 15:55:39 -08:00
parent 9fbefe3b97
commit 21617a60ae
58 changed files with 1084 additions and 65 deletions

View File

@@ -14,7 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// Package integration provides integration tests for Kubernetes. Use the integration
// build tag during `go test` to start the tests. Some tests require a running etcd
// or Docker installation on the system which you can skip with no-docker and no-etcd.
// Package integration provides integration tests for Kubernetes.Some tests require a
// running etcd or Docker installation on the system.
package integration // import "k8s.io/kubernetes/test/integration"