test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1 0/3] modify test plan and suite to coverage the test point
@ 2021-12-06  9:35 Wei Ling
  0 siblings, 0 replies; 4+ messages in thread
From: Wei Ling @ 2021-12-06  9:35 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

test_plans/vm2vm_virtio_net_perf:
    case 5: Add test step to test exchange CBDMA channel and PA mode.
    case 13 and 14: Add new test case to cover the packed ring and PA mode.

tests/vm2vm_virtio_net_perf:
    Modify Case 5 code sync with test plan.
    Add new test case 13 and 14 sync with test plan.
    Modify scp file size from 1K to 1024K sync with testplan.
    Modify case 2 and 13 except value case name with case 1.

conf/vm2vm_virtio_net_perf:
    Modify except value case name 2 in config file.

Wei Ling (3):
  test_plans/vm2vm_virtio_net_perf: modify and add cases
  tests/vm2vm_virtio_net_perf: modify and add cases
  conf/vm2vm_virtio_net_perf: modify case name

 conf/vm2vm_virtio_net_perf.cfg                |   2 +-
 .../vm2vm_virtio_net_perf_test_plan.rst       | 325 ++++++++++++++----
 tests/TestSuite_vm2vm_virtio_net_perf.py      | 116 +++++--
 3 files changed, 342 insertions(+), 101 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dts][PATCH V1 0/3] modify test plan and suite to coverage the test point
@ 2021-12-06  9:46 Wei Ling
  0 siblings, 0 replies; 4+ messages in thread
From: Wei Ling @ 2021-12-06  9:46 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

test_plans/vm2vm_virtio_net_perf:
    case 5: Add test step to test exchange CBDMA channel and PA mode.
    case 13 and 14: Add new test case to cover the packed ring and PA mode.

tests/vm2vm_virtio_net_perf:
    Modify Case 5 code sync with test plan.
    Add new test case 13 and 14 sync with test plan.
    Modify scp file size from 1K to 1024K sync with testplan.
    Modify case 2 and 13 except value case name with case 1.

conf/vm2vm_virtio_net_perf:
    Modify except value case name 2 in config file.

Wei Ling (3):
  test_plans/vm2vm_virtio_net_perf: modify and add cases
  tests/vm2vm_virtio_net_perf: modify and add cases
  conf/vm2vm_virtio_net_perf: modify case name

 conf/vm2vm_virtio_net_perf.cfg                |   2 +-
 .../vm2vm_virtio_net_perf_test_plan.rst       | 367 +++++++++++++-----
 tests/TestSuite_vm2vm_virtio_net_perf.py      | 116 ++++--
 3 files changed, 363 insertions(+), 122 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dts][PATCH V1 0/3] modify test plan and suite to coverage the test point
@ 2021-12-06  9:28 Wei Ling
  0 siblings, 0 replies; 4+ messages in thread
From: Wei Ling @ 2021-12-06  9:28 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

test_plans/vm2vm_virtio_net_perf:
    case 5: Add test step to test exchange CBDMA channel and PA mode.
    case 13 and 14: Add new test case to cover the packed ring and PA mode.

tests/vm2vm_virtio_net_perf:
    Modify Case 5 code sync with test plan.
    Add new test case 13 and 14 sync with test plan.
    Modify scp file size from 1K to 1024K sync with testplan.
    Modify case 2 and 13 except value case name with case 1.

conf/vm2vm_virtio_net_perf:
    Modify except value case name 2 in config file.

Wei Ling (3):
  test_plans/vm2vm_virtio_net_perf: modify and add cases
  tests/vm2vm_virtio_net_perf: modify and add cases
  conf/vm2vm_virtio_net_perf: modify case name

 conf/vm2vm_virtio_net_perf.cfg                |   2 +-
 .../vm2vm_virtio_net_perf_test_plan.rst       | 367 +++++++++++++-----
 tests/TestSuite_vm2vm_virtio_net_perf.py      | 116 ++++--
 3 files changed, 363 insertions(+), 122 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dts][PATCH V1 0/3] Modify test plan and suite to coverage the test point
@ 2021-12-06  9:06 Wei Ling
  0 siblings, 0 replies; 4+ messages in thread
From: Wei Ling @ 2021-12-06  9:06 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

test_plans/vm2vm_virtio_net_perf:
    case 5: Add test step to test exchange CBDMA channel and PA mode.
    case 13 and 14: Add new test case to cover the packed ring and PA mode.

tests/vm2vm_virtio_net_perf:
    Modify Case 5 code sync with test plan.
    Add new test case 13 and 14 sync with test plan.
    Modify scp file size from 1K to 1024K sync with testplan.
    Modify case 2 and 13 except value case name with case 1.

conf/vm2vm_virtio_net_perf:
    Modify except value case name 2 in config file.

Wei Ling (3):
  test_plans/vm2vm_virtio_net_perf: modify and add cases
  tests/vm2vm_virtio_net_perf: modify and add cases
  conf/vm2vm_virtio_net_perf: modify case name

 conf/vm2vm_virtio_net_perf.cfg                |   2 +-
 .../vm2vm_virtio_net_perf_test_plan.rst       | 325 ++++++++++++++----
 tests/TestSuite_vm2vm_virtio_net_perf.py      | 116 +++++--
 3 files changed, 342 insertions(+), 101 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-06  9:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-06  9:35 [dts][PATCH V1 0/3] modify test plan and suite to coverage the test point Wei Ling
  -- strict thread matches above, loose matches on Subject: below --
2021-12-06  9:46 Wei Ling
2021-12-06  9:28 Wei Ling
2021-12-06  9:06 [dts][PATCH V1 0/3] Modify " Wei Ling

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