Skip to content

Commit

Permalink
Merge pull request #644 from zeeke/e2e-fix-multus-pod
Browse files Browse the repository at this point in the history
e2e: fix `CNI Logging level` test case
  • Loading branch information
adrianchiris authored Feb 28, 2024
2 parents ebf0adc + 5b1f712 commit 860daa8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/conformance/tests/test_sriov_operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -1013,11 +1013,9 @@ var _ = Describe("[sriov] operator", func() {
Expect(err).ToNot(HaveOccurred())
waitForNetAttachDef(sriovNetworkName, namespaces.Test)

podDeployTime := time.Now()

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

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

Expect(recentMultusLogs).To(
ContainElement(
Expand Down

0 comments on commit 860daa8

Please sign in to comment.