scheduler performance test suite: benchmarks and density tests

This commit is contained in:
Hongchao Deng
2015-12-09 14:43:42 -08:00
parent cd8dfe70d9
commit c0243ad4ee
5 changed files with 299 additions and 131 deletions

View File

@@ -39,6 +39,7 @@ kube::test::find_dirs() {
-o -path './test/e2e/*' \
-o -path './test/e2e_node/*' \
-o -path './test/integration/*' \
-o -path './test/component/scheduler/perf/*' \
\) -prune \
\) -name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./||' | sort -u
)