master count and lease endpoint tests

This commit is contained in:
Ryan Phillips
2018-02-28 13:37:42 -06:00
parent c0d1ab8e99
commit efe19e4acb
9 changed files with 147 additions and 15 deletions

View File

@@ -215,7 +215,7 @@ var (
)
func setup(t *testing.T) (client kubernetes.Interface, tearDown func()) {
result := apitesting.StartTestServerOrDie(t, nil, framework.SharedEtcd())
result := apitesting.StartTestServerOrDie(t, nil, nil, framework.SharedEtcd())
// TODO: Disable logging here until we resolve teardown issues which result in
// massive log spam. Another path forward would be to refactor