Commit 367f007
authored
This reverts commit 7551587.
I thought we cherry picked the multithreading run of pretest PR
(sonic-net/sonic-mgmt#17493) into msft.202405
but we never did, so the PR
sonic-net/sonic-mgmt#18699 should never be
cherry picked into msft.202405 as it's only a fix when test_pretest.py
runs with multithreading.
In msft.202405 branch, we are running test_pretest.py (e.g.
test_disable_startup_tsa_tsb_service()) in a normal for loop:
https://github.com/Azure/sonic-mgmt.msft/blob/202405/tests/test_pretest.py#L385,
so we should use duthost instead of dut
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
0 commit comments