Re: [PATCH 02/10] tests/avocado: mips: add hint for fetchasset plugin

2023-12-13 Thread Cleber Rosa
Akihiko Odaki writes: > On 2023/12/09 4:09, Cleber Rosa wrote: >> Avocado's fetchasset plugin runs before the actual Avocado job (and >> any test). It analyses the test's code looking for occurrences of >> "self.fetch_asset()" in the either the actual test or setUp() method. >> It's not able to

Re: [PATCH 02/10] tests/avocado: mips: add hint for fetchasset plugin

2023-12-09 Thread Akihiko Odaki
On 2023/12/09 4:09, Cleber Rosa wrote: Avocado's fetchasset plugin runs before the actual Avocado job (and any test). It analyses the test's code looking for occurrences of "self.fetch_asset()" in the either the actual test or setUp() method. It's not able to fully analyze all code, though.

[PATCH 02/10] tests/avocado: mips: add hint for fetchasset plugin

2023-12-08 Thread Cleber Rosa
Avocado's fetchasset plugin runs before the actual Avocado job (and any test). It analyses the test's code looking for occurrences of "self.fetch_asset()" in the either the actual test or setUp() method. It's not able to fully analyze all code, though. The way these tests are written, make the