> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Tuesday, November 26, 2024 10:14 AM > To: Jerin Jacob <[email protected]>; Kiran Kumar Kokkilagadda > <[email protected]>; Nithin Kumar Dabilpuram > <[email protected]>; Zhirun Yan <[email protected]> > Cc: [email protected]; [email protected]; [email protected] > Subject: [PATCH v5 3/3] test/graph: fix graph autotest second run test failure > > From: Kiran Kumar K <[email protected]> > > The graph autotest second run test is failing due to the node name is already > present in the node list. Adding changes to free nodes at the time of test > cleanup. > > Fixes: 6b89650418fe ("test/graph: add functional tests") > > Signed-off-by: Kiran Kumar K <[email protected]> Series-Acked-by: Jerin Jacob <[email protected]>

