Move audit logs e2e to the default test suite.

This commit is contained in:
Marian Lobur 2017-11-17 17:54:57 +01:00
parent e7ad6e6008
commit c3779f959f

View File

@ -50,8 +50,11 @@ var (
patch, _ = json.Marshal(jsonpatch.Patch{})
)
var _ = SIGDescribe("Advanced Audit [Feature:Audit]", func() {
var _ = SIGDescribe("Advanced Audit", func() {
f := framework.NewDefaultFramework("audit")
BeforeEach(func() {
framework.SkipUnlessProviderIs("gce", "gke")
})
It("should audit API calls", func() {
namespace := f.Namespace.Name