From 4c3c36297ad199ee9325a48f7e56a9c099ec183f Mon Sep 17 00:00:00 2001 From: James Falcon Date: Fri, 14 May 2021 14:38:56 -0500 Subject: 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` --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') 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 -- cgit v1.2.1