Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dutils.py166 def _testeditfile(self, varvalues, compareto, dummyvars=None): member in EditMetadataFile
194 self._testeditfile({}, self._origfile)
196 self._testeditfile({'DUMMY1': ('should_not_set', None, 0, True),
199 self._testeditfile({'THIS': ('that', None, 0, True),
237 self._testeditfile({'HELLO': ('newvalue', None, 4, True)}, newfile1)
272 self._testeditfile({'MULTILINE': (['d1','d2','d3'], None, 4, False),
309 …self._testeditfile({'do_functionname()': (['othercommand_one a b c', 'othercommand_two d e f'], No…
340 self._testeditfile({'NOCHANGE': (None, None, 0, False),