Skip to content

Commit

Permalink
Merge pull request kubernetes#49652 from tallclair/audit-e2e
Browse files Browse the repository at this point in the history
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 kubernetes#48910, but this is an apiserver feature, not a node feature.

/cc @crassirostris
  • Loading branch information
Kubernetes Submit Queue authored Jul 28, 2017
2 parents a4dd65c + 9aa0bfe commit b1b107c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions test/e2e/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ go_test(
go_library(
name = "go_default_library",
srcs = [
"audit.go",
"certificates.go",
"dashboard.go",
"e2e.go",
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/node/audit.go → test/e2e/audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package node
package e2e

import (
"bufio"
Expand All @@ -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() {
Expand Down
1 change: 0 additions & 1 deletion test/e2e/node/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ go_library(
name = "go_default_library",
srcs = [
"apparmor.go",
"audit.go",
"kubelet.go",
"kubelet_perf.go",
"nodeoutofdisk.go",
Expand Down

0 comments on commit b1b107c

Please sign in to comment.