Skip to content

Commit bbd447e

Browse files
Xichen96AharonMalkin
authored andcommitted
[performance_meter] add -f to config reload (sonic-net#19147)
What is the motivation for this PR? Sometimes config reload will not perform because of some failed state in sonic How did you do it? Add -f. How did you verify/test it? Run test Signed-off-by: Aharon Malkin <[email protected]>
1 parent a50ec1d commit bbd447e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/performance_meter/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ async def reboot_by_cmd(duthost):
4747

4848

4949
async def config_reload_by_cmd(duthost):
50-
command = asyncio.create_task(async_command_ignore_errors(duthost, "config reload -y"))
50+
command = asyncio.create_task(async_command_ignore_errors(duthost, "config reload -f -y"))
5151
yield True
5252
await command

0 commit comments

Comments
 (0)