summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJames Falcon <TheRealFalcon@users.noreply.github.com>2020-10-01 15:32:35 -0500
committerGitHub <noreply@github.com>2020-10-01 16:32:35 -0400
commit82ffc53273927bfc8d71e7f0c858753552d85cf1 (patch)
tree366761e6cd1fe750ac5f5e5b8c0b47608ec5925b /tox.ini
parent33c6d5cda8773b383bdec881c4e67f0d6c12ebd6 (diff)
downloadcloud-init-git-82ffc53273927bfc8d71e7f0c858753552d85cf1.tar.gz
Initial implementation of integration testing infrastructure (#581)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a92c63e0..3bc83a2a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -139,8 +139,15 @@ deps =
[pytest]
# TODO: s/--strict/--strict-markers/ once xenial support is dropped
+testpaths = cloudinit tests/unittests
addopts = --strict
markers =
allow_subp_for: allow subp usage for the given commands (disable_subp_usage)
allow_all_subp: allow all subp usage (disable_subp_usage)
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
+ azure: test will only run on Azure platform
+ oci: test will only run on OCI platform
+ lxd_container: test will only run in LXD container
+ user_data: the user data to be passed to the test instance