whitebox-tempest-plugin/whitebox_tempest_plugin
Paras Babbar 1dd0c63df6 Modify the tests to run on any image size
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
2020-10-22 11:10:17 -04:00
..
2020-08-19 16:59:16 -04:00
2018-01-10 11:57:05 +00:00
2020-05-28 15:49:25 -04:00
2020-10-05 14:43:26 -04:00

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