]> code.ossystems Code Review - openembedded-core.git/commit
oeqa: Add sync call to command execution
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Oct 2020 12:50:19 +0000 (13:50 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 22 Oct 2020 18:22:44 +0000 (08:22 -1000)
commited912771ea98c42f61bf927b1ca708650b0bed4c
tree3a22c17b43a987ead2e60b770907b4b934ce876e
parent89e6fc44a378cb3489376d7193672cdf94c504b6
oeqa: Add sync call to command execution

We previously put a sync call into devtool to try and combat the bitbake
timeout issues on the autobuilder. It isn't enough as the timeouts occur
mid test. They are also occurring on non-devtool tests.

Add in sync calls around command execution instead.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ceca5ed121e2b54415a7ab3a217882e4ea86923a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/selftest/cases/runcmd.py
meta/lib/oeqa/utils/commands.py