Merge pull request #66278 from bart0sh/PR0021-kubeadm-wrap-tests-in-T.Run
Automatic merge from submit-queue (batch tested with PRs 66152, 66406, 66218, 66278, 65660). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
kubeadm: wrap runtime tests in a t.Run
**What this PR does / why we need it**:
Improved runtime tests by using [T.Run API](https://golang.org/pkg/testing/#T.Run)
This should improve testing output and make it more visible
which test is doing what.
**Which issue(s) this PR fixes**:
This PR addresses [this review comment](https://github.com/kubernetes/kubernetes/pull/64611#pullrequestreview-137441722)
**Release note**:
```release-note
NONE
```
Showing
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment