Re: [LTP] [linus:master] [net] 8e63c9e617: ltp.uevent02.fail
Cyril Hrubis <[email protected]>
| Newsgroups | dev.linux.lists.oe-lkp,it.linux.lists.ltp,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
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? -- Cyril Hrubis [email protected]