From bccf9a5791d83b2cf679a9c08447f3e3bc73b541 Mon Sep 17 00:00:00 2001 From: Alberto Contreras Date: Tue, 2 Aug 2022 15:45:45 +0200 Subject: testing: add support for pycloudlib's pro images (#1604) Added new pytest marker to define IntegrationCloud customizations. Migrate test_lp1835584 to use this functionality. Bump pycloudlib version. --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 1fcd26bc..78e370eb 100644 --- a/tox.ini +++ b/tox.ini @@ -308,6 +308,7 @@ markers = gce: test will only run on GCE platform hypothesis_slow: hypothesis test too slow to run as unit test instance_name: the name to be used for the test instance + integration_cloud_args: args for IntegrationCloud customization is_iscsi: whether is an instance has iscsi net cfg or not lxd_config_dict: set the config_dict passed on LXD instance creation lxd_container: test will only run in LXD container -- cgit v1.2.1