test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] fix ring test case, because dpdk remove set_watermark cmdline
@ 2017-08-11  6:43 xu,huilong
  2017-08-11 16:39 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: xu,huilong @ 2017-08-11  6:43 UTC (permalink / raw)
  To: dts; +Cc: xu,huilong

dpdk remove set_watermark cmdline in dpdk17.08

Signed-off-by: xu,huilong <huilongx.xu@intel.com>
---
 tests/TestSuite_unit_tests_ring.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/TestSuite_unit_tests_ring.py b/tests/TestSuite_unit_tests_ring.py
index 9ef39fa..701ac53 100644
--- a/tests/TestSuite_unit_tests_ring.py
+++ b/tests/TestSuite_unit_tests_ring.py
@@ -71,10 +71,6 @@ class TestUnitTestsRing(TestCase):
         self.dut.send_expect("./%s/app/test -n 1 -c f" % self.target, "R.*T.*E.*>.*>", 60)
         out = self.dut.send_expect("ring_autotest", "RTE>>", 36000)
         self.verify("Test OK" in out, "Test failed")
-        self.dut.send_expect("set_watermark test 100", "RTE>>")
-        out = self.dut.send_expect("dump_ring test", "RTE>>")
-        self.dut.send_expect("quit", "# ")
-        self.verify("watermark=100" in out, "Test failed")
 
     def test_ring_performance(self):
         """
-- 
1.9.3

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

* Re: [dts] [PATCH V1] fix ring test case, because dpdk remove set_watermark cmdline
  2017-08-11  6:43 [dts] [PATCH V1] fix ring test case, because dpdk remove set_watermark cmdline xu,huilong
@ 2017-08-11 16:39 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2017-08-11 16:39 UTC (permalink / raw)
  To: xu,huilong, dts

Huilong,
Actually watermark removed from ring structure since 17.05. Please add 
more information like below in your commit log.

commit xxxxxx: ("ring: remove watermark support")

Thanks,
Marvin

On 08/11/2017 02:43 PM, xu,huilong wrote:
> dpdk remove set_watermark cmdline in dpdk17.08
>
> Signed-off-by: xu,huilong<huilongx.xu@intel.com>
> ---

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

end of thread, other threads:[~2017-08-11  7:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-11  6:43 [dts] [PATCH V1] fix ring test case, because dpdk remove set_watermark cmdline xu,huilong
2017-08-11 16:39 ` Liu, Yong

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