Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dtestexport.py208 from oeqa.oetest import oeRuntimeTest
222 (status, output) = oeRuntimeTest.tc.target.copy_to(item, path_on_DUT)
244 …(status, output) = oeRuntimeTest.tc.target.copy_to(os.path.join(arch_rpms_dir, rpm_to_send), remot…
259 from oeqa.oetest import oeRuntimeTest
261 (status,output) = oeRuntimeTest.tc.target.run("rm " + item)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Doetest.py89 class oeRuntimeTest(oeTest): class
91 self.target = oeRuntimeTest.tc.target
92 super(oeRuntimeTest, self).__init__(methodName)
404 oeRuntimeTest.pscmd = "ps -ef"
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst9032 You will notice that all test classes inherit ``oeRuntimeTest``, which
9061 as ``oeRuntimeTest.tc.d.getVar("VIRTUAL-RUNTIME_init_manager")``.
9104 ``oeRuntimeTest.tc.target.run(cmd)``.