]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime: drop restartTarget method
authorStefan Stanacar <stefanx.stanacar@intel.com>
Wed, 29 Jan 2014 12:24:04 +0000 (14:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Jan 2014 17:36:30 +0000 (17:36 +0000)
commit333a4326082e500bdbcd323af37e183e74adf617
tree80fc68abf989853dfff55d4f7b33e74a62a260d1
parente88b85406f2a6722a507b5db3485358a88d950f7
oeqa/runtime: drop restartTarget method

Restart is a property of a specific target, not
of a test class, should a test really need to restart
the target the direct method should be called.
Also some tests used this to enforce more ram, which
makes sense only for qemu targets only (and the inital
reason this was needed isn't valid anymore, qemu machines had
the default ram size bumped a while ago).

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/oetest.py
meta/lib/oeqa/runtime/buildcvs.py
meta/lib/oeqa/runtime/buildiptables.py
meta/lib/oeqa/runtime/buildsudoku.py