test suite reviews and discussions
 help / color / mirror / Atom feed
From: "xu,huilong" <huilongx.xu@intel.com>
To: dts@dpdk.org
Cc: "xu,huilong" <huilongx.xu@intel.com>
Subject: [dts] [PATCH V1] update ring pmd unit test case
Date: Wed, 21 Sep 2016 10:11:05 +0800	[thread overview]
Message-ID: <1474423865-22963-1-git-send-email-huilongx.xu@intel.com> (raw)

ring pmd unit test device name chaned by development

Signed-off-by: xu,huilong <huilongx.xu@intel.com>
---
 test_plans/unit_tests_ringpmd_test_plan.rst | 4 ++--
 tests/TestSuite_unit_tests_ringpmd.py       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test_plans/unit_tests_ringpmd_test_plan.rst b/test_plans/unit_tests_ringpmd_test_plan.rst
index 31f703b..7ffba8b 100644
--- a/test_plans/unit_tests_ringpmd_test_plan.rst
+++ b/test_plans/unit_tests_ringpmd_test_plan.rst
@@ -52,8 +52,8 @@ virtual ethernet devices with full rx&tx functions.
 The steps to run the unit test manually are as follow::
   
   # make -C ./app/test/
-  # ./app/test/test -n 1 -c ffff --vdev='eth_ring0,nodeaction=:0:CREATE' 
-      --vdev='eth_ring1,nodeaction=:0:CREATE'  --vdev='eth ring2,nodeaction=:0:CREATE'
+  # ./app/test/test -n 1 -c ffff --vdev='net_ring0' 
+      --vdev='net_ring1'  
   RTE>> ring_pmd_autotest
 
 The final output of the test has to be "Test OK"
diff --git a/tests/TestSuite_unit_tests_ringpmd.py b/tests/TestSuite_unit_tests_ringpmd.py
index 2c83bcd..b6d21bb 100644
--- a/tests/TestSuite_unit_tests_ringpmd.py
+++ b/tests/TestSuite_unit_tests_ringpmd.py
@@ -69,7 +69,7 @@ class TestUnitTestsRingPmd(TestCase):
         """
         Run Inter-VM share memory test.
         """
-        dev_str = "--vdev=eth_ring0 --vdev=eth_ring1"
+        dev_str = "--vdev=net_ring0 --vdev=net_ring1"
 
         self.dut.send_expect("./%s/app/test -n 1 -c ffff" % self.target, "R.*T.*E.*>.*>", 10)
         out = self.dut.send_expect("ring_pmd_autotest", "RTE>>", 120)
-- 
1.9.3

             reply	other threads:[~2016-09-21  2:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-21  2:11 xu,huilong [this message]
2016-09-21  7:38 ` Liu, Yong

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=1474423865-22963-1-git-send-email-huilongx.xu@intel.com \
    --to=huilongx.xu@intel.com \
    --cc=dts@dpdk.org \
    /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).