remove build flags and rename cgroups_linux.go
This commit is contained in:
parent
0f4d054c07
commit
b270b4a8bf
3 changed files with 1312 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
||||||
//go:build linux
|
|
||||||
// +build linux
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2020 The Kubernetes Authors.
|
Copyright 2020 The Kubernetes Authors.
|
||||||
|
|
|
@ -49,6 +49,7 @@ import (
|
||||||
_ "k8s.io/ingress-nginx/test/e2e/ssl"
|
_ "k8s.io/ingress-nginx/test/e2e/ssl"
|
||||||
_ "k8s.io/ingress-nginx/test/e2e/status"
|
_ "k8s.io/ingress-nginx/test/e2e/status"
|
||||||
_ "k8s.io/ingress-nginx/test/e2e/tcpudp"
|
_ "k8s.io/ingress-nginx/test/e2e/tcpudp"
|
||||||
|
_ "k8s.io/ingress-nginx/test/e2e/cgroups"
|
||||||
)
|
)
|
||||||
|
|
||||||
// RunE2ETests checks configuration parameters (specified through flags) and then runs
|
// RunE2ETests checks configuration parameters (specified through flags) and then runs
|
||||||
|
|
1311
test/junitreports/report-e2e-test-suite.xml
Normal file
1311
test/junitreports/report-e2e-test-suite.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue