mirror of https://github.com/k3s-io/k3s
Move the audit e2e test out of the node SIG
parent
0940a25440
commit
9aa0bfe8b0
|
@ -49,6 +49,7 @@ go_test(
|
|||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"audit.go",
|
||||
"certificates.go",
|
||||
"dashboard.go",
|
||||
"e2e.go",
|
||||
|
|
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
package node
|
||||
package e2e
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
|
@ -29,7 +29,7 @@ import (
|
|||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
var _ = SIGDescribe("Advanced Audit [Feature:Audit]", func() {
|
||||
var _ = framework.KubeDescribe("Advanced Audit [Feature:Audit]", func() {
|
||||
f := framework.NewDefaultFramework("audit")
|
||||
|
||||
It("should audit API calls", func() {
|
|
@ -11,7 +11,6 @@ go_library(
|
|||
name = "go_default_library",
|
||||
srcs = [
|
||||
"apparmor.go",
|
||||
"audit.go",
|
||||
"kubelet.go",
|
||||
"kubelet_perf.go",
|
||||
"nodeoutofdisk.go",
|
||||
|
|
Loading…
Reference in New Issue