summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/lic-checksum.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/lic-checksum.py')
-rw-r--r--meta/lib/oeqa/selftest/lic-checksum.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/lic-checksum.py b/meta/lib/oeqa/selftest/lic-checksum.py
index 92fc3a84f1..bd3b9a1ba3 100644
--- a/meta/lib/oeqa/selftest/lic-checksum.py
+++ b/meta/lib/oeqa/selftest/lic-checksum.py
@@ -4,11 +4,13 @@ import tempfile
4from oeqa.selftest.base import oeSelfTest 4from oeqa.selftest.base import oeSelfTest
5from oeqa.utils.commands import bitbake 5from oeqa.utils.commands import bitbake
6from oeqa.utils import CommandError 6from oeqa.utils import CommandError
7from oeqa.utils.decorators import testcase
7 8
8class LicenseTests(oeSelfTest): 9class LicenseTests(oeSelfTest):
9 10
10 # Verify that changing a license file that has an absolute path causes 11 # Verify that changing a license file that has an absolute path causes
11 # the license qa to fail due to a mismatched md5sum. 12 # the license qa to fail due to a mismatched md5sum.
13 @testcase(1197)
12 def test_nonmatching_checksum(self): 14 def test_nonmatching_checksum(self):
13 bitbake_cmd = '-c configure emptytest' 15 bitbake_cmd = '-c configure emptytest'
14 error_msg = 'ERROR: emptytest: The new md5 checksum is 8d777f385d3dfec8815d20f7496026dc' 16 error_msg = 'ERROR: emptytest: The new md5 checksum is 8d777f385d3dfec8815d20f7496026dc'