diff options
author | Julien Stephan <jstephan@baylibre.com> | 2023-11-16 17:46:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-20 15:30:52 +0000 |
commit | 62ad6660e00d1cee0de2a1f2c49fa38d8d2fc3c5 (patch) | |
tree | 4d8b0c2076a600e7c7a1e0cf91bf1ded190dea62 /meta/conf/testexport.conf | |
parent | 9b8c59b16538ac212b9e36774a106fd5a356553d (diff) | |
download | poky-62ad6660e00d1cee0de2a1f2c49fa38d8d2fc3c5.tar.gz |
oeqa/selftest/devtool: fix test_devtool_modify_overrides test
This test fails for machines qemuarm and qemux86 because when doing
devtool modify, the default devtool branch contains the patch that match
the current configuration, so for both qemuarm and qemux86 machines the
corresponding override patch is applied and we get the following error
(for qemuarm machine):
AssertionError: 'This is a test for qemuarm\n' != 'This is a test for something\n'
- This is a test for qemuarm
? ^ ^^^^^
+ This is a test for something
? ^^^ ^^^^^
Fix the test by looking at the correct value depending on the current
machine configuration
(From OE-Core rev: fe03789d9555c025316325b559bbde40d5e770a8)
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/testexport.conf')
0 files changed, 0 insertions, 0 deletions