mbox series

[V1,0/6] framework: add dirver/firmware/pkg in result

Message ID 20210322024616.14499-1-haiyangx.zhao@intel.com (mailing list archive)
Headers
Series framework: add dirver/firmware/pkg in result |

Message

Zhao, HaiyangX March 22, 2021, 2:46 a.m. UTC
  For the convenience of debugging and analysis, add the NIC
firmware, drvier, pkg version in excel and json format result file.

Haiyang Zhao (6):
  nics/net_device: add driver/firmware
  framework/dut: get nic driver/firmware info
  framework/test_result: add driver/firmware/package
  framework/dts: add more nic configurations in result
  framework/excel_reporter: add driver/firmware/pkg
  framework/json_reporter: add driver/firmware/pkg

 framework/dts.py            |  4 ++
 framework/dut.py            |  4 +-
 framework/excel_reporter.py | 12 ++++++
 framework/json_reporter.py  |  7 ++++
 framework/test_result.py    | 83 +++++++++++++++++++++++++++++++++++--
 nics/net_device.py          | 35 +++++++++++++++-
 6 files changed, 139 insertions(+), 6 deletions(-)
  

Comments

Zhao, HaiyangX March 22, 2021, 2:58 a.m. UTC | #1
> -----Original Message-----
> From: Zhao, HaiyangX <haiyangx.zhao@intel.com>
> Sent: Monday, March 22, 2021 10:46
> To: dts@dpdk.org
> Cc: Tu, Lijuan <lijuan.tu@intel.com>; Zhao, HaiyangX
> <haiyangx.zhao@intel.com>
> Subject: [dts][PATCH V1 0/6] framework: add dirver/firmware/pkg in result
> 
> For the convenience of debugging and analysis, add the NIC firmware, drvier,
> pkg version in excel and json format result file.
> 
> Haiyang Zhao (6):
>   nics/net_device: add driver/firmware
>   framework/dut: get nic driver/firmware info
>   framework/test_result: add driver/firmware/package
>   framework/dts: add more nic configurations in result
>   framework/excel_reporter: add driver/firmware/pkg
>   framework/json_reporter: add driver/firmware/pkg
> 
>  framework/dts.py            |  4 ++
>  framework/dut.py            |  4 +-
>  framework/excel_reporter.py | 12 ++++++  framework/json_reporter.py  |
> 7 ++++
>  framework/test_result.py    | 83
> +++++++++++++++++++++++++++++++++++--
>  nics/net_device.py          | 35 +++++++++++++++-
>  6 files changed, 139 insertions(+), 6 deletions(-)
> 
> --
> 2.17.1

Tested-by: Haiyang Zhao <haiyangx.zhao@intel.com>
  
Tu, Lijuan March 25, 2021, 5:48 a.m. UTC | #2
> -----Original Message-----
> From: Zhao, HaiyangX <haiyangx.zhao@intel.com>
> Sent: 2021年3月22日 10:59
> To: dts@dpdk.org
> Cc: Tu, Lijuan <lijuan.tu@intel.com>
> Subject: RE: [dts][PATCH V1 0/6] framework: add dirver/firmware/pkg in result
> 
> 
> > -----Original Message-----
> > From: Zhao, HaiyangX <haiyangx.zhao@intel.com>
> > Sent: Monday, March 22, 2021 10:46
> > To: dts@dpdk.org
> > Cc: Tu, Lijuan <lijuan.tu@intel.com>; Zhao, HaiyangX
> > <haiyangx.zhao@intel.com>
> > Subject: [dts][PATCH V1 0/6] framework: add dirver/firmware/pkg in
> > result
> >
> > For the convenience of debugging and analysis, add the NIC firmware,
> > drvier, pkg version in excel and json format result file.
> >
> > Haiyang Zhao (6):
> >   nics/net_device: add driver/firmware
> >   framework/dut: get nic driver/firmware info
> >   framework/test_result: add driver/firmware/package
> >   framework/dts: add more nic configurations in result
> >   framework/excel_reporter: add driver/firmware/pkg
> >   framework/json_reporter: add driver/firmware/pkg
> >
> >  framework/dts.py            |  4 ++
> >  framework/dut.py            |  4 +-
> >  framework/excel_reporter.py | 12 ++++++  framework/json_reporter.py
> > |
> > 7 ++++
> >  framework/test_result.py    | 83
> > +++++++++++++++++++++++++++++++++++--
> >  nics/net_device.py          | 35 +++++++++++++++-
> >  6 files changed, 139 insertions(+), 6 deletions(-)
> >
> > --
> > 2.17.1
> 
> Tested-by: Haiyang Zhao <haiyangx.zhao@intel.com>

Applied, thanks