mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
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:
commit
9ac9616361
@ -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