summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBrett Holman <brett.holman@canonical.com>2023-01-03 09:08:23 -0700
committerGitHub <noreply@github.com>2023-01-03 09:08:23 -0700
commit0bcb8048a66959bcddd99f5959f69917b3bc5bc9 (patch)
treebab2bdd8d4d2b9cae982220338f7ebcec783b66b /tox.ini
parent7368071568f444b576b49ffe9ef83e3928c9e8bb (diff)
downloadcloud-init-git-0bcb8048a66959bcddd99f5959f69917b3bc5bc9.tar.gz
test: mock dns calls (#1922)
Add fixture to disallow dns lookups by default in a common utility function.
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 dd7973b7..3b668bc0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -318,3 +318,4 @@ markers =
ubuntu: this test should run on Ubuntu
unstable: skip this test because it is flakey
user_data: the user data to be passed to the test instance
+ allow_dns_lookup: disable autochecking for host network configuration