Skip to content

Commit

Permalink
Pin matter-all-clusters snap to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-canonical committed Aug 7, 2024
1 parent 02475b7 commit ca7bf2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/thread_tests/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func remote_deployAllClustersApp(t *testing.T) {
commands := []string{
// "sudo apt install -y bluez",
"sudo snap remove --purge matter-all-clusters-app",
"sudo snap install matter-all-clusters-app --edge",
"sudo snap install matter-all-clusters-app --channel=latest/beta",
"sudo snap set matter-all-clusters-app args='--thread'",
"sudo snap connect matter-all-clusters-app:avahi-control",
// "sudo snap connect matter-all-clusters-app:bluez",
Expand Down
2 changes: 1 addition & 1 deletion tests/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestUpgrade(t *testing.T) {
utils.SnapConnect(t, chipToolSnap+":process-control", "")

// Install all clusters app
utils.SnapInstallFromStore(t, allClustersSnap, env.SnapChannel())
utils.SnapInstallFromStore(t, allClustersSnap, "latest/beta")

// Setup all clusters app
utils.SnapSet(t, allClustersSnap, "args", "--wifi")
Expand Down
2 changes: 1 addition & 1 deletion tests/wifi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func TestAllClustersAppWiFi(t *testing.T) {
})

// Install all clusters app
utils.SnapInstallFromStore(t, allClustersSnap, "latest/edge")
utils.SnapInstallFromStore(t, allClustersSnap, "latest/beta")

// Setup all clusters app
utils.SnapSet(t, allClustersSnap, "args", "--wifi")
Expand Down

0 comments on commit ca7bf2f

Please sign in to comment.