debian-forge-composer/test/cases
Tom Gundersen 2c8eec63dc test/cases: add fedora-31 tests
These tests are generated by regenerating each of the fedora-30 tests
with only the distro field changed to fedora-30.

```

for case in f30-*.json; do
	cat $case | jq '.["compose-request"]' | jq '.distro = "fedora-31"' | sudo ./tools/generate-test-cases .osbuild | jq . | sponge f31-$case
done
``

Signed-off-by: Tom Gundersen <teg@jklm.no>
2020-03-15 19:38:59 +01:00
..
f30-x86_64-ami-boot.json test/cases: rename to <distro>-<arch>-<type>-<purpose>.json 2020-03-15 19:38:59 +01:00
f30-x86_64-ext4_filesystem-boot.json test/cases: rename to <distro>-<arch>-<type>-<purpose>.json 2020-03-15 19:38:59 +01:00
f30-x86_64-openstack-boot.json test/cases: rename to <distro>-<arch>-<type>-<purpose>.json 2020-03-15 19:38:59 +01:00
f30-x86_64-partitioned_disk-boot.json test/cases: rename to <distro>-<arch>-<type>-<purpose>.json 2020-03-15 19:38:59 +01:00
f30-x86_64-qcow2-boot.json test/cases: rename to <distro>-<arch>-<type>-<purpose>.json 2020-03-15 19:38:59 +01:00
f30-x86_64-tar-boot.json test/cases/tar: fix up the f30-x86_64-tar-boot test case 2020-03-15 19:38:59 +01:00
f30-x86_64-vhd-boot.json test/cases: rename to <distro>-<arch>-<type>-<purpose>.json 2020-03-15 19:38:59 +01:00
f30-x86_64-vmdk-boot.json test/cases: rename to <distro>-<arch>-<type>-<purpose>.json 2020-03-15 19:38:59 +01:00
f31-x86_64-ami-boot.json test/cases: add fedora-31 tests 2020-03-15 19:38:59 +01:00
f31-x86_64-ext4_filesystem-boot.json test/cases: add fedora-31 tests 2020-03-15 19:38:59 +01:00
f31-x86_64-openstack-boot.json test/cases: add fedora-31 tests 2020-03-15 19:38:59 +01:00
f31-x86_64-partitioned_disk-boot.json test/cases: add fedora-31 tests 2020-03-15 19:38:59 +01:00
f31-x86_64-qcow2-boot.json test/cases: add fedora-31 tests 2020-03-15 19:38:59 +01:00
f31-x86_64-tar-boot.json test/cases: add fedora-31 tests 2020-03-15 19:38:59 +01:00
f31-x86_64-vhd-boot.json test/cases: add fedora-31 tests 2020-03-15 19:38:59 +01:00
f31-x86_64-vmdk-boot.json test/cases: add fedora-31 tests 2020-03-15 19:38:59 +01:00