On Tue, 20 Jan 2026 at 08:07, Yang Xiwen via B4 Relay <[email protected]> wrote: > > From: Yang Xiwen <[email protected]> > > The original tests only assert the return value of device_reparent(), > but does not check the actual relation between the new parent and the > child. Add some assertions to check this behavior. > > It also lacks the logic to test orphan/root devices. Add tests for that. > > Signed-off-by: Yang Xiwen <[email protected]> > --- > test/dm/core.c | 34 ++++++++++++++++++++++++++++++++-- > 1 file changed, 32 insertions(+), 2 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

