introduce testing script

This commit is contained in:
Martin Sehnoutka 2019-07-08 15:47:37 +02:00 committed by Lars Karlitski
parent 9ea6150ee7
commit 824cba1c08
7 changed files with 189 additions and 0 deletions

15
test/3-compose-qcow2.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "base-qcow2",
"base": "552b5555bdf64c5e19bf4ca8a709da37fb3046678643a8f8499297b6dd95c7e7",
"assembler": {
"name": "io.weldr.qcow2",
"systemResourcesFromEtc": [
"/etc/grub.d"
],
"options": {
"filename": "base.qcow2",
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
"partition_table_id": "0xdeadbeef"
}
}
}