Skip to content

Commit

Permalink
Add a log
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh09 committed Aug 11, 2023
1 parent 91ae4fa commit 51e4092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/vpc-eni/e2eTests/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ func createTestENI(t *testing.T, linkName string) netlink.Link {
require.NoError(t, err, "Failed to create test ENI")
link, err := netlink.LinkByName(linkName)
require.NoError(t, err, "Failed to find test ENI by name after creation")
t.Log("Created test ENI", link)
return link
}

Expand Down

0 comments on commit 51e4092

Please sign in to comment.