mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
70846810d2
* 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
15 lines
367 B
JSON
15 lines
367 B
JSON
{
|
|
"type": "model",
|
|
"authority-id": "test-snapd",
|
|
"series": "16",
|
|
"brand-id": "test-snapd",
|
|
"model": "my-model",
|
|
"architecture": "amd64",
|
|
"gadget": "test-snapd-pc-core18",
|
|
"base": "test-snapd-core18",
|
|
"kernel": "pc-kernel=18",
|
|
"serial-authority": ["generic"],
|
|
"timestamp": "2024-01-04T19:54:08+00:00",
|
|
"revision": "2"
|
|
}
|