summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJames Falcon <james.falcon@canonical.com>2023-03-27 14:34:12 -0500
committerGitHub <noreply@github.com>2023-03-27 14:34:12 -0500
commit2562f93383889fe492a98170428a055fbbd0b073 (patch)
treebb5fdb2ab0f7f48afa34cd6dcde78446228b0356 /tox.ini
parentad33cbbaa1664cea25d457bef25626edc4a9bbab (diff)
downloadcloud-init-git-2562f93383889fe492a98170428a055fbbd0b073.tar.gz
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.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 0 insertions, 11 deletions
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