[PATCH v2] framework/dut: fix pylama errors

Tu, Lijuan lijuan.tu at intel.com
Tue Jan 25 07:02:52 CET 2022



> -----Original Message-----
> From: Dong, JunX <junx.dong at intel.com>
> Sent: 2022年1月25日 11:31
> To: Juraj Linkeš <juraj.linkes at pantheon.tech>; Tu, Lijuan <lijuan.tu at intel.com>;
> ohilyard at iol.unh.edu
> Cc: dts at dpdk.org
> Subject: RE: [PATCH v2] framework/dut: fix pylama errors
> 
> > -----Original Message-----
> > From: Juraj Linkeš <juraj.linkes at pantheon.tech>
> > Sent: Wednesday, January 19, 2022 8:06 PM
> > To: Tu, Lijuan <lijuan.tu at intel.com>; ohilyard at iol.unh.edu; Dong, JunX
> > <junx.dong at intel.com>
> > Cc: dts at dpdk.org; Juraj Linkeš <juraj.linkes at pantheon.tech>
> > Subject: [PATCH v2] framework/dut: fix pylama errors
> >
> > Pylama found the following errors:
> > framework/dut.py:273: [E] E0602 Undefined variable 'threading'
> > [pylint]
> > framework/dut.py:591: [E] E1101 Instance of 'Dut' has no
> > 'get_def_rte_config' member [pylint]
> > - move the method from child class
> > framework/dut.py:631: [E] E0602 Undefined variable 'crbs' [pylint]
> > framework/dut.py:840: [E] E0602 Undefined variable 'ResultTable'
> > [pylint]
> > framework/dut.py:846: [E] E0602 Undefined variable 'ResultTable'
> > [pylint]
> > framework/dut.py:929: [E] E0602 Undefined variable 'pci_bus' [pylint]
> > framework/dut.py:1173: [E] E0602 Undefined variable 'VMCORELIST'
> > [pylint]
> > - remove unused method
> >
> > Signed-off-by: Juraj Linkeš <juraj.linkes at pantheon.tech>
> > ---
> > Lijuan, please add additional people to review if needed.
> > ---
> 
> Tested-by: Jun Dong <junx. dong at intel.com>

Applied, thanks



More information about the dts mailing list