From: Randy Witt Date: Mon, 16 Mar 2015 18:14:13 +0000 (-0700) Subject: lib/oeqa/selftest/lic-checksum: Rename test_foo X-Git-Tag: 2015-4~115 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=95eed3038f48337d06a3eba0f6e355f3f78c6974;p=openembedded-core.git 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. Signed-off-by: Randy Witt Signed-off-by: Ross Burton --- diff --git a/meta/lib/oeqa/selftest/lic-checksum.py b/meta/lib/oeqa/selftest/lic-checksum.py index 0c1afa6127..9a9f7b21a1 100644 --- a/meta/lib/oeqa/selftest/lic-checksum.py +++ b/meta/lib/oeqa/selftest/lic-checksum.py @@ -6,10 +6,10 @@ from oeqa.utils.commands import bitbake from oeqa.utils import CommandError class LicenseTests(oeSelfTest): - + # Verify that changing a license file that has an absolute path causes # the license qa to fail due to a mismatched md5sum. - def test_foo(self): + def test_nonmatching_checksum(self): bitbake_cmd = '-c configure emptytest' error_msg = 'ERROR: emptytest: The new md5 checksum is 8d777f385d3dfec8815d20f7496026dc'