kubernetes/test/integration/framework
Kubernetes Submit Queue 47e3d23a67 Merge pull request #32520 from jayunit100/component_tests
Automatic merge from submit-queue

Integration tests: Migrate scheduler perf to the integration suite, s…

*Problem*

issues like https://github.com/kubernetes/kubernetes/pull/32384/ happen because we dont compile the integration tests as part of the build

*Solution*

This pr will make it so scheduler_perf is included in the integration tests, but it will run in short mode that only makes sure compilation happens .  it also removes the over generalized test/component directory which only has one entry

```
test/integration/replicationcontroller
test/integration/scheduler
test/integration/scheduler
test/integration/scheduler_perf
test/integration/scheduler_perf
test/integration/secrets
test/integration/serviceaccount
test/integration/storageclasses
```
2016-09-22 05:45:50 -07:00
..
etcd_utils.go component tests as integration-tests with short option. 2016-09-16 15:22:08 -04:00
master_utils.go Move generated openAPI specs out of genericapiserver and make it configurable 2016-09-20 14:06:10 -07:00
serializer.go Introduce GroupVersioner for capturing desired target version 2016-08-18 14:45:00 -04:00