summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-11-02 13:40:10 -0500
committerGitHub <noreply@github.com>2020-11-02 13:40:10 -0500
commitd619f5171ac0ce5b626ef4575ad5f4468e94c987 (patch)
treecee3196d3aa0c058a09f60a09ea0899d90b673bd /tox.ini
parent2ea3121fece7dcdb0d5c424cb6fc597699c0e895 (diff)
downloadcloud-init-git-d619f5171ac0ce5b626ef4575ad5f4468e94c987.tar.gz
integration_tests: various launch improvements (#638)
* integration_tests: fix passing launch_kwargs to session_cloud.launch * integration_tests: log the launch_kwargs before launching instances * integration_tests: add support for specifying instance name for tests Co-authored-by: Rick Harding <rharding@mitechie.com>
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 a8681197..816e6e8e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -158,3 +158,4 @@ markers =
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
+ instance_name: the name to be used for the test instance