diff options
author | James Falcon <james.falcon@canonical.com> | 2021-11-09 08:15:38 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 08:15:38 -0600 |
commit | 6421a2026f05267f2112c52417d0c4b036aeaf40 (patch) | |
tree | 3d249dc2cf5a67224371de72fad676668e3d6f0d /tests | |
parent | 820e3d1c1c8869aa84757bcd49b8619c17a350b1 (diff) | |
download | vyos-cloud-init-6421a2026f05267f2112c52417d0c4b036aeaf40.tar.gz vyos-cloud-init-6421a2026f05267f2112c52417d0c4b036aeaf40.zip |
testing: stop chef test from running on openstack (#1102)
Chef tests attempt to reach out to test URLs, which will get blocked by
our on our openstack installs.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration_tests/bugs/test_gh868.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/integration_tests/bugs/test_gh868.py b/tests/integration_tests/bugs/test_gh868.py index 73c03451..1119d461 100644 --- a/tests/integration_tests/bugs/test_gh868.py +++ b/tests/integration_tests/bugs/test_gh868.py @@ -16,6 +16,12 @@ chef: @pytest.mark.adhoc # Can't be regularly reaching out to chef install script +@pytest.mark.ec2 +@pytest.mark.gce +@pytest.mark.azure +@pytest.mark.oci +@pytest.mark.lxd_container +@pytest.mark.lxd_vm @pytest.mark.user_data(USERDATA) def test_chef_license(client: IntegrationInstance): log = client.read_from_file('/var/log/cloud-init.log') |