diff options
author | James Falcon <TheRealFalcon@users.noreply.github.com> | 2020-11-23 12:12:52 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 13:12:52 -0500 |
commit | 8a493bf08d8b09d4f3a35dae725756d157844201 (patch) | |
tree | ac74240caa0206393ca875c997b7a9f23c262f90 /tox.ini | |
parent | e454dea5855019a5acdd6acafdef2ae07d069235 (diff) | |
download | vyos-cloud-init-8a493bf08d8b09d4f3a35dae725756d157844201.tar.gz vyos-cloud-init-8a493bf08d8b09d4f3a35dae725756d157844201.zip |
LXD VM support in integration tests (#678)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -167,6 +167,7 @@ markers = 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 + lxd_vm: test will only run in LXD VM no_container: test cannot run in a container user_data: the user data to be passed to the test instance instance_name: the name to be used for the test instance |