Skip to content
Commit f0e74415 authored by Elieva Pignat's avatar Elieva Pignat Committed by Valentin Schneider
Browse files

CPU Migration test: fix parallelism issue



The file that contains the description of the tasks was written before
the test are launched and read back after the tests run to control the
that the result of the test are coherent.
The problem is when the test is run for several platforms in parallel
the file containing the json description may have been overwritten by
another platform test and may not contain the description of the test anymore.

To avoid the problem of sharing this file, the tasks descritpion is saved in
a variable in the test class and the file containing the json is no more read.

Signed-off-by: default avatarElieva Pignat <Elieva.Pignat@arm.com>
parent b4ec2ba4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment