]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Oct 2025 16:58:15 +0000 (16:58 +0000)
commit8b119b1a0fa618c03fbee1bcc755785fedd2d923
tree61ebb0cf42142ad549cb9bdb2e5ef31ecc16f2c3
parentc90f79ae221573b2d5100f2d25b12f77e33113d7
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