• Kubernetes Submit Queue's avatar
    Merge pull request #40175 from apprenda/kubeadm-40155-test-skip · a326735e
    Kubernetes Submit Queue authored
    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
    ```
    a326735e
Name
Last commit
Last update
..
helpers Loading commit data...
build.sh Loading commit data...
cross.sh Loading commit data...
make-help.sh Loading commit data...
test-cmd-util.sh Loading commit data...
test-cmd.sh Loading commit data...
test-e2e-node.sh Loading commit data...
test-federation-cmd.sh Loading commit data...
test-integration.sh Loading commit data...
test-kubeadm-cmd.sh Loading commit data...
test.sh Loading commit data...
verify.sh Loading commit data...
vet.sh Loading commit data...