]> code.ossystems Code Review - openembedded-core.git/commit
lib/oeqa/selftest/lic-checksum: Verify failure when checksum changes.
authorRandy Witt <randy.e.witt@linux.intel.com>
Mon, 2 Mar 2015 18:55:38 +0000 (10:55 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Mar 2015 16:00:19 +0000 (16:00 +0000)
commitcab59ce08916c45c1d9da1cf9a92a67574f6c2c3
tree3b4f2e36d8c74a59660ed97c2615c59d8ef6747b
parent5df681259ae078c9d04d426fb5971eaa79d35ba5
lib/oeqa/selftest/lic-checksum: Verify failure when checksum changes.

The test added verifies that when a file with an absolute path in
LIC_FILES_CHKSUM changes without a corresponding change to the md5sum,
it triggers the license qa test again with a failure.

[Yocto #6450]

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-selftest/recipes-test/emptytest/emptytest.bb [new file with mode: 0644]
meta/lib/oeqa/selftest/lic-checksum.py [new file with mode: 0644]