canonical / edgex-checkbox-provider

Checkbox tests for EdgeX snaps
Apache License 2.0
0 stars 3 forks source link

Replace `2.0/stable` with `2.1/stable` as base snap for refresh tests #42

Closed MonicaisHer closed 2 years ago

MonicaisHer commented 2 years ago

2.1 channel is not exiting anymore, so checkbox tests that used 2.0/stable as a base snap for refresh/upgrade tests, need to replace it with 2.1/edge.

MonicaisHer commented 2 years ago

But 2.1/edge is newer than 2.1/beta (usually being tested) and it would be a downgrade rather than an upgrade. I think we should use 2.1/stable as base and refresh to 2.1/beta.

Similarly, in latest tests we could go from latest/stable to latest/beta. This way we won't rely on independent tracks.

Make sense. Updated. Update for latest tests: https://github.com/canonical/edgex-checkbox-provider/pull/43