Skip to content

Commit

Permalink
Fixing digi_transport references
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Oct 17, 2023
1 parent 6e5d2ec commit 581b9d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/etc/commands.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ audiocode_shell:
save_config_response: 'Configuration has been saved'
config_mode_command: "conf" # only use if needed

digi_os:
digi_transport:
version: "type version"
basic: "type config.da0"
extended_output: "type version all"
Expand Down
2 changes: 1 addition & 1 deletion tests/etc/responses.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ audiocode_shell:
cmd_response_init: "Test_String1"
cmd_response_final: "Test_String2"

digi_os:
digi_transport:
base_prompt: "digi>"
router_prompt: "digi>"
enable_prompt: "digi#"
Expand Down
4 changes: 2 additions & 2 deletions tests/etc/test_devices.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ audiocode_shell:
username: TestUser
password: TestPass

digi_os:
device_type: digi_os
digi_transport:
device_type: digi_transport
ip: 192.168.1.33
username: bob
password: bob
Expand Down

0 comments on commit 581b9d1

Please sign in to comment.