Re: [LTP] [linus:master] [net] 8e63c9e617: ltp.uevent02.fail
From: Dragos Tatulea
Date: Wed Aug 12 2026 - 06:41:46 EST
Hi Cyril,
On 12.08.26 11:55, Cyril Hrubis wrote:
> Hi!
> The test was asserting, among other things, the exact order of the
> events and it expects:
>
> Add ...net/ltp-tun
> Add ...ltp-tun/queues/rx-0
> Add ...ltp-tun/queues/tx-0
>
> But after this patch the order changed to:
>
> Add ...ltp-tun/queues/rx-0
> Add ...ltp-tun/queues/tx-0
> Add ...net/ltp-tun
>
> Is the order of these messages guaranteed or do we need to adjust the
> test?
>
I don't know if there's any guarantee about that. But the mentioned
patch postpones the net availability creation for a good reason.
Maybe Jakub can chime in here.
Thanks,
Dragos