summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJames Falcon <TheRealFalcon@users.noreply.github.com>2021-05-14 14:38:56 -0500
committerGitHub <noreply@github.com>2021-05-14 14:38:56 -0500
commit4c3c36297ad199ee9325a48f7e56a9c099ec183f (patch)
treec4ce35e399199626a27ccd18cd1b50065a5a6e15 /tox.ini
parent57964125205790f7803dbebfadc6c52ed195c6bf (diff)
downloadcloud-init-git-4c3c36297ad199ee9325a48f7e56a9c099ec183f.tar.gz
Add integration test for lp-1920939 (#891)
In #856 we added the ability to use partprobe instead of blockdev for reading partitions. Test that partprobe succeeds where blockdev fails. Also add a mechanism to our integration tests to allow a callable to be called between `lxc init` and `lxc start`
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a2981b98..9374a1cb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -177,6 +177,7 @@ markers =
openstack: test will only run on openstack platform
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
not_xenial: test cannot run on the xenial release