]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa: runtime: weston: Remove tear down method
authorMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Thu, 9 Oct 2025 13:37:28 +0000 (15:37 +0200)
committerMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Mon, 20 Oct 2025 16:25:28 +0000 (18:25 +0200)
commit2c805ccaee8b7e84b3b7f059d07372f937c33e70
treefd58b5a7a5bf7143134a45f798f9fb05c28e1c91
parent81e61f2cc79c2f99bff34484b90db6988086df8a
oeqa: runtime: weston: Remove tear down method

Tear down method is executed even when the tests are disabled. This lead
to SSH being used to run commands on the target, and as it might fail
when no SSH server is present, we had to use ignore_ssh_fails=True here.

Instead, remove log file just before it is created: it will remain on
the target after the test is run, but this should be acceptable.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/lib/oeqa/runtime/cases/weston.py