Add LTSGuestCreateVolumeBackedTest

Add a test class which launches a volume backed instance.
This commit is contained in:
Liam Young
2020-07-07 09:06:35 +00:00
parent 3fa5297a1d
commit 9c52b3390d

View File

@@ -56,6 +56,16 @@ class LTSGuestCreateTest(BaseGuestCreateTest):
glance_setup.LTS_IMAGE_NAME)
class LTSGuestCreateVolumeBackedTest(BaseGuestCreateTest):
"""Tests to launch a LTS image."""
def test_launch_small_instance(self):
"""Launch a Bionic instance and test connectivity."""
zaza.openstack.configure.guest.launch_instance(
glance_setup.LTS_IMAGE_NAME,
use_boot_volume=True)
class NovaCompute(test_utils.OpenStackBaseTest):
"""Run nova-compute specific tests."""