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:
Tom Gundersen 2020-03-28 21:59:59 +01:00
parent fa015a70f6
commit a949843f1e
19 changed files with 31 additions and 31 deletions

View file

@ -6,7 +6,7 @@
"distro": "fedora-30",
"arch": "x86_64",
"filename": "image.raw.xz",
"output-format": "ami",
"image-type": "ami",
"blueprint": {}
},
"manifest": {

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -6,7 +6,7 @@
"distro": "fedora-31",
"arch": "x86_64",
"filename": "image.raw.xz",
"output-format": "ami",
"image-type": "ami",
"blueprint": {}
},
"manifest": {

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",