]> code.ossystems Code Review - openembedded-core.git/commitdiff
lib/oeqa/selftest/lic-checksum: Rename test_foo
authorRandy Witt <randy.e.witt@linux.intel.com>
Mon, 16 Mar 2015 18:14:13 +0000 (11:14 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 11:03:15 +0000 (11:03 +0000)
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 <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/lic-checksum.py

index 0c1afa6127327b6df668d8bac6c61cef0200057a..9a9f7b21a162ac31f881801269cf05e1e4a9f741 100644 (file)
@@ -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'