mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-02 05:30:39 -05:00
Automatic merge from submit-queue (batch tested with PRs 40175, 41107, 41111, 40893, 40919) kubeadm: skip integration tests if kubeadm-cmd-skip flag passed Will skip integration tests for token generation if it can't find a file by the given --kubeadm-path or default value. **What this PR does / why we need it**: Tests would fail if just running `go test` in the dir because it expects to have more values. This won't change the behavior of `make test-cmd` which gets run here: https://github.com/kubernetes/kubernetes/blob/master/Makefile#L258 **Which issue this PR fixes**: fixes #40155 **Special notes for your reviewer**: /cc @pires @pipejakob @liggitt ```release-note NONE ``` |
||
|---|---|---|
| .. | ||
| helpers | ||
| build.sh | ||
| cross.sh | ||
| make-help.sh | ||
| test-cmd-util.sh | ||
| test-cmd.sh | ||
| test-e2e-node.sh | ||
| test-federation-cmd.sh | ||
| test-integration.sh | ||
| test-kubeadm-cmd.sh | ||
| test.sh | ||
| verify.sh | ||
| vet.sh | ||