From 434ea2c0d0acb8379df1499bdf8fae8bf0f9a222 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Sat, 24 Jun 2023 12:51:50 -0700 Subject: [PATCH] [script] properly configure dataset in `check-posix-pty` (#9202) --- script/check-posix-pty | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/check-posix-pty b/script/check-posix-pty index 0cb793959..554e58259 100755 --- a/script/check-posix-pty +++ b/script/check-posix-pty @@ -177,7 +177,9 @@ expect_after { send "region\r\n" expect "US" expect "Done" -send "panid 0xface\r\n" +send "dataset init new\r\n" +expect "Done" +send "dataset commit active\r\n" expect "Done" send "routerselectionjitter 1\r\n" expect "Done"