diff --git a/ot-rfsim/script/build_all b/ot-rfsim/script/build_all index 60d9f11d..ebaeddb7 100755 --- a/ot-rfsim/script/build_all +++ b/ot-rfsim/script/build_all @@ -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}" diff --git a/script/test b/script/test index 63e0f459..4d7b8892 100755 --- a/script/test +++ b/script/test @@ -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 @@ -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()