1{ 2 "description": "Configuration for MemoryUitls Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "shell-timeout": "600000", 7 "testcase-timeout": "6000", 8 "bundle-name": "com.network.websocket.napitest", 9 "module-name": "entry_test" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsNetStackWebsocketNdkTest.hap", 15 "ActsNetStackWebsocketNdkMainTest.hap" 16 ], 17 "type": "AppInstallKit", 18 "cleanup-apps": true 19 }, 20 { 21 "type": "ShellKit", 22 "run-command": [ 23 "power-shell wakeup", 24 "power-shell setmode 602" 25 ] 26 } 27 ] 28} 29