]> code.ossystems Code Review - openembedded-core.git/commit
oeqa.selftest: add a test for oe.path.copytree()
authorJoshua Lock <joshua.g.lock@intel.com>
Thu, 1 Sep 2016 16:26:40 +0000 (17:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Sep 2016 08:58:31 +0000 (09:58 +0100)
commita408f8310d9426db4439cf8db0cf49f9bfe90b3b
treed595d466ab546d59cee5a1049c1a88a8c0e0af49
parentba6d01d432dd8244be6ac2b351477b771d5db308
oeqa.selftest: add a test for oe.path.copytree()

One motivation for the use of cpio in oe.path.copytree() was to
ensure that files with spaces in their names were copied. Add a new
unittest module to test the OE module with a test case for copytree
with a spaces in a filename.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/liboe.py [new file with mode: 0644]