summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Falcon <james.falcon@canonical.com>2023-01-30 09:05:29 -0600
committerGitHub <noreply@github.com>2023-01-30 08:05:29 -0700
commitcb9582ffe16b3334a0aead658348c572ca3ad991 (patch)
treef46077a3f747bce88c5ce3b9ec0a51d77a378226
parentcb1a1a0a1b2cecb7323afb41f54b4b81e00c4183 (diff)
downloadcloud-init-git-cb9582ffe16b3334a0aead658348c572ca3ad991.tar.gz
tests: Skip ansible test on bionic (#1984)
Bionic will no longer be supported by version in pip
-rw-r--r--tests/integration_tests/modules/test_ansible.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/integration_tests/modules/test_ansible.py b/tests/integration_tests/modules/test_ansible.py
index 587385d4..3d0f96cb 100644
--- a/tests/integration_tests/modules/test_ansible.py
+++ b/tests/integration_tests/modules/test_ansible.py
@@ -301,6 +301,9 @@ def test_ansible_pull_distro(client):
@pytest.mark.user_data(ANSIBLE_CONTROL)
@pytest.mark.lxd_vm
+# Not bionic because test uses pip install and version in pip is removing
+# support for python version in bionic
+@pytest.mark.not_bionic
def test_ansible_controller(client):
log = client.read_from_file("/var/log/cloud-init.log")
verify_clean_log(log)