Skip to content

Commit

Permalink
Snap install command specify channel for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-canonical committed Aug 7, 2024
1 parent 40888db commit 6f01661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/thread_tests/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func remote_deployOTBRAgent(t *testing.T) {

commands := []string{
"sudo snap remove --purge openthread-border-router",
"sudo snap install openthread-border-router --beta",
"sudo snap install openthread-border-router --channel=latest/beta",
fmt.Sprintf("sudo snap set openthread-border-router %s='%s'", infraInterfaceKey, remoteInfraInterface),
fmt.Sprintf("sudo snap set openthread-border-router %s='%s'", radioUrlKey, remoteRadioUrl),
// "sudo snap connect openthread-border-router:avahi-control",
Expand Down

0 comments on commit 6f01661

Please sign in to comment.