mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
* snap: fix doc string on SelfContainedSetPrereqTracker * o/devicestate: make sure that snaps for pre-existing model are already installed in tests * overlord: make sure that snaps for pre-existing model are already installed in tests * overlord, o/devicestate: use SelfContainedSetPrereqTracker to track prereqs during remodel * overlord, o/devicestate, o/s/snapstatetest: move common test helpers to snapstatetest * snap: add SelfContainedSetPrereqTracker.Snaps method for getting all snaps tracked by tracker * overlord, o/devicestate: prevent remodel to model with base that does not match gadget base * tests, tests/core/remodel-base: update remodeling test to also swap gadget when swapping base
13 lines
292 B
JSON
13 lines
292 B
JSON
{
|
|
"type": "model",
|
|
"authority-id": "test-snapd",
|
|
"series": "16",
|
|
"brand-id": "test-snapd",
|
|
"model": "my-model",
|
|
"architecture": "amd64",
|
|
"gadget": "pc",
|
|
"kernel": "pc-kernel",
|
|
"serial-authority": ["generic"],
|
|
"timestamp": "2024-01-11T16:19:59+00:00"
|
|
}
|