Searched refs:copyTo (Results 1 – 15 of 15) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | gcc.py | 19 cls.tc.target.copyTo(src, dst) 22 cls.tc.target.copyTo(src, dst) 25 cls.tc.target.copyTo(src, dst)
|
| H A D | scons.py | 19 cls.tc.target.copyTo(src, dst) 22 cls.tc.target.copyTo(src, dst)
|
| H A D | kernelmodule.py | 20 cls.tc.target.copyTo(src, dst) 24 cls.tc.target.copyTo(src, dst)
|
| H A D | scp.py | 32 (status, output) = self.target.copyTo(self.tmp_path, dst)
|
| H A D | rpm.py | 101 self.tc.target.copyTo(self.test_file, self.dst) 132 self.tc.target.copyTo(self.test_file, self.dst)
|
| H A D | maturin.py | 32 cls.tc.target.copyTo(src, dst)
|
| H A D | rust.py | 17 cls.tc.target.copyTo(src, dst)
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
| H A D | __init__.py | 27 def copyTo(self, localSrc, remoteDst): member in OETarget
|
| H A D | serial.py | 106 def copyTo(self, localSrc, remoteDst): member in OESerialTarget 190 self.copyTo(srcFile, dstFile)
|
| H A D | ssh.py | 102 def copyTo(self, localSrc, remoteDst): member in OESSHTarget 148 self.copyTo(srcFile, dstFile)
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/utils/ |
| H A D | targetbuildproject.py | 21 status, output = self.target.copyTo(self.localarchive, self.targetdir)
|
| /openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
| H A D | clamav.py | 43 (status, output) = self.tc.target.copyTo(self.tmp_path, dst)
|
| H A D | suricata.py | 41 (status, output) = self.tc.target.copyTo(self.tmp_path, dst)
|
| /openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/ |
| H A D | dnf_runtime.py | 40 self.tc.target.copyTo(temp_file, "/etc/yum.repos.d/oe-remote-repo.repo")
|
| /openbmc/openbmc/meta-security/meta-parsec/lib/oeqa/runtime/cases/ |
| H A D | parsec.py | 38 (status, output) = self.target.copyTo(tmp_path, "%s-%s" % (self.toml_file, provider))
|