X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest%2Fautotest_test_funcs.py;h=8da8fcd782606232d156645baa07e348de6e09a9;hb=f1ae15bac8aaa75aeb4fa886fd4d74d34c373193;hp=1c5f3909ea3e9e019f884a9fb64c39ac2656cabd;hpb=7d3b1ec47fae5b2d972e05d0ee37bb7a1731b085;p=dpdk.git diff --git a/test/test/autotest_test_funcs.py b/test/test/autotest_test_funcs.py index 1c5f3909ea..8da8fcd782 100644 --- a/test/test/autotest_test_funcs.py +++ b/test/test/autotest_test_funcs.py @@ -292,11 +292,4 @@ def ring_autotest(child, test_name): elif index == 2: return -1, "Fail [Timeout]" - child.sendline("set_watermark test 100") - child.sendline("dump_ring test") - index = child.expect([" watermark=100", - pexpect.TIMEOUT], timeout=1) - if index != 0: - return -1, "Fail [Bad watermark]" - return 0, "Success"