Skip to content

Commit

Permalink
Merge pull request #678 from zeeke/fix-multus-e2e-flake-2
Browse files Browse the repository at this point in the history
e2e: `Debug logging should be visible in multus pod` flake
  • Loading branch information
SchSeba committed Apr 16, 2024
2 parents 6780fd0 + 4b94a1f commit 359bb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conformance/tests/test_sriov_operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ var _ = Describe("[sriov] operator", func() {

testPod := createTestPod(node, []string{sriovNetworkName})

recentMultusLogs := getMultusPodLogs(testPod.Spec.NodeName, testPod.ObjectMeta.CreationTimestamp.Time)
recentMultusLogs := getMultusPodLogs(testPod.Spec.NodeName, testPod.Status.StartTime.Time)

Expect(recentMultusLogs).To(
ContainElement(
Expand Down

0 comments on commit 359bb79

Please sign in to comment.