Re: [PATCH v3 08/19] test: Introduce the concept of a role

2024-07-31 Thread Simon Glass
Hi Tom, On Mon, 15 Jul 2024 at 15:03, Tom Rini wrote: > > On Mon, Jul 15, 2024 at 08:11:28AM +0100, Simon Glass wrote: > > Hi Tom, > > > > On Sat, 13 Jul 2024 at 17:57, Tom Rini wrote: > > > > > > On Sat, Jul 13, 2024 at 04:13:55PM +0100, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Wed

Re: [PATCH v3 08/19] test: Introduce the concept of a role

2024-07-15 Thread Tom Rini
On Mon, Jul 15, 2024 at 08:11:28AM +0100, Simon Glass wrote: > Hi Tom, > > On Sat, 13 Jul 2024 at 17:57, Tom Rini wrote: > > > > On Sat, Jul 13, 2024 at 04:13:55PM +0100, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 3 Jul 2024 at 00:12, Tom Rini wrote: > > > > > > > > On Thu, Jun 27, 202

Re: [PATCH v3 08/19] test: Introduce the concept of a role

2024-07-15 Thread Simon Glass
Hi Tom, On Sat, 13 Jul 2024 at 17:57, Tom Rini wrote: > > On Sat, Jul 13, 2024 at 04:13:55PM +0100, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 3 Jul 2024 at 00:12, Tom Rini wrote: > > > > > > On Thu, Jun 27, 2024 at 09:37:18AM +0100, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Wed,

Re: [PATCH v3 08/19] test: Introduce the concept of a role

2024-07-13 Thread Tom Rini
On Sat, Jul 13, 2024 at 04:13:55PM +0100, Simon Glass wrote: > Hi Tom, > > On Wed, 3 Jul 2024 at 00:12, Tom Rini wrote: > > > > On Thu, Jun 27, 2024 at 09:37:18AM +0100, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 26 Jun 2024 at 15:29, Tom Rini wrote: > > > > > > > > On Wed, Jun 26, 202

Re: [PATCH v3 08/19] test: Introduce the concept of a role

2024-07-13 Thread Simon Glass
Hi Tom, On Wed, 3 Jul 2024 at 00:12, Tom Rini wrote: > > On Thu, Jun 27, 2024 at 09:37:18AM +0100, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 26 Jun 2024 at 15:29, Tom Rini wrote: > > > > > > On Wed, Jun 26, 2024 at 09:00:33AM +0100, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Tue,

Re: [PATCH v3 08/19] test: Introduce the concept of a role

2024-07-02 Thread Tom Rini
On Thu, Jun 27, 2024 at 09:37:18AM +0100, Simon Glass wrote: > Hi Tom, > > On Wed, 26 Jun 2024 at 15:29, Tom Rini wrote: > > > > On Wed, Jun 26, 2024 at 09:00:33AM +0100, Simon Glass wrote: > > > Hi Tom, > > > > > > On Tue, 25 Jun 2024 at 15:27, Tom Rini wrote: > > > > > > > > On Tue, Jun 25, 20

Re: [PATCH v3 08/19] test: Introduce the concept of a role

2024-06-27 Thread Simon Glass
Hi Tom, On Wed, 26 Jun 2024 at 15:29, Tom Rini wrote: > > On Wed, Jun 26, 2024 at 09:00:33AM +0100, Simon Glass wrote: > > Hi Tom, > > > > On Tue, 25 Jun 2024 at 15:27, Tom Rini wrote: > > > > > > On Tue, Jun 25, 2024 at 01:38:08PM +0100, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Mon

Re: [PATCH v3 08/19] test: Introduce the concept of a role

2024-06-26 Thread Tom Rini
On Wed, Jun 26, 2024 at 09:00:33AM +0100, Simon Glass wrote: > Hi Tom, > > On Tue, 25 Jun 2024 at 15:27, Tom Rini wrote: > > > > On Tue, Jun 25, 2024 at 01:38:08PM +0100, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, 24 Jun 2024 at 19:13, Tom Rini wrote: > > > > > > > > On Sun, Jun 23, 20

Re: [PATCH v3 08/19] test: Introduce the concept of a role

2024-06-26 Thread Simon Glass
Hi Tom, On Tue, 25 Jun 2024 at 15:27, Tom Rini wrote: > > On Tue, Jun 25, 2024 at 01:38:08PM +0100, Simon Glass wrote: > > Hi Tom, > > > > On Mon, 24 Jun 2024 at 19:13, Tom Rini wrote: > > > > > > On Sun, Jun 23, 2024 at 02:32:02PM -0600, Simon Glass wrote: > > > > > > > In Labgrid there is the

Re: [PATCH v3 08/19] test: Introduce the concept of a role

2024-06-25 Thread Tom Rini
On Tue, Jun 25, 2024 at 01:38:08PM +0100, Simon Glass wrote: > Hi Tom, > > On Mon, 24 Jun 2024 at 19:13, Tom Rini wrote: > > > > On Sun, Jun 23, 2024 at 02:32:02PM -0600, Simon Glass wrote: > > > > > In Labgrid there is the concept of a 'role', which is similar to the > > > U-Boot board ID in U-B

Re: [PATCH v3 08/19] test: Introduce the concept of a role

2024-06-25 Thread Simon Glass
Hi Tom, On Mon, 24 Jun 2024 at 19:13, Tom Rini wrote: > > On Sun, Jun 23, 2024 at 02:32:02PM -0600, Simon Glass wrote: > > > In Labgrid there is the concept of a 'role', which is similar to the > > U-Boot board ID in U-Boot's pytest subsystem. > > > > The role indicates both the target and inform

Re: [PATCH v3 08/19] test: Introduce the concept of a role

2024-06-24 Thread Tom Rini
On Sun, Jun 23, 2024 at 02:32:02PM -0600, Simon Glass wrote: > In Labgrid there is the concept of a 'role', which is similar to the > U-Boot board ID in U-Boot's pytest subsystem. > > The role indicates both the target and information about the U-Boot > build to use. It can also provide any amoun