Unverified Commit b8b6f479 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #55953 from loburm/audit_test

Automatic merge from submit-queue (batch tested with PRs 56094, 52910, 55953, 56405, 56415). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Move audit logs e2e to the default test suite. Fixes https://github.com/kubernetes/kubernetes/issues/56235 ```release-note NONE ```
parents ba4b07a4 c3779f95
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment