Skip to content

Commit

Permalink
perfprof: latency e2e: adjust failure message (#1044)
Browse files Browse the repository at this point in the history
Adapt #1041 by fixing the expected failure message.

Signed-off-by: Shereen Haj <shajmakh@redhat.com>
  • Loading branch information
shajmakh committed May 7, 2024
1 parent 5a9355e commit 02af8a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const (
//success messages regex
success = `SUCCESS.*1 Passed.*0 Failed.*2 Skipped`
//failure messages regex
latencyFail = `The current latency .* is bigger than the expected one`
latencyFail = `The maximum latency measured .* is bigger than the expected one`
fail = `FAIL.*0 Passed.*1 Failed.*2 Skipped`
//hwlatdetect fail message regex
hwlatdetectFail = `Samples exceeding threshold: [^0]`
Expand Down

0 comments on commit 02af8a4

Please sign in to comment.