File tree Expand file tree Collapse file tree
tests/integration_tests/modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11from pathlib import Path
22
3+ import pytest
4+
35from tests .integration_tests .instances import IntegrationInstance
46from tests .integration_tests .util import ASSETS_DIR , verify_clean_log
57
@@ -38,6 +40,14 @@ def test_reboot_without_version_change(client: IntegrationInstance):
3840 ])
3941
4042
43+ @pytest .mark .ec2
44+ @pytest .mark .gce
45+ @pytest .mark .oci
46+ @pytest .mark .openstack
47+ @pytest .mark .lxd_container
48+ @pytest .mark .lxd_vm
49+ # No Azure because the cache gets purged every reboot, so we'll never
50+ # get to the point where we need to purge cache due to version change
4151def test_cache_purged_on_version_change (client : IntegrationInstance ):
4252 # Start by pushing the invalid pickle so we'll hit an error if the
4353 # cache didn't actually get purged
You can’t perform that action at this time.
0 commit comments