]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/selftest/esdk: remove postconfig argument
authorRoss Burton <ross.burton@arm.com>
Thu, 19 Jun 2025 13:20:44 +0000 (14:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jun 2025 20:54:41 +0000 (21:54 +0100)
commit6196d096b95b36f8b72b4049d5479f8f23e7891d
tree86fb2bdf646086e1bf995a39f28f0dd398f37a17
parent4a919459feb90ab8a8b9d10381486b77ad5aec52
oeqa/selftest/esdk: remove postconfig argument

Discovered when looking for users of get_bb_var()'s postconfig argument,
this wrapper around runCmd() has a postconfig argument that has odd
behaviour: it _appends_ the new configuration to local.conf instead of
having them used for this specific run (unlike the other functions in
commands.py)

None of the eSDK tests use this functionality, so remove it. Future test
cases that need to write further configuration should do so directly.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/esdk.py