Skip to content

Commit

Permalink
Fix HPS test on WSK (#4440)
Browse files Browse the repository at this point in the history
* enable hps on wsk

* delete commented out code
  • Loading branch information
ProjectsByJackHe committed Aug 7, 2024
1 parent 1cdb901 commit caba7bb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/secnetperf-helpers.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -578,12 +578,6 @@ function Invoke-Secnetperf {
continue
}

# These scenarios are currently broken! TODO - Figure out why and fix them.
if ($io -eq "wsk" -and $metric -eq "hps") {
Write-Host "> secnetperf $clientArgs BROKEN!"
continue
}

# Linux XDP requires sudo for now
$useSudo = (!$isWindows -and $io -eq "xdp")

Expand Down

0 comments on commit caba7bb

Please sign in to comment.