mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Moving e2e tests to e2e_node directory
This commit is contained in:
parent
67a7509ef3
commit
0f5a03195b
@ -12,7 +12,6 @@ go_library(
|
||||
"mount_propagation.go",
|
||||
"node_problem_detector.go",
|
||||
"pod_gc.go",
|
||||
"pod_hostnamefqdn.go",
|
||||
"pods.go",
|
||||
"pre_stop.go",
|
||||
"recreate_node.go",
|
||||
|
@ -132,6 +132,7 @@ go_test(
|
||||
"node_container_manager_test.go",
|
||||
"node_perf_test.go",
|
||||
"pids_test.go",
|
||||
"pod_hostnamefqdn_test.go",
|
||||
"pods_container_manager_test.go",
|
||||
"quota_lsci_test.go",
|
||||
"resource_metrics_test.go",
|
||||
|
@ -18,7 +18,7 @@ limitations under the License.
|
||||
* expected.
|
||||
*/
|
||||
|
||||
package node
|
||||
package e2enode
|
||||
|
||||
import (
|
||||
"crypto/rand"
|
Loading…
Reference in New Issue
Block a user