Skip to content

Commit

Permalink
system-test: drop extra sleep for SR-IOV tests (#314) (#403) (#404)
Browse files Browse the repository at this point in the history
(cherry picked from commit 45906c7)
(cherry picked from commit 68eff8f)
  • Loading branch information
yprokule authored Feb 4, 2025
1 parent ca4e1ad commit 89aa71e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,6 @@ func VerifySRIOVWorkloadsOnSameNode(ctx SpecContext) {

}, 6*time.Minute, 3*time.Second).WithContext(ctx).Should(BeTrue(), "pods matching label() still present")

By("Sleeping 90 seconds")
time.Sleep(90 * time.Second)

By("Removing ConfigMap")

deleteConfigMap(sriovDeploy1CMName, RDSCoreConfig.WlkdSRIOVOneNS)
Expand Down Expand Up @@ -751,9 +748,6 @@ func VerifySRIOVWorkloadsOnDifferentNodes(ctx SpecContext) {

}, 6*time.Minute, 3*time.Second).WithContext(ctx).Should(BeTrue(), "pods matching label() still present")

By("Sleeping 90 seconds")
time.Sleep(90 * time.Second)

By("Removing ConfigMap")

deleteConfigMap(sriovDeploy2CMName, RDSCoreConfig.WlkdSRIOVOneNS)
Expand Down

0 comments on commit 89aa71e

Please sign in to comment.