mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +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{
|
err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).DeleteCollection(context.TODO(), metav1.DeleteOptions{}, metav1.ListOptions{
|
||||||
LabelSelector: "type=Testing"})
|
LabelSelector: "type=Testing"})
|
||||||
framework.ExpectNoError(err, "failed to delete collection of pods")
|
framework.ExpectNoError(err, "failed to delete collection of pods")
|
||||||
fmt.Println("DeleteCollection processed")
|
framework.Logf("DeleteCollection processed")
|
||||||
|
|
||||||
// wait for all pods to be deleted
|
// wait for all pods to be deleted
|
||||||
framework.Logf("waiting for all pods to be deleted")
|
framework.Logf("waiting for all pods to be deleted")
|
||||||
|
Loading…
Reference in New Issue
Block a user