mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
lib/oeqa/selftest/lic-checksum: Rename test_foo
test_foo is renamed to test_nonmatching_checksum. It was a mistake to submit it with the old name. There was also some extra whitespace removed. (From OE-Core rev: 95eed3038f48337d06a3eba0f6e355f3f78c6974) Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a7701ba854
commit
8b8baf5de3
@@ -9,7 +9,7 @@ class LicenseTests(oeSelfTest):
|
|||||||
|
|
||||||
# Verify that changing a license file that has an absolute path causes
|
# Verify that changing a license file that has an absolute path causes
|
||||||
# the license qa to fail due to a mismatched md5sum.
|
# the license qa to fail due to a mismatched md5sum.
|
||||||
def test_foo(self):
|
def test_nonmatching_checksum(self):
|
||||||
bitbake_cmd = '-c configure emptytest'
|
bitbake_cmd = '-c configure emptytest'
|
||||||
error_msg = 'ERROR: emptytest: The new md5 checksum is 8d777f385d3dfec8815d20f7496026dc'
|
error_msg = 'ERROR: emptytest: The new md5 checksum is 8d777f385d3dfec8815d20f7496026dc'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user