mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
nuttx:fix tools-mm to heap
config-testing-heap is changed to conofig-testing-heap, so the citest tools need to change. Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>
This commit is contained in:
committed by
Xiang Xiao
parent
c8f8a61f89
commit
1655537810
@@ -129,8 +129,8 @@ CONFIG_TESTING_FMEMOPEN_TEST=y
|
||||
CONFIG_TESTING_FOPENCOOKIE_TEST=y
|
||||
CONFIG_TESTING_FSTEST=y
|
||||
CONFIG_TESTING_GETPRIME=y
|
||||
CONFIG_TESTING_LTP=y
|
||||
CONFIG_TESTING_HEAP=y
|
||||
CONFIG_TESTING_LTP=y
|
||||
CONFIG_TESTING_OPEN_MEMSTREAM=y
|
||||
CONFIG_TESTING_OSTEST=y
|
||||
CONFIG_TESTS_TESTSUITES=y
|
||||
|
||||
@@ -141,8 +141,8 @@ CONFIG_TESTING_FOPENCOOKIE_TEST=y
|
||||
CONFIG_TESTING_FSTEST=y
|
||||
CONFIG_TESTING_FSTEST_MOUNTPT="/tmp"
|
||||
CONFIG_TESTING_GETPRIME=y
|
||||
CONFIG_TESTING_LTP=y
|
||||
CONFIG_TESTING_HEAP=y
|
||||
CONFIG_TESTING_LTP=y
|
||||
CONFIG_TESTING_OPEN_MEMSTREAM=y
|
||||
CONFIG_TESTING_OSTEST=y
|
||||
CONFIG_TESTING_SCANFTEST=y
|
||||
|
||||
@@ -41,7 +41,7 @@ def test_ostest(p):
|
||||
def test_mm(p):
|
||||
if p.board in do_not_support:
|
||||
pytest.skip("unsupported at {}".format(p.board))
|
||||
ret = p.sendCommand("mm", "TEST COMPLETE", timeout=120)
|
||||
ret = p.sendCommand("heap", "TEST COMPLETE", timeout=120)
|
||||
assert ret == 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user