Home
last modified time | relevance | path

Searched refs:metadata_chksum (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_metadata.py15 metadata_chksum = 'LIC_FILES_CHKSUM' variable in TestMetadata
19 lic_chksum_added = pyparsing.AtLineStart("+" + metadata_chksum)
20 lic_chksum_removed = pyparsing.AtLineStart("-" + metadata_chksum)
77 lic_files_chksum = rd.getVar(self.metadata_chksum)
81 self.fail('%s is missing in newly added recipe' % self.metadata_chksum)