mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
e2e: topomgr: fix ginkgo log
Due to a rebase glitch the fmt.Sprintf() was lost. This patches restores it improving the logs readability. Signed-off-by: Francesco Romani <fromani@redhat.com>
This commit is contained in:
parent
009b5356cb
commit
82a730f116
@ -506,7 +506,7 @@ func teardownSRIOVConfigOrFail(f *framework.Framework, sd *sriovData) {
|
||||
GracePeriodSeconds: &gp,
|
||||
}
|
||||
|
||||
ginkgo.By("Delete SRIOV device plugin pod %s/%s")
|
||||
ginkgo.By(fmt.Sprintf("Delete SRIOV device plugin pod %s/%s", sd.pod.Namespace, sd.pod.Name))
|
||||
err = f.ClientSet.CoreV1().Pods(sd.pod.Namespace).Delete(context.TODO(), sd.pod.Name, deleteOptions)
|
||||
framework.ExpectNoError(err)
|
||||
waitForContainerRemoval(sd.pod.Spec.Containers[0].Name, sd.pod.Name, sd.pod.Namespace)
|
||||
|
Loading…
Reference in New Issue
Block a user