Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Dec 6, 2024
1 parent 4ae669e commit 80b8414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/aks-runtime/aks_runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func TestAKSRuntime(t *testing.T) {
require.NoError(c.WaitFor(ctx, kubeclient.Ready, kubeclient.Deployment{}, namespace, testContainer))

pods, err := c.Client.CoreV1().Pods(namespace).List(ctx, metav1.ListOptions{})
t.Logf("pods: %#v", pods)
require.NoError(err)
require.Len(pods.Items, 1)
pod := pods.Items[0] // only one pod was deployed
Expand Down

0 comments on commit 80b8414

Please sign in to comment.