
The current virtio scsi tests were only created for using the images that can boot up using 1 gb volume size and thus it creates the problem for the images that needs the boot volume disk more than 1 GB. Modified the boot volume size to be set by the user as per the flavor_volume size conf. paramter for the virtio scsi disk tests. There were couple tests that needs modification: test_boot_with_multiple disks needs the boot volume size to be according to the CONF.whitebox.flavor_volume_size param set by the user according to the image used for booting the instance. Other one is test_attach_multiple_disk which currently used the volume size according to the flavor used in whitebox test so to avoid unnecessary using high disk flavor volume size for attaching the multiple disk, this patch will explicitly mention the create volume size for attaching volume to be 1 GB. Change-Id: Id57fdcb7b6188cbda01da135f39b54c17f7a4cf8
Whitebox Tempest Tests
This directory contains tests to validate behavior against TripleO/Director-based deployments.
See the Tempest plugin documentation for information about creating a
plugin, stable API interface, TempestPlugin
class
interface, plugin structure, and how to use plugins: https://docs.openstack.org/tempest/latest/plugin.html