Re: [PATCH 07/10] testa/avocado: test_arm_emcraft_sf2: handle RW requirements for asset

2023-12-12 Thread Akihiko Odaki
On 2023/12/12 1:36, Philippe Mathieu-Daudé wrote: On 8/12/23 20:09, Cleber Rosa wrote: The asset used in the mentioned test gets truncated before it's used in the test.  This means that the file gets modified, and thus the asset's expected hash doesn't match anymore.  This causes cache misses

Re: [PATCH 07/10] testa/avocado: test_arm_emcraft_sf2: handle RW requirements for asset

2023-12-11 Thread Philippe Mathieu-Daudé
On 8/12/23 20:09, Cleber Rosa wrote: The asset used in the mentioned test gets truncated before it's used in the test. This means that the file gets modified, and thus the asset's expected hash doesn't match anymore. This causes cache misses and re-downloads every time the test is re-run.

[PATCH 07/10] testa/avocado: test_arm_emcraft_sf2: handle RW requirements for asset

2023-12-08 Thread Cleber Rosa
The asset used in the mentioned test gets truncated before it's used in the test. This means that the file gets modified, and thus the asset's expected hash doesn't match anymore. This causes cache misses and re-downloads every time the test is re-run. Let's make a copy of the asset so that the