Skip to content

Commit

Permalink
Pin OTBR to beta channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-canonical committed Aug 7, 2024
1 parent ca7bf2f commit 5327d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tests/thread_tests/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (

tests "chip-tool-snap-tests"

"github.com/canonical/matter-snap-testing/env"
"github.com/canonical/matter-snap-testing/utils"
)

Expand All @@ -20,7 +19,7 @@ func setup(t *testing.T) {
utils.SnapRemove(t, otbrSnap)

// Install OTBR
utils.SnapInstallFromStore(t, otbrSnap, env.SnapChannel())
utils.SnapInstallFromStore(t, otbrSnap, "latest/beta")
t.Cleanup(func() {
utils.SnapRemove(t, otbrSnap)
})
Expand Down
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 --edge",
"sudo snap install openthread-border-router --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 5327d91

Please sign in to comment.