1{ 2 "description": "Configuration for ActsAVPlayerDrmNdkTest demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "360000", 6 "bundle-name": "com.example.myapplication", 7 "module-name": "entry_test", 8 "shell-timeout": "360000", 9 "testcase-timeout": 70000 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsAVPlayerDrmNdkTest.hap", 15 "ActsAVPlayerDrmMainNdkTest.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 "remount", 26 "mkdir -p /data/app/el2/100/base/com.example.myapplication/haps/entry_test/files", 27 "chmod 777 -R /data/app/el2/100/base/com.example.myapplication/haps/entry_test", 28 "mkdir -p /data/app/el2/100/base/com.example.myapplication/haps/entry/files", 29 "chmod 777 -R /data/app/el2/100/base/com.example.myapplication/haps/entry" 30 ] 31 }, 32 { 33 "type": "PushKit", 34 "uninstall": true, 35 "post-push": [ 36 "chmod 777 -R /data/app/el2/100/base/com.example.myapplication/haps/entry_test", 37 "chmod 777 -R /data/app/el2/100/base/com.example.myapplication/haps/entry" 38 ], 39 "push": [ 40 "./resource/media/ChinaDRMLab_Promo_210525-264-30-1080P-10000K.sm4c.ts -> /data/app/el2/100/base/com.example.myapplication/haps/entry_test/files/", 41 "./resource/media/ChinaDRMLab_Promo_210525-264-30-1080P-10000K.sm4c.ts -> /data/app/el2/100/base/com.example.myapplication/haps/entry/files/" 42 ] 43 } 44 ] 45}