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 ```
This commit is contained in:
@@ -50,8 +50,11 @@ var (
|
|||||||
patch, _ = json.Marshal(jsonpatch.Patch{})
|
patch, _ = json.Marshal(jsonpatch.Patch{})
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = SIGDescribe("Advanced Audit [Feature:Audit]", func() {
|
var _ = SIGDescribe("Advanced Audit", func() {
|
||||||
f := framework.NewDefaultFramework("audit")
|
f := framework.NewDefaultFramework("audit")
|
||||||
|
BeforeEach(func() {
|
||||||
|
framework.SkipUnlessProviderIs("gce", "gke")
|
||||||
|
})
|
||||||
|
|
||||||
It("should audit API calls", func() {
|
It("should audit API calls", func() {
|
||||||
namespace := f.Namespace.Name
|
namespace := f.Namespace.Name
|
||||||
|
Reference in New Issue
Block a user