test/cases: rename output-format to image-type
Bring this in line with our naming convention. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
fa015a70f6
commit
a949843f1e
19 changed files with 31 additions and 31 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"distro": "fedora-30",
|
||||
"arch": "x86_64",
|
||||
"filename": "image.raw.xz",
|
||||
"output-format": "ami",
|
||||
"image-type": "ami",
|
||||
"blueprint": {}
|
||||
},
|
||||
"manifest": {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"compose-request": {
|
||||
"distro": "fedora-30",
|
||||
"arch": "x86_64",
|
||||
"output-format": "ext4-filesystem",
|
||||
"image-type": "ext4-filesystem",
|
||||
"filename": "filesystem.img",
|
||||
"blueprint": {
|
||||
"name": "ext4-filesystem-boot-test",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"compose-request": {
|
||||
"distro": "fedora-30",
|
||||
"arch": "x86_64",
|
||||
"output-format": "openstack",
|
||||
"image-type": "openstack",
|
||||
"filename": "disk.qcow2",
|
||||
"blueprint": {
|
||||
"name": "openstack-boot-test",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"compose-request": {
|
||||
"distro": "fedora-30",
|
||||
"arch": "x86_64",
|
||||
"output-format": "partitioned-disk",
|
||||
"image-type": "partitioned-disk",
|
||||
"filename": "disk.img",
|
||||
"blueprint": {
|
||||
"name": "partitioned-disk-boot-test",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"compose-request": {
|
||||
"distro": "fedora-30",
|
||||
"arch": "x86_64",
|
||||
"output-format": "qcow2",
|
||||
"image-type": "qcow2",
|
||||
"filename": "disk.qcow2",
|
||||
"blueprint": {
|
||||
"name": "qcow2-boot-test",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"type": "nspawn-extract"
|
||||
},
|
||||
"compose-request": {
|
||||
"output-format": "tar",
|
||||
"image-type": "tar",
|
||||
"distro": "fedora-30",
|
||||
"arch": "x86_64",
|
||||
"filename": "root.tar.xz",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"compose-request": {
|
||||
"distro": "fedora-30",
|
||||
"arch": "x86_64",
|
||||
"output-format": "vhd",
|
||||
"image-type": "vhd",
|
||||
"filename": "disk.vhd",
|
||||
"blueprint": {
|
||||
"name": "vhd-boot-test",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"compose-request": {
|
||||
"distro": "fedora-30",
|
||||
"arch": "x86_64",
|
||||
"output-format": "vmdk",
|
||||
"image-type": "vmdk",
|
||||
"filename": "disk.vmdk",
|
||||
"blueprint": {
|
||||
"name": "vmdk-boot-test",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"distro": "fedora-31",
|
||||
"arch": "x86_64",
|
||||
"filename": "image.raw.xz",
|
||||
"output-format": "ami",
|
||||
"image-type": "ami",
|
||||
"blueprint": {}
|
||||
},
|
||||
"manifest": {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"compose-request": {
|
||||
"distro": "fedora-31",
|
||||
"arch": "x86_64",
|
||||
"output-format": "ext4-filesystem",
|
||||
"image-type": "ext4-filesystem",
|
||||
"filename": "filesystem.img",
|
||||
"blueprint": {
|
||||
"name": "ext4-filesystem-boot-test",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"compose-request": {
|
||||
"distro": "fedora-31",
|
||||
"arch": "x86_64",
|
||||
"output-format": "openstack",
|
||||
"image-type": "openstack",
|
||||
"filename": "disk.qcow2",
|
||||
"blueprint": {
|
||||
"name": "openstack-boot-test",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"compose-request": {
|
||||
"distro": "fedora-31",
|
||||
"arch": "x86_64",
|
||||
"output-format": "partitioned-disk",
|
||||
"image-type": "partitioned-disk",
|
||||
"filename": "disk.img",
|
||||
"blueprint": {
|
||||
"name": "partitioned-disk-boot-test",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"compose-request": {
|
||||
"distro": "fedora-31",
|
||||
"arch": "x86_64",
|
||||
"output-format": "qcow2",
|
||||
"image-type": "qcow2",
|
||||
"filename": "disk.qcow2",
|
||||
"blueprint": {
|
||||
"name": "qcow2-boot-test",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"type": "nspawn-extract"
|
||||
},
|
||||
"compose-request": {
|
||||
"output-format": "tar",
|
||||
"image-type": "tar",
|
||||
"distro": "fedora-31",
|
||||
"arch": "x86_64",
|
||||
"filename": "root.tar.xz",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"compose-request": {
|
||||
"distro": "fedora-31",
|
||||
"arch": "x86_64",
|
||||
"output-format": "vhd",
|
||||
"image-type": "vhd",
|
||||
"filename": "disk.vhd",
|
||||
"blueprint": {
|
||||
"name": "vhd-boot-test",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"compose-request": {
|
||||
"distro": "fedora-31",
|
||||
"arch": "x86_64",
|
||||
"output-format": "vmdk",
|
||||
"image-type": "vmdk",
|
||||
"filename": "disk.vmdk",
|
||||
"blueprint": {
|
||||
"name": "vmdk-boot-test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue