commit | 24ff46c634665b1ce73337e2ec67734d71f9c10f | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Dec 18 11:35:28 2019 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jan 13 16:35:10 2020 -0500 |
tree | 2737da5886056d7c378f219cd2ceb4389d376b72 | |
parent | d3c525b986f7d932e9ec28767dc06191103fcc6b [diff] |
tests: userspace: use 1cpu for some cases This test spawns a child thread and expects it to complete. Use one CPU for it. Get rid of the useless k_thread_abort() call and add a k_yield() to ensure the child does its thing. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>