Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dgcc.py19 cls.tc.target.copyTo(src, dst)
22 cls.tc.target.copyTo(src, dst)
25 cls.tc.target.copyTo(src, dst)
H A Dscons.py19 cls.tc.target.copyTo(src, dst)
22 cls.tc.target.copyTo(src, dst)
H A Dkernelmodule.py20 cls.tc.target.copyTo(src, dst)
24 cls.tc.target.copyTo(src, dst)
H A Dscp.py32 (status, output) = self.target.copyTo(self.tmp_path, dst)
H A Drpm.py101 self.tc.target.copyTo(self.test_file, self.dst)
132 self.tc.target.copyTo(self.test_file, self.dst)
H A Dmaturin.py32 cls.tc.target.copyTo(src, dst)
H A Drust.py17 cls.tc.target.copyTo(src, dst)
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A D__init__.py27 def copyTo(self, localSrc, remoteDst): member in OETarget
H A Dserial.py106 def copyTo(self, localSrc, remoteDst): member in OESerialTarget
190 self.copyTo(srcFile, dstFile)
H A Dssh.py102 def copyTo(self, localSrc, remoteDst): member in OESSHTarget
148 self.copyTo(srcFile, dstFile)
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/utils/
H A Dtargetbuildproject.py21 status, output = self.target.copyTo(self.localarchive, self.targetdir)
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dclamav.py43 (status, output) = self.tc.target.copyTo(self.tmp_path, dst)
H A Dsuricata.py41 (status, output) = self.tc.target.copyTo(self.tmp_path, dst)
/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/
H A Ddnf_runtime.py40 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 Dparsec.py38 (status, output) = self.target.copyTo(tmp_path, "%s-%s" % (self.toml_file, provider))