k3s/test/integration
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
..
auth separate RESTStorage by API group 2016-09-20 08:00:50 -04:00
client only store typeMeta and objectMeta in the gc store 2016-08-08 17:23:13 -07:00
configmap move integration tests into individual pacakges 2016-07-07 00:54:15 -07:00
discoverysummarizer etcd3 validation showed that several unit tests that depend on apiserver being fully 2016-08-18 14:12:24 -05:00
examples Allow secure access to apiserver from Admission Controllers 2016-09-20 10:42:21 -04:00
federation Adding namespaces/finalizer subresource to federation apiserver 2016-09-02 15:30:32 -07:00
framework Merge pull request #32520 from jayunit100/component_tests 2016-09-22 05:45:50 -07:00
garbagecollector EnableGarbageCollection should be a struct member on RESTOptions 2016-09-15 00:09:28 -04:00
kubectl Add a check in ConfirmUsable() to validate the contextName 2016-09-01 11:35:11 +10:00
master add more details to failure 2016-09-08 17:14:59 -07:00
metrics Fix make test-integration under OSX 2016-08-29 13:50:44 -04:00
objectmeta move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
openshift Cleanup non-rest apiserver handlers 2016-09-15 13:22:45 +02:00
persistentvolumes Revert "Use PV shared informer in PV controller" 2016-09-13 10:12:34 -04:00
pods move integration tests into individual pacakges 2016-07-07 00:54:15 -07:00
quota move integration tests into individual pacakges 2016-07-07 00:54:15 -07:00
replicaset move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
replicationcontroller move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
scheduler modify extends.Filter 2016-08-04 14:03:32 +08:00
scheduler_perf component tests as integration-tests with short option. 2016-09-16 15:22:08 -04:00
secrets move integration tests into individual pacakges 2016-07-07 00:54:15 -07:00
serviceaccount Add mode permission bits to configmap, secrets and downwardAPI 2016-08-17 14:44:41 -04:00
storageclasses move StorageClass to its own group 2016-09-06 08:41:17 -04:00
benchmark-controller.json build/pause: write in C 2016-05-04 21:45:52 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
utils.go move integration tests into individual pacakges 2016-07-07 00:54:15 -07:00