Re: [PATCH 06/13] tests/avocado: use more distinct names for assets

2024-08-01 Thread Alex Bennée
Cleber Rosa writes: > On Mon, Jul 29, 2024 at 6:49 AM Daniel P. Berrangé > wrote: >> >> On Fri, Jul 26, 2024 at 09:44:31AM -0400, Cleber Rosa wrote: >> > Avocado's asset system will deposit files in a cache organized either >> > by their original location (the URI) or by their names. Because t

Re: [PATCH 06/13] tests/avocado: use more distinct names for assets

2024-07-31 Thread Cleber Rosa
On Mon, Jul 29, 2024 at 7:54 AM Philippe Mathieu-Daudé wrote: > > On 29/7/24 12:49, Daniel P. Berrangé wrote: > > On Fri, Jul 26, 2024 at 09:44:31AM -0400, Cleber Rosa wrote: > >> Avocado's asset system will deposit files in a cache organized either > >> by their original location (the URI) or by

Re: [PATCH 06/13] tests/avocado: use more distinct names for assets

2024-07-31 Thread Cleber Rosa
On Mon, Jul 29, 2024 at 6:49 AM Daniel P. Berrangé wrote: > > On Fri, Jul 26, 2024 at 09:44:31AM -0400, Cleber Rosa wrote: > > Avocado's asset system will deposit files in a cache organized either > > by their original location (the URI) or by their names. Because the > > cache (and the "by_name"

Re: [PATCH 06/13] tests/avocado: use more distinct names for assets

2024-07-29 Thread Philippe Mathieu-Daudé
On 29/7/24 12:49, Daniel P. Berrangé wrote: On Fri, Jul 26, 2024 at 09:44:31AM -0400, Cleber Rosa wrote: Avocado's asset system will deposit files in a cache organized either by their original location (the URI) or by their names. Because the cache (and the "by_name" sub directory) is common ac

Re: [PATCH 06/13] tests/avocado: use more distinct names for assets

2024-07-29 Thread Daniel P . Berrangé
On Fri, Jul 26, 2024 at 09:44:31AM -0400, Cleber Rosa wrote: > Avocado's asset system will deposit files in a cache organized either > by their original location (the URI) or by their names. Because the > cache (and the "by_name" sub directory) is common across tests, it's a > good idea to make th

[PATCH 06/13] tests/avocado: use more distinct names for assets

2024-07-26 Thread Cleber Rosa
Avocado's asset system will deposit files in a cache organized either by their original location (the URI) or by their names. Because the cache (and the "by_name" sub directory) is common across tests, it's a good idea to make these names as distinct as possible. This avoid name clashes, which ma