[V3 2/5] rename base classes 2

Juraj Linkeš juraj.linkes at pantheon.tech
Fri Jun 10 14:41:29 CEST 2022


Reviewed-by: Juraj Linkeš <juraj.linkes at pantheon.tech>

> -----Original Message-----
> From: Jun Dong <junx.dong at intel.com>
> Sent: Friday, June 10, 2022 7:08 AM
> To: dts at dpdk.org
> Cc: lijuan.tu at intel.com; qingx.sun at intel.com; junx.dong at intel.com; Juraj
> Linkeš <juraj.linkes at pantheon.tech>
> Subject: [V3 2/5] rename base classes 2
> 
> From: Juraj Linkeš <juraj.linkes at pantheon.tech>
> 
> framework/*
> main.py
> nics/*
> tools/*
> 
> Signed-off-by: Juraj Linkeš <juraj.linkes at pantheon.tech>
> Signed-off-by: Jun Dong <junx.dong at intel.com>
> ---
> 
> V3:
>   - Fixed self string key word confuse through replace 'tg' to 'Traffic'
>   - Fixed self string key word confuse through replace 'sut' to 'Sut'
> 
> V2:
>   The original modification of rename
> 
>  framework/asan_test.py                        |  18 +-
>  framework/checkCase.py                        |  44 +--
>  framework/config.py                           | 192 ++++++------
>  framework/crbs.py                             |  37 ---
>  framework/debugger.py                         |   8 +-
>  framework/dts.py                              | 296 +++++++++---------
>  framework/excel_reporter.py                   |  74 ++---
>  framework/exception.py                        |   8 +-
>  framework/ixia_network/ixnet.py               |   2 +-
>  framework/json_reporter.py                    |  40 +--
>  framework/logger.py                           | 188 +++++------
>  framework/multiple_vm.py                      |  78 ++---
>  framework/{crb.py => node.py}                 | 120 +++----
>  framework/pktgen.py                           | 207 ------------
>  framework/plotting.py                         |   6 +-
>  framework/pmd_output.py                       |  26 +-
>  framework/project_dpdk.py                     |  72 ++---
>  framework/qemu_kvm.py                         |  88 +++---
>  framework/qemu_libvirt.py                     |  30 +-
>  framework/rst.py                              |   8 +-
>  .../{packet.py => scapy_packet_builder.py}    | 233 +++++++-------
>  framework/settings.py                         |  30 +-
>  framework/ssh_connection.py                   |  12 +-
>  framework/ssh_pexpect.py                      |  42 +--
>  framework/stats_reporter.py                   |  22 +-
>  framework/{dut.py => sut_node.py}             | 247 ++++++++-------
>  framework/test_case.py                        |  88 +++---
>  framework/test_result.py                      | 210 ++++++-------
>  .../{pktgen_ixia.py => tg_ixexplorer.py}      | 115 ++++---
>  ...pktgen_ixia_network.py => tg_ixnetwork.py} |  40 ++-
>  framework/{tester.py => tg_node.py}           | 275 ++++++++--------
>  framework/{pktgen_base.py => tg_perf.py}      | 266 ++++++++++++----
>  framework/{pktgen_trex.py => tg_trex.py}      |  54 ++--
>  framework/utils.py                            |  40 +--
>  framework/virt_base.py                        | 126 ++++----
>  framework/virt_common.py                      |   6 +-
>  framework/virt_resource.py                    |  36 +--
>  framework/virt_scene.py                       | 108 +++----
>  framework/{virt_dut.py => virt_sut.py}        | 102 +++---
>  main.py                                       |  12 +-
>  nics/net_device.py                            |  46 +--
>  nics/system_info.py                           |   6 +-
>  tools/dump_case.py                            |   6 +-
>  tools/setup.py                                | 134 ++++----
>  44 files changed, 1864 insertions(+), 1934 deletions(-)
>  delete mode 100644 framework/crbs.py
>  rename framework/{crb.py => node.py} (91%)
>  delete mode 100644 framework/pktgen.py
>  rename framework/{packet.py => scapy_packet_builder.py} (85%)
>  rename framework/{dut.py => sut_node.py} (89%)
>  rename framework/{pktgen_ixia.py => tg_ixexplorer.py} (95%)
>  rename framework/{pktgen_ixia_network.py => tg_ixnetwork.py} (83%)
>  rename framework/{tester.py => tg_node.py} (76%)
>  rename framework/{pktgen_base.py => tg_perf.py} (70%)
>  rename framework/{pktgen_trex.py => tg_trex.py} (95%)
>  rename framework/{virt_dut.py => virt_sut.py} (83%)
> 


More information about the dts mailing list