Skip to content

Commit

Permalink
Fix config files for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
titilambert committed Aug 31, 2016
1 parent feae70e commit fccbdea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions tests/tux/conf/tux_tests_conf_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tux:
hotword:
hotword: hello
model_dir: pocketsphinx-data
answer: yes
pins:
wings:
left_switch: 17
Expand Down
8 changes: 4 additions & 4 deletions tests/voice/conf/voice_tests_conf_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ tux:
advanced:
fake: true
log_level: DEBUG
data: {}
hotword:
hotword: hello
model_dir: pocketsphinx-data
global:
gender: male
name: TuxDroid
hotword:
hotword: hello
model_dir: pocketsphinx-data
answer: yes
pins:
wings:
left_switch: 17
Expand Down

0 comments on commit fccbdea

Please sign in to comment.