Searched refs:_try_recipetool_appendfile (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipetool.py | 82 …def _try_recipetool_appendfile(self, testrecipe, destfile, newfile, options, expectedlines, expect… member in RecipetoolAppendTests 98 …_, output = self._try_recipetool_appendfile('base-files', '/etc/motd', self.testfile, '', expected… 122 …self._try_recipetool_appendfile('coreutils', '/bin/ls', testfile2, '-r coreutils', expectedlines, … 124 …bbappendfile, _ = self._try_recipetool_appendfile('coreutils', '/bin/ls', self.testfile, '-r coreu… 148 …self._try_recipetool_appendfile('netbase', '/usr/share/something', self.testfile, '-r netbase', ex… 164 …self._try_recipetool_appendfile('netbase', '/usr/share/scriptname', testfile2, '-r netbase', expec… 176 …_, output = self._try_recipetool_appendfile('netbase', '/usr/bin/selftest-recipetool-testbin', sel… 191 …_, output = self._try_recipetool_appendfile('netbase', '/usr/share/something', self.testfile, '-r … 198 …_, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest… 205 …_, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest… [all …]
|