Searched refs:_try_recipetool_appendfile_fail (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipetool.py | 86 def _try_recipetool_appendfile_fail(self, destfile, newfile, checkerror): member in RecipetoolAppendTests 103 …self._try_recipetool_appendfile_fail('/etc/passwd', self.testfile, ['ERROR: /etc/passwd cannot be … 104 …self._try_recipetool_appendfile_fail('/etc/timestamp', self.testfile, ['ERROR: /etc/timestamp cann… 105 …self._try_recipetool_appendfile_fail('/dev/console', self.testfile, ['ERROR: /dev/console cannot b… 110 …self._try_recipetool_appendfile_fail('/bin/ls', self.testfile, ['ERROR: File /bin/ls is an alterna… 283 …self._try_recipetool_appendfile_fail('/usr/share/selftest-replaceme-postinst', self.testfile, ['Fi…
|