Files
OpenBMC/poky/meta/lib/oeqa/selftest/cases/rpmtests.py
T

15 lines
303 B
Python
Raw Normal View History

2026-04-23 17:07:55 +08:00
#
# 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)