Skip to content

Commit

Permalink
testing: stop chef test from running on openstack (#1102)
Browse files Browse the repository at this point in the history
Chef tests attempt to reach out to test URLs, which will get blocked by
our on our openstack installs.
  • Loading branch information
TheRealFalcon authored Nov 9, 2021
1 parent 820e3d1 commit 6421a20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/integration_tests/bugs/test_gh868.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@


@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')
Expand Down

0 comments on commit 6421a20

Please sign in to comment.