test: update usrsocktest script
Signed-off-by: nietingting <nietingting@xiaomi.com>
This commit is contained in:
parent
4b87a8b079
commit
6368b29751
|
@ -29,5 +29,5 @@ def test_popen(p):
|
||||||
|
|
||||||
|
|
||||||
def test_usrsocktest(p):
|
def test_usrsocktest(p):
|
||||||
ret = p.sendCommand("usrsocktest", "HEAP AFTER TESTS", 60)
|
ret = p.sendCommand("usrsocktest", "FAILED:0", 60)
|
||||||
assert ret == 0
|
assert ret == 0
|
||||||
|
|
Loading…
Reference in New Issue