From 34bb0e4ab1bdfe5399dcad7ad5d3675785efe6ce Mon Sep 17 00:00:00 2001 From: Li Cao Date: Tue, 29 Jul 2025 02:20:43 +0800 Subject: [PATCH] [test] remove the node type rcp-ncp (#11752) The type `rcp-ncp` was meant to run nodes of NCP on posix. But we don't have NCP on posix anymore. So this can be removed. --- script/test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/test b/script/test index f5de3b3a1..080ce8745 100755 --- a/script/test +++ b/script/test @@ -282,7 +282,7 @@ do_cert() rcp | rcp-cli | cli) export NODE_TYPE=sim ;; - rcp-ncp | ncp) + ncp) export NODE_TYPE=ncp-sim ;; esac @@ -504,7 +504,6 @@ print_usage() ENVIRONMENTS: OT_NODE_TYPE 'cli' for CLI simulation, 'ncp' for NCP simulation. 'rcp' or 'rcp-cli' for CLI on POSIX platform. - 'rcp-ncp' for NCP on POSIX platform. The default is 'cli'. OT_NATIVE_IP 1 to enable platform UDP and netif on POSIX platform. The default is 0. OT_BUILDDIR The output directory for cmake build. By default the directory is './build'. For example,