test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Zhao, HaiyangX" <haiyangx.zhao@intel.com>
To: "dts@dpdk.org" <dts@dpdk.org>
Cc: "Tu, Lijuan" <lijuan.tu@intel.com>
Subject: Re: [dts] [PATCH V1 0/6] framework: add dirver/firmware/pkg in result
Date: Mon, 22 Mar 2021 02:58:44 +0000	[thread overview]
Message-ID: <SN6PR11MB28944ADA702F4FF85519AED7F4659@SN6PR11MB2894.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20210322024616.14499-1-haiyangx.zhao@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1207 bytes --]


> -----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>

[-- Attachment #2: TestUnitTestsCmdline.log --]
[-- Type: application/octet-stream, Size: 2351 bytes --]

22/03/2021 10:30:24                            dts: 
TEST SUITE : TestUnitTestsCmdline
22/03/2021 10:30:24                            dts: NIC :        columbiaville_100g
22/03/2021 10:30:24              dut.10.240.183.72: 
22/03/2021 10:30:24                         tester: 
22/03/2021 10:30:24           TestUnitTestsCmdline: Test Case test_cmdline Begin
22/03/2021 10:30:24              dut.10.240.183.72: 
22/03/2021 10:30:24                         tester: 
22/03/2021 10:30:24              dut.10.240.183.72: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87 -n 4   --file-prefix=dpdk_11658_20210322103002  
22/03/2021 10:30:25              dut.10.240.183.72: EAL: Detected 88 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/dpdk_11658_20210322103002/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:05:00.0 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.20.0, ICE OS Default Package
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:05:00.1 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.20.0, ICE OS Default Package
APP: HPET is not enabled, using TSC as default timer
22/03/2021 10:30:25              dut.10.240.183.72: cmdline_autotest
22/03/2021 10:30:25              dut.10.240.183.72: 
Testind parsing ethernet addresses...
Testind parsing port lists...
Testind parsing numbers...
Testing parsing IP addresses...
Testing parsing strings...
Testing circular buffer...
Testing library functions...
Test OK
22/03/2021 10:30:25              dut.10.240.183.72: quit
22/03/2021 10:30:26              dut.10.240.183.72: 
22/03/2021 10:30:26           TestUnitTestsCmdline: Test Case test_cmdline Result PASSED:
22/03/2021 10:30:26                            dts: 
TEST SUITE ENDED: TestUnitTestsCmdline

  parent reply	other threads:[~2021-03-22  2:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-22  2:46 Haiyang Zhao
2021-03-22  2:46 ` [dts] [PATCH V1 1/6] nics/net_device: add driver/firmware Haiyang Zhao
2021-03-22  2:46 ` [dts] [PATCH V1 2/6] framework/dut: get nic driver/firmware info Haiyang Zhao
2021-03-22  2:46 ` [dts] [PATCH V1 3/6] framework/test_result: add driver/firmware/package Haiyang Zhao
2021-03-22  2:46 ` [dts] [PATCH V1 4/6] framework/dts: add more nic configurations in result Haiyang Zhao
2021-03-22  2:46 ` [dts] [PATCH V1 5/6] framework/excel_reporter: add driver/firmware/pkg Haiyang Zhao
2021-03-22  2:46 ` [dts] [PATCH V1 6/6] framework/json_reporter: " Haiyang Zhao
2021-03-22  2:58 ` Zhao, HaiyangX [this message]
2021-03-25  5:48   ` [dts] [PATCH V1 0/6] framework: add dirver/firmware/pkg in result Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=SN6PR11MB28944ADA702F4FF85519AED7F4659@SN6PR11MB2894.namprd11.prod.outlook.com \
    --to=haiyangx.zhao@intel.com \
    --cc=dts@dpdk.org \
    --cc=lijuan.tu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).