From 3dd3de7c381e870c6bc9b9b7a84d452b57594686 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Wed, 3 Mar 2021 14:40:07 -0600 Subject: integration_tests: add OpenStack as a platform (#804) --- tests/integration_tests/conftest.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/integration_tests/conftest.py') diff --git a/tests/integration_tests/conftest.py b/tests/integration_tests/conftest.py index 61ad8a71..0b93c94f 100644 --- a/tests/integration_tests/conftest.py +++ b/tests/integration_tests/conftest.py @@ -20,6 +20,7 @@ from tests.integration_tests.clouds import ( LxdVmCloud, OciCloud, _LxdIntegrationCloud, + OpenstackCloud, ) from tests.integration_tests.instances import ( CloudInitSource, @@ -38,6 +39,7 @@ platforms = { 'oci': OciCloud, 'lxd_container': LxdContainerCloud, 'lxd_vm': LxdVmCloud, + 'openstack': OpenstackCloud, } os_list = ["ubuntu"] -- cgit v1.2.3