1description: "Stress test DSP hotword on HomeScreen. User must be enrolled for " 2 "DSP hotword" 3 4step { 5 audio_file : "okg-us-female.wav" 6 audio_file_sample_rate : 24000 7 delay_after : 3 8} 9 10step { 11 command: "shell input keyevent 3" 12 delay_after : 3 13} 14 15expected_result { 16 aohd_hotword_detected : 1 17 assistant_started : 1 18 dsp_false_accept : 0 19 logcat_iteration : 1 20 software_hotword : 1 21 speaker_id_rejected : 0 22 vis_software_hotword : 1 23} 24 25event { 26 name: "device_crashed" 27 condition: "iterations_since_aohd_hotword_detected >= 30 " 28 "or iterations_since_assistant_started >= 30" 29 action: "BUGREPORT" 30 action: "NOTIFY" 31 action: "REMOVE_DEVICE" 32} 33