Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dbuildhistory.py43 def commit_vars(self, to_add={}, to_remove = [], msg="A commit message"): member in TestBlobParsing
65 self.commit_vars(to_add = valuesmap)
79 self.commit_vars(to_add = { "foo" : "1", "foo-2" : "2", "foo-3" : "3" })
82 self.commit_vars(to_add = { "foo-2" : "8", "bar" : "4", "bar-2" : "5" })
98 self.commit_vars(to_add = { "foo" : "1" })
101 self.commit_vars(to_add = { "PKG" : "1", "PKGE" : "1", "PKGV" : "1", "PKGR" : "1" })