Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbuildoptions.py146 self.run_buildhistory_operation('xcursor-transparent-theme')
152 … self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True)
153 …self.run_buildhistory_operation(target, target_config="PR = \"r0\"", change_bh_location=False, exp…
H A Doescripts.py20 … self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True)
21 …self.run_buildhistory_operation(target, target_config="PR = \"r0\"", change_bh_location=False, exp…
H A Dbuildhistory.py30 …def run_buildhistory_operation(self, target, global_config='', target_config='', change_bh_locatio… member in BuildhistoryBase