Moving e2e tests to e2e_node directory

This commit is contained in:
Javier Diaz-Montes 2020-08-28 10:32:46 -04:00
parent 67a7509ef3
commit 0f5a03195b
3 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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",

View File

@ -18,7 +18,7 @@ limitations under the License.
* expected.
*/
package node
package e2enode
import (
"crypto/rand"