mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
tests: Add a serialization test for adoptable data
Pointed out in code review in https://github.com/coreos/bootupd/pull/104
This commit is contained in:
committed by
OpenShift Merge Robot
parent
e00de4a6b6
commit
9873aaa8a0
10
tests/fixtures/example-status-v0.json
vendored
10
tests/fixtures/example-status-v0.json
vendored
@@ -14,5 +14,13 @@
|
||||
"adopted-from": null
|
||||
}
|
||||
},
|
||||
"adoptable": {}
|
||||
"adoptable": {
|
||||
"BIOS": {
|
||||
"version": {
|
||||
"version": "grub2-bios-42.x86_64",
|
||||
"timestamp": "2020-09-15T13:01:21Z"
|
||||
},
|
||||
"confident": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user