Skip to content

Commit

Permalink
[Integ-test] Add instances dimension to custom_resource tests in is…
Browse files Browse the repository at this point in the history
…olated_regions.yaml

The `instances` dimension is required after #5409

Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster authored and hanwen-pcluste committed Jun 29, 2023
1 parent b66b462 commit 7b90679
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/integration-tests/configs/isolated_regions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -562,31 +562,39 @@ test-suites:
dimensions:
- oss: {{ OSS }}
regions: {{ REGIONS }}
instances: {{ INSTANCES }}
test_cluster_custom_resource.py::test_cluster_create_invalid:
dimensions:
- oss: {{ OSS }}
regions: {{ REGIONS }}
instances: {{ INSTANCES }}
test_cluster_custom_resource.py::test_cluster_update:
dimensions:
- oss: {{ OSS }}
regions: {{ REGIONS }}
instances: {{ INSTANCES }}
test_cluster_custom_resource.py::test_cluster_update_invalid:
dimensions:
- oss: {{ OSS }}
regions: {{ REGIONS }}
instances: {{ INSTANCES }}
test_cluster_custom_resource.py::test_cluster_update_tag_propagation:
dimensions:
- oss: {{ OSS }}
regions: {{ REGIONS }}
instances: {{ INSTANCES }}
test_cluster_custom_resource.py::test_cluster_delete_out_of_band:
dimensions:
- oss: {{ OSS }}
regions: {{ REGIONS }}
instances: {{ INSTANCES }}
test_cluster_custom_resource.py::test_cluster_delete_retain:
dimensions:
- oss: {{ OSS }}
regions: {{ REGIONS }}
instances: {{ INSTANCES }}
test_cluster_custom_resource.py::test_cluster_create_with_custom_policies:
dimensions:
- oss: {{ OSS }}
regions: {{ REGIONS }}
instances: {{ INSTANCES }}

0 comments on commit 7b90679

Please sign in to comment.