]> code.ossystems Code Review - openembedded-core.git/commit
runcmd.py: unit testing for runCmd()
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 27 Jun 2017 11:03:41 +0000 (13:03 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jun 2017 19:54:55 +0000 (20:54 +0100)
commit62489e58ca9975f58b48fc2bd8cf27fd22e25564
tree5e08fbcc321eea62cfd8dfd05e3d39c2ab402001
parent00b8c7ff17cd8f1920728fdc2653068e63d71724
runcmd.py: unit testing for runCmd()

This covers the traditional API as well as the new output_log feature.
While testing, it was noticed that killing hanging commands does not
work when a shell is used to run the command(s). This might be worth
fixing.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/cases/runcmd.py [new file with mode: 0644]