[PATCH v1 2/2] framework/virt_*: fix pylama errors

Dong, JunX junx.dong at intel.com
Tue Jan 25 06:42:02 CET 2022


> -----Original Message-----
> From: Juraj Linkeš <juraj.linkes at pantheon.tech>
> Sent: Wednesday, January 19, 2022 9:41 PM
> To: Dong, JunX <junx.dong at intel.com>; Tu, Lijuan <lijuan.tu at intel.com>;
> ohilyard at iol.unh.edu
> Cc: dts at dpdk.org; Juraj Linkeš <juraj.linkes at pantheon.tech>
> Subject: [PATCH v1 2/2] framework/virt_*: fix pylama errors
> 
> Pylama found the following errors:
> framework/virt_base.py:271: [E] E1101 Instance of 'VirtBase' has no
> 'add_vm_login' member [pylint]
> framework/virt_base.py:274: [E] E1101 Instance of 'VirtBase' has no
> '_attach_vm' member [pylint]
> framework/virt_base.py:319: [E] E1101 Instance of 'VirtBase' has no
> '_quick_start_vm' member [pylint]
> framework/virt_base.py:413: [E] E1111 Assigning result of a function call,
> where the function has no return [pylint]
> framework/virt_base.py:416: [E] E1101 Instance of 'VirtBase' has no
> 'get_vm_login' member [pylint]
> framework/virt_base.py:88: [E] E1111 Assigning result of a function call,
> where the function has no return [pylint]
> framework/virt_dut.py:73: [E] E1003 Bad first argument 'Dut' given to super()
> 
> Signed-off-by: Juraj Linkeš <juraj.linkes at pantheon.tech>

Reviewed-by: Jun Dong <junx.dong at intel.com>


More information about the dts mailing list