> -----Original Message----- > From: Juraj Linkeš <juraj.lin...@pantheon.tech> > Sent: Friday, July 29, 2022 6:56 PM > To: tho...@monjalon.net; david.march...@redhat.com; Randles, Ronan > <ronan.rand...@intel.com>; honnappa.nagaraha...@arm.com; > ohily...@iol.unh.edu; Tu, Lijuan <lijuan...@intel.com> > Cc: dev@dpdk.org; Juraj Linkeš <juraj.lin...@pantheon.tech> > Subject: [PATCH v4 8/9] dts: add dts workflow module > > The module implements methods needed to run DTS. It handles the creation of > objects and eventually the whole DTS workflow, such as running node setups, > test gathering, setup and execution and various cleanups. > > Signed-off-by: Owen Hilyard <ohily...@iol.unh.edu> > Signed-off-by: Juraj Linkeš <juraj.lin...@pantheon.tech> > --- > dts/framework/dts.py | 70 +++++++++++++++++++++++++++++++++++++++ > dts/framework/settings.py | 11 ++++++ > dts/framework/utils.py | 19 +++++++++++ > 3 files changed, 100 insertions(+) > create mode 100644 dts/framework/dts.py >
Reviewed-by: Lijuan Tu <lijuan...@intel.com> Thanks, Lijuan