mbox series

[0/3] oeqa: runtime: Clean setup/tear down function on weston and logrotate

Message ID 20251013-mathieu-test-clean-setup-v1-0-6cea9936d79b@bootlin.com
Headers show
Series oeqa: runtime: Clean setup/tear down function on weston and logrotate | expand

Message

Mathieu Dubois-Briand Oct. 13, 2025, 11:06 a.m. UTC
This was discussed on my previous series, introducing a new error on SSH
connection failure during tests: setup and tear down functions should
only do simple operations and not try to interact with the target.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
Mathieu Dubois-Briand (3):
      oeqa: runtime: logrotate: Fix typos and add comments
      oeqa: runtime: logrotate: Remove setup and tear down methods
      oeqa: runtime: weston: Remove tear down method

 meta/lib/oeqa/runtime/cases/logrotate.py | 99 +++++++++++++++++---------------
 meta/lib/oeqa/runtime/cases/weston.py    |  5 +-
 2 files changed, 53 insertions(+), 51 deletions(-)
---
base-commit: 3fc1fa77dae8d138c9a0bf47172d978812b593b3
change-id: 20251013-mathieu-test-clean-setup-6eec6fcc734d

Best regards,