summaryrefslogtreecommitdiff
path: root/tests/integration_tests
diff options
context:
space:
mode:
authorJames Falcon <TheRealFalcon@users.noreply.github.com>2021-06-17 14:02:44 -0500
committerGitHub <noreply@github.com>2021-06-17 13:02:44 -0600
commitfbcb224bc12495ba200ab107246349d802c5d8e6 (patch)
tree7b3891f1a7ea7b9e77b8db74698be225573ee1de /tests/integration_tests
parent1243c5a1fc1f3546b40e48a2033a9abab546e40f (diff)
downloadvyos-cloud-init-fbcb224bc12495ba200ab107246349d802c5d8e6.tar.gz
vyos-cloud-init-fbcb224bc12495ba200ab107246349d802c5d8e6.zip
tests: Add 'adhoc' mark for integration tests (#925)
Also new jenkins tox definition
Diffstat (limited to 'tests/integration_tests')
-rw-r--r--tests/integration_tests/bugs/test_gh868.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration_tests/bugs/test_gh868.py b/tests/integration_tests/bugs/test_gh868.py
index 31052dcb..838efca6 100644
--- a/tests/integration_tests/bugs/test_gh868.py
+++ b/tests/integration_tests/bugs/test_gh868.py
@@ -13,6 +13,7 @@ chef:
"""
+@pytest.mark.adhoc # Can't be regularly reaching out to chef install script
@pytest.mark.user_data(USERDATA)
def test_chef_license(client: IntegrationInstance):
log = client.read_from_file('/var/log/cloud-init.log')