• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    speaker_id_rejected  : 0
21    vis_software_hotword  : 1
22}
23
24event {
25  name: "device_crashed"
26  condition: "iterations_since_aohd_hotword_detected >= 30 "
27             "or iterations_since_assistant_started >= 30"
28  action: "BUGREPORT"
29  action: "NOTIFY"
30  action: "REMOVE_DEVICE"
31}
32