[thread-cert] properly configure operational dataset (#9189)

This commit is contained in:
Jonathan Hui
2023-06-21 10:44:28 -07:00
committed by GitHub
parent e4aca89f09
commit 330c8088b9
3 changed files with 76 additions and 40 deletions
+7
View File
@@ -123,7 +123,14 @@ RSSI = {
}
SNIFFER_ID = int(os.getenv('SNIFFER_ID', 34))
CHANNEL = 11
CHANNEL_MASK = 0x07fff800
EXTENDED_PANID = 'dead00beef00cafe'
NETWORK_NAME = 'OpenThread'
PANID = 0xface
PSKC = 'c23a76e98f1a6483639b1ac1271e2e27'
SECURITY_POLICY = [672, 'onrc']
LEADER_STARTUP_DELAY = 12
ROUTER_STARTUP_DELAY = 10