* [dts][PATCH V1 0/2] fix testplan issue and add automation
@ 2022-04-25 1:56 Wei Ling
0 siblings, 0 replies; 5+ messages in thread
From: Wei Ling @ 2022-04-25 1:56 UTC (permalink / raw)
To: dts; +Cc: Wei Ling
1.test_plans/vdev_primary_secondary_test_plan:
1)Fix testcase2 app name error issue.
2)Change testcase1 testpmd fwd mode from `set fwd txonly` and `start`
to `set fwd mac` and `start tx_first` take VM and testpmd can loop the
traffic.
2.tests/vdev_primary_secondary:
Add automation testcase2 sync with testplan and optimize code.
3.By DPDK-32213 bug, testcase2 will run FAILED before the bellow patch
merged into DPDK.
http://patchwork.dpdk.org/project/dpdk/patch/20220421111537.935333-1-yuanx.wang@intel.com/
Wei Ling (2):
test_plans/vdev_primary_secondary_test_plan: fix testcase2 app name
error issue
tests/vdev_primary_secondary: add automation testcase2 sync with
testplan
.../vdev_primary_secondary_test_plan.rst | 13 +-
tests/TestSuite_vdev_primary_secondary.py | 148 +++++++++++-------
2 files changed, 103 insertions(+), 58 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dts][PATCH V1 0/2] fix testplan issue and add automation
@ 2022-04-22 9:20 Wei Ling
0 siblings, 0 replies; 5+ messages in thread
From: Wei Ling @ 2022-04-22 9:20 UTC (permalink / raw)
To: dts; +Cc: Wei Ling
1.test_plans/vdev_primary_secondary_test_plan:
1)Fix testcase2 app name error issue.
2)Change testcase1 testpmd fwd mode from `set fwd txonly` and `start`
to `set fwd mac` and `start tx_first` take VM and testpmd can loop the
traffic.
2.tests/vdev_primary_secondary:
Add automation testcase2 sync with testplan and optimize code.
3.By DPDK-32213 bug, testcase2 will run FAILED before the bellow patch
merged into DPDK.
http://patchwork.dpdk.org/project/dpdk/patch/20220421111537.935333-1-yuanx.wang@intel.com/
Wei Ling (2):
test_plans/vdev_primary_secondary_test_plan: fix testcase2 app name
error issue
tests/vdev_primary_secondary: add automation testcase2 sync with
testplan
.../vdev_primary_secondary_test_plan.rst | 13 +-
tests/TestSuite_vdev_primary_secondary.py | 148 +++++++++++-------
2 files changed, 103 insertions(+), 58 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dts][PATCH V1 0/2] fix testplan issue and add automation
@ 2022-04-22 9:11 Wei Ling
0 siblings, 0 replies; 5+ messages in thread
From: Wei Ling @ 2022-04-22 9:11 UTC (permalink / raw)
To: dts; +Cc: Wei Ling
1.test_plans/vdev_primary_secondary_test_plan:
1)Fix testcase2 app name error issue.
2)Change testcase1 testpmd fwd mode take VM and testpmd can loop the
traffic.
2.tests/vdev_primary_secondary:
Add automation testcase2 sync with testplan and optimize code.
3.By DPDK-32213 bug, testcase2 will run FAILED before the bellow patch
merged into DPDK.
http://patchwork.dpdk.org/project/dpdk/patch/20220421111537.935333-1-yuanx.wang@intel.com/
Wei Ling (2):
test_plans/vdev_primary_secondary_test_plan: fix testcase2 app name
error issue
tests/vdev_primary_secondary: add automation testcase2 sync with
testplan
.../vdev_primary_secondary_test_plan.rst | 13 +-
tests/TestSuite_vdev_primary_secondary.py | 148 +++++++++++-------
2 files changed, 103 insertions(+), 58 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dts][PATCH V1 0/2] fix testplan issue and add automation
@ 2022-04-22 8:16 Wei Ling
0 siblings, 0 replies; 5+ messages in thread
From: Wei Ling @ 2022-04-22 8:16 UTC (permalink / raw)
To: dts; +Cc: Wei Ling
*** BLURB HERE ***
1.test_plans/vdev_primary_secondary_test_plan:
1)Fix testcase2 app name error issue.
2)Change testcase1 testpmd fwd mode for better case coverage.
2.tests/vdev_primary_secondary:
Add automation testcase2 sync with testplan and optimize code.
3.By DPDK-32213 bug, testcase2 will run FAILED before the bellow patch
merged into DPDK.
http://patchwork.dpdk.org/project/dpdk/patch/20220421111537.935333-1-yuanx.wang@intel.com/
Wei Ling (2):
test_plans/vdev_primary_secondary_test_plan: fix testcase2 app name
error issue
tests/vdev_primary_secondary: add automation testcase2 sync with
testplan
.../vdev_primary_secondary_test_plan.rst | 13 +-
tests/TestSuite_vdev_primary_secondary.py | 148 +++++++++++-------
2 files changed, 103 insertions(+), 58 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dts][PATCH V1 0/2] fix testplan issue and add automation
@ 2022-04-22 7:59 Wei Ling
0 siblings, 0 replies; 5+ messages in thread
From: Wei Ling @ 2022-04-22 7:59 UTC (permalink / raw)
To: dts; +Cc: Wei Ling
1.test_plans/vdev_primary_secondary_test_plan:
1)fix testcase2 app name error issue
2)change testcase1 `set fwd txonly` to `set fwd mac`
and change `start` to `start tx_first` to send packets.
2.tests/vdev_primary_secondary:
add automation testcase2 sync with testplan and optimize code.
3.By DPDK-32213 bug, testcase2 will run FAILED before the bellow patch
merged into DPDK.
http://patchwork.dpdk.org/project/dpdk/patch/20220421111537.935333-1-yuanx.wang@intel.com/
Wei Ling (2):
test_plans/vdev_primary_secondary_test_plan: fix testcase2 app name
error issue
tests/vdev_primary_secondary: add automation testcase2 sync with
testplan
.../vdev_primary_secondary_test_plan.rst | 13 +-
tests/TestSuite_vdev_primary_secondary.py | 148 +++++++++++-------
2 files changed, 103 insertions(+), 58 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-04-25 1:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25 1:56 [dts][PATCH V1 0/2] fix testplan issue and add automation Wei Ling
-- strict thread matches above, loose matches on Subject: below --
2022-04-22 9:20 Wei Ling
2022-04-22 9:11 Wei Ling
2022-04-22 8:16 Wei Ling
2022-04-22 7:59 Wei Ling
test suite reviews and discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://inbox.dpdk.org/dts/0 dts/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 dts dts/ http://inbox.dpdk.org/dts \
dts@dpdk.org
public-inbox-index dts
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://inbox.dpdk.org/inbox.dpdk.dts
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git