Skip to content

Commit

Permalink
[Isolated Regions] [Test] Remove test case 'test_cluster_in_private_s…
Browse files Browse the repository at this point in the history
…ubnet'

from isolated regions config because it has been considered out of scope
given the air-gaped nature of these regions.

Signed-off-by: Giacomo Marciani <[email protected]>
  • Loading branch information
gmarciani committed Mar 17, 2023
1 parent e816bfb commit c9f7554
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions tests/integration-tests/configs/isolated_regions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,14 @@ test-suites:
# oss: {{ OSS }}
# schedulers: {{ SCHEDULERS }}
networking:
test_cluster_networking.py::test_cluster_in_private_subnet:
dimensions:
- regions: {{ REGIONS }}
instances: {{ INSTANCES }}
oss: {{ OSS }}
schedulers: {{ SCHEDULERS }}
# This test is considered out of scope for isolated regions
# We will evaluate to re-include it after release 3.5.1
# test_cluster_networking.py::test_cluster_in_private_subnet:
# dimensions:
# - regions: {{ REGIONS }}
# instances: {{ INSTANCES }}
# oss: {{ OSS }}
# schedulers: {{ SCHEDULERS }}
test_cluster_networking.py::test_existing_eip:
dimensions:
- regions: {{ REGIONS }}
Expand Down

0 comments on commit c9f7554

Please sign in to comment.