mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Merge pull request #49652 from tallclair/audit-e2e
Automatic merge from submit-queue (batch tested with PRs 49581, 49652, 49681, 49688, 44655) Move the audit e2e test out of the node SIG It was mistakenly moved to sig-node in https://github.com/kubernetes/kubernetes/pull/48910, but this is an apiserver feature, not a node feature. /cc @crassirostris
This commit is contained in:
commit
b1b107c728
@ -49,6 +49,7 @@ go_test(
|
|||||||
go_library(
|
go_library(
|
||||||
name = "go_default_library",
|
name = "go_default_library",
|
||||||
srcs = [
|
srcs = [
|
||||||
|
"audit.go",
|
||||||
"certificates.go",
|
"certificates.go",
|
||||||
"dashboard.go",
|
"dashboard.go",
|
||||||
"e2e.go",
|
"e2e.go",
|
||||||
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package node
|
package e2e
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
@ -29,7 +29,7 @@ import (
|
|||||||
. "github.com/onsi/gomega"
|
. "github.com/onsi/gomega"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = SIGDescribe("Advanced Audit [Feature:Audit]", func() {
|
var _ = framework.KubeDescribe("Advanced Audit [Feature:Audit]", func() {
|
||||||
f := framework.NewDefaultFramework("audit")
|
f := framework.NewDefaultFramework("audit")
|
||||||
|
|
||||||
It("should audit API calls", func() {
|
It("should audit API calls", func() {
|
@ -11,7 +11,6 @@ go_library(
|
|||||||
name = "go_default_library",
|
name = "go_default_library",
|
||||||
srcs = [
|
srcs = [
|
||||||
"apparmor.go",
|
"apparmor.go",
|
||||||
"audit.go",
|
|
||||||
"kubelet.go",
|
"kubelet.go",
|
||||||
"kubelet_perf.go",
|
"kubelet_perf.go",
|
||||||
"nodeoutofdisk.go",
|
"nodeoutofdisk.go",
|
||||||
|
Loading…
Reference in New Issue
Block a user