From 2562f93383889fe492a98170428a055fbbd0b073 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Mon, 27 Mar 2023 14:34:12 -0500 Subject: integration tests: Refactor instance checking (#1989) Using individual release and platform marks to specify our test support matrix was leading to too many marks specifying different combinations of things. Rather, we can rely on the "skipif" mark to perform any needed release or platform checks. --- tox.ini | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index b49272ac..c0a3b868 100644 --- a/tox.ini +++ b/tox.ini @@ -296,27 +296,16 @@ markers = adhoc: only run on adhoc basis, not in any CI environment (travis or jenkins) allow_all_subp: allow all subp usage (disable_subp_usage) allow_subp_for: allow subp usage for the given commands (disable_subp_usage) - azure: test will only run on Azure platform ci: run this integration test as part of CI test runs ds_sys_cfg: a sys_cfg dict to be used by datasource fixtures - ec2: test will only run on EC2 platform - gce: test will only run on GCE platform hypothesis_slow: hypothesis test too slow to run as unit test - ibm: test will only run on IBM platform 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 lxd_setup: specify callable to be called between init and start lxd_use_exec: `execute` will use `lxc exec` instead of SSH - lxd_vm: test will only run in LXD VM - no_container: test cannot run in a container - not_bionic: test cannot run on the bionic release - oci: test will only run on OCI platform - openstack: test will only run on openstack platform serial: tests that do not work in parallel, skipped with py3-fast - ubuntu: this test should run on Ubuntu unstable: skip this test because it is flakey user_data: the user data to be passed to the test instance allow_dns_lookup: disable autochecking for host network configuration -- cgit v1.2.1