mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 09:49:32 +02:00
zephyrtest: Enable use of TESTIMAGE_AUTO
When TESTIMAGE_AUTO is enabled, the do_testimage task is inserted after do_image_complete and before do_build so that the test suites automatically run as part of the image build. However, do_testdata_write is currently constrained to run only before do_build, so it likely won't execute prior to do_testimage. Change the "before" constraint to do_testimage do that the testdata is always generated prior to running the testimage task. Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
committed by
Naveen Saini
parent
70b1d78135
commit
85514690d1
@@ -50,4 +50,4 @@ python testdata_clean() {
|
||||
os.remove(fname)
|
||||
}
|
||||
|
||||
addtask do_testdata_write before do_build after do_deploy
|
||||
addtask do_testdata_write before do_testimage after do_deploy
|
||||
|
||||
Reference in New Issue
Block a user