mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +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",
|
"mount_propagation.go",
|
||||||
"node_problem_detector.go",
|
"node_problem_detector.go",
|
||||||
"pod_gc.go",
|
"pod_gc.go",
|
||||||
"pod_hostnamefqdn.go",
|
|
||||||
"pods.go",
|
"pods.go",
|
||||||
"pre_stop.go",
|
"pre_stop.go",
|
||||||
"recreate_node.go",
|
"recreate_node.go",
|
||||||
|
@ -132,6 +132,7 @@ go_test(
|
|||||||
"node_container_manager_test.go",
|
"node_container_manager_test.go",
|
||||||
"node_perf_test.go",
|
"node_perf_test.go",
|
||||||
"pids_test.go",
|
"pids_test.go",
|
||||||
|
"pod_hostnamefqdn_test.go",
|
||||||
"pods_container_manager_test.go",
|
"pods_container_manager_test.go",
|
||||||
"quota_lsci_test.go",
|
"quota_lsci_test.go",
|
||||||
"resource_metrics_test.go",
|
"resource_metrics_test.go",
|
||||||
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||||||
* expected.
|
* expected.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package node
|
package e2enode
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto/rand"
|
"crypto/rand"
|
Loading…
Reference in New Issue
Block a user