From 2486f329e4e6c27a51dfc8b34756fa5b8665a7cd Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Fri, 13 Mar 2020 20:13:34 +0100 Subject: [PATCH] test/cases: rename to ---.json So far we only have f30, x86_64 images to be boot tested. In follow-ups we expect to test all distros, all architectures and all image types as boot tests. And we also expect to do some sanity testing for all the blueprint features we support without booting. The AMI images can boot with an empty blueprint, the other image types need an ssh key embedded in order to be able to connect and verify that they booted successfully. Signed-off-by: Tom Gundersen --- test/cases/{ami_empty_blueprint.json => f30-x86_64-ami-boot.json} | 0 ...{ext4_local_boot.json => f30-x86_64-ext4_filesystem-boot.json} | 0 .../{openstack_local_boot.json => f30-x86_64-openstack-boot.json} | 0 ...disk_local_boot.json => f30-x86_64-partitioned_disk-boot.json} | 0 test/cases/{qcow2_local_boot.json => f30-x86_64-qcow2-boot.json} | 0 test/cases/{tar_local_boot.json => f30-x86_64-tar-boot.json} | 0 test/cases/{vhd_local_boot.json => f30-x86_64-vhd-boot.json} | 0 test/cases/{vmdk_local_boot.json => f30-x86_64-vmdk-boot.json} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename test/cases/{ami_empty_blueprint.json => f30-x86_64-ami-boot.json} (100%) rename test/cases/{ext4_local_boot.json => f30-x86_64-ext4_filesystem-boot.json} (100%) rename test/cases/{openstack_local_boot.json => f30-x86_64-openstack-boot.json} (100%) rename test/cases/{disk_local_boot.json => f30-x86_64-partitioned_disk-boot.json} (100%) rename test/cases/{qcow2_local_boot.json => f30-x86_64-qcow2-boot.json} (100%) rename test/cases/{tar_local_boot.json => f30-x86_64-tar-boot.json} (100%) rename test/cases/{vhd_local_boot.json => f30-x86_64-vhd-boot.json} (100%) rename test/cases/{vmdk_local_boot.json => f30-x86_64-vmdk-boot.json} (100%) diff --git a/test/cases/ami_empty_blueprint.json b/test/cases/f30-x86_64-ami-boot.json similarity index 100% rename from test/cases/ami_empty_blueprint.json rename to test/cases/f30-x86_64-ami-boot.json diff --git a/test/cases/ext4_local_boot.json b/test/cases/f30-x86_64-ext4_filesystem-boot.json similarity index 100% rename from test/cases/ext4_local_boot.json rename to test/cases/f30-x86_64-ext4_filesystem-boot.json diff --git a/test/cases/openstack_local_boot.json b/test/cases/f30-x86_64-openstack-boot.json similarity index 100% rename from test/cases/openstack_local_boot.json rename to test/cases/f30-x86_64-openstack-boot.json diff --git a/test/cases/disk_local_boot.json b/test/cases/f30-x86_64-partitioned_disk-boot.json similarity index 100% rename from test/cases/disk_local_boot.json rename to test/cases/f30-x86_64-partitioned_disk-boot.json diff --git a/test/cases/qcow2_local_boot.json b/test/cases/f30-x86_64-qcow2-boot.json similarity index 100% rename from test/cases/qcow2_local_boot.json rename to test/cases/f30-x86_64-qcow2-boot.json diff --git a/test/cases/tar_local_boot.json b/test/cases/f30-x86_64-tar-boot.json similarity index 100% rename from test/cases/tar_local_boot.json rename to test/cases/f30-x86_64-tar-boot.json diff --git a/test/cases/vhd_local_boot.json b/test/cases/f30-x86_64-vhd-boot.json similarity index 100% rename from test/cases/vhd_local_boot.json rename to test/cases/f30-x86_64-vhd-boot.json diff --git a/test/cases/vmdk_local_boot.json b/test/cases/f30-x86_64-vmdk-boot.json similarity index 100% rename from test/cases/vmdk_local_boot.json rename to test/cases/f30-x86_64-vmdk-boot.json