Merge pull request #94310 from twosigma/movee2etestfqdn

Moving SetHostnameAsFQDn e2e tests to e2e_node directory to include tests in Node Testgrid
This commit is contained in:
Kubernetes Prow Robot
2020-08-28 17:15:19 -07:00
committed by GitHub
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"