mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Update to keep logging consistent
This commit is contained in:
parent
eb8ddc464a
commit
ec949fc50b
@ -864,7 +864,7 @@ var _ = framework.KubeDescribe("Pods", func() {
|
||||
err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).DeleteCollection(context.TODO(), metav1.DeleteOptions{}, metav1.ListOptions{
|
||||
LabelSelector: "type=Testing"})
|
||||
framework.ExpectNoError(err, "failed to delete collection of pods")
|
||||
fmt.Println("DeleteCollection processed")
|
||||
framework.Logf("DeleteCollection processed")
|
||||
|
||||
// wait for all pods to be deleted
|
||||
framework.Logf("waiting for all pods to be deleted")
|
||||
|
Loading…
Reference in New Issue
Block a user