summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/rpmtests.py
blob: 902d7dca3da2268bec1a5b6aa878f0393ccf88f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Copyright OpenEmbedded Contributors
#
# SPDX-License-Identifier: MIT
#

from oeqa.selftest.case import OESelftestTestCase
from oeqa.utils.commands import bitbake

class BitbakeTests(OESelftestTestCase):

    def test_rpm_filenames(self):
        test_recipe = "testrpm"
        bitbake(test_recipe)