add fuzzer dir for each apigroup

This commit is contained in:
zhouhaibing089
2017-08-04 14:09:36 +08:00
committed by haibzhou
parent a227c1ea2c
commit 2e5dc7d727
77 changed files with 1847 additions and 723 deletions

View File

@@ -23,6 +23,9 @@ import (
"k8s.io/apimachinery/pkg/labels"
"k8s.io/kubernetes/pkg/api"
apitesting "k8s.io/kubernetes/pkg/api/testing"
// install all api groups for testing
_ "k8s.io/kubernetes/pkg/api/testapi"
)
func TestMatchNode(t *testing.T) {