debian-forge-composer/test/cases
Tom Gundersen fbf137a1b7 test/cases: move checksum out of the compose struct
The intention is that the compose struct fully specifies the test
case, and pipeline and image-info specifies the expected outputs.
Lastly, the boot struct specifies how to boot-test the image.

The checksum does not fit into this scheme, as it is computed from
the compose by querying rpmmd, and it is then passed as an input to
distro.Pipeline in order to compute the pipeline.

Introduce a new struct, rpmmd, which will eventually contain all
the data returned from rpmmd.Depsolve and later passed to
distro.Pipeline. For now it only contains the checksum.

This is not a functional change.

Signed-off-by: Tom Gundersen <teg@jklm.no>
2020-03-08 21:05:01 +01:00
..
ami_empty_blueprint.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
disk_empty_blueprint.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
disk_local_boot.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
ext4_empty_blueprint.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
ext4_local_boot.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
groups_blueprint.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
openstack_empty_blueprint.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
openstack_local_boot.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
qcow2_empty_blueprint.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
qcow2_local_boot.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
rhel82_ami.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
rhel82_ext4_filesystem.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
rhel82_groups.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
rhel82_openstack.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
rhel82_partitioned_disk.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
rhel82_qcow2.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
rhel82_tar.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
rhel82_vhd.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
rhel82_vmdk.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
tar_local_boot.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
vhd_empty_blueprint.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
vhd_local_boot.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
vmdk_empty_blueprint.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00
vmdk_local_boot.json test/cases: move checksum out of the compose struct 2020-03-08 21:05:01 +01:00