Skip to content

Commit

Permalink
nuttx:fix tools-mm to heap
Browse files Browse the repository at this point in the history
config-testing-heap is changed to conofig-testing-heap, so the citest tools need to change.

Signed-off-by: tengshuangshuang <[email protected]>
  • Loading branch information
txy-21 committed Jan 24, 2025
1 parent 5c02379 commit f1537d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/sim/sim/sim/configs/citest/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/testrun/script/test_os/test_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit f1537d6

Please sign in to comment.