Commit 4bd13ee
authored
Log the actual watchdog timeout in test error message (sonic-net#20520)
What is the motivation for this PR?
To improve test errror message and help with debugging test failure.
How did you do it?
Log the actual watchdog timeout returned by arm() in test error message , instead of the watchdog_timeout passed to arm()
How did you verify/test it?
Tested by running the test cases and checking the error message when the tests failed
Signed-off-by: Domingo <domingo@nexthop.ai>1 parent feaa251 commit 4bd13ee
1 file changed
+14
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
269 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
270 | 275 | | |
271 | 276 | | |
272 | 277 | | |
| |||
275 | 280 | | |
276 | 281 | | |
277 | 282 | | |
278 | | - | |
279 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
280 | 290 | | |
0 commit comments