Skip to content

Commit

Permalink
add ccm nodes to versions-build
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoDijk committed Oct 31, 2024
1 parent 544f7b6 commit debe394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ot-rfsim/script/build_all
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ main()
local options=()
options+=("$@")

for VER in v11 v12 v13 latest br; do
for VER in v11 v12 v13 latest br ccm br_ccm; do
SCRIPTNAME="./script/build_$VER"

printf 'Node %s: building with script %s\n' "${VER}" "${SCRIPTNAME}"
Expand Down
2 changes: 1 addition & 1 deletion script/test
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ py_unittests()
python3 "$OTNSDIR"/pylibs/unittests/test_csl.py
python3 "$OTNSDIR"/pylibs/unittests/test_border_router.py
python3 "$OTNSDIR"/pylibs/unittests/test_sim_hosts.py
python3 "$OTNSDIR"/pylibs/unittests/test_ccm_commissioning.py

# Increase number of open files limit to allow large number of nodes. Ubuntu 22.04 has 8192 hard limit.
ulimit -Sn 8192
Expand All @@ -114,6 +113,7 @@ py_versions_unittests()
build_openthread_versions

python3 "$OTNSDIR"/pylibs/unittests/test_exe_versions.py
python3 "$OTNSDIR"/pylibs/unittests/test_ccm_commissioning.py
}

check_py_example()
Expand Down

0 comments on commit debe394

Please sign in to comment.