diff options
author | Ross Burton <ross.burton@intel.com> | 2015-12-23 13:45:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-28 09:25:20 +0000 |
commit | 09705a4af0b2cbbf1de925159d4a25c24432b546 (patch) | |
tree | 32f924237af2a6611937dc6d051fe70fb75fed57 /meta/recipes-devtools/qemu/qemu.inc | |
parent | 4b543f7405430a2ab452dbd334b4b0a430e1091c (diff) | |
download | poky-09705a4af0b2cbbf1de925159d4a25c24432b546.tar.gz |
oeqa/selftest: support sets in devtool comparisons
The devtool and recipetool tests do literal string comparisons, but for some
fields the ordering could be irrelevant and potentially non-deterministic. For
example, the recipetool_create_simple test started failing with:
AssertionError: 'GPLv2 Unknown' != 'Unknown GPLv2' : values for LICENSE do not match
The ordering of the LICENSE field isn't relevant. So, if the expected value is
a set(), split the string into a set too and compare those.
(From OE-Core rev: dab1b0ad42f08eb547732e854ba28a4cf0a23107)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
0 files changed, 0 insertions, 0 deletions