summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/rpmtests.py
Commit message (Collapse)AuthorAgeFilesLines
* selftest: Add regression test for rpm filesnamesPavel Zhukov2022-08-211-0/+14
Escaping globs and quoting in rpm spec files is tricky and requires a bit of dancing. In addition to that it changes from time to time. Adding (simple) regression test for different types of filename patterns. Cover brackets and parentheses in first iteration [Yocto #13746] (From OE-Core rev: 142432217c152970249884fad240f7441cb1a2ad) Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>