mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Move audit logs e2e to the default test suite.
This commit is contained in:
parent
e7ad6e6008
commit
c3779f959f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user