]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Oct 2020 10:11:41 +0000 (11:11 +0100)
commitceca5ed121e2b54415a7ab3a217882e4ea86923a
tree45b27fbb4a24b36767c23b6e390ebc7a996b0d45
parenta99dace7463d310688f4098a51316dc0743651e2
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>
meta/lib/oeqa/selftest/cases/devtool.py
meta/lib/oeqa/selftest/cases/runcmd.py
meta/lib/oeqa/utils/commands.py