Skip to content

Commit 6ddd5a8

Browse files
authored
Merge pull request #8 from ChuyangDeng/master
change: update instance type region availability
2 parents 05dd515 + 4f3455c commit 6ddd5a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
dir_path = os.path.dirname(os.path.realpath(__file__))
3939

4040
NO_P2_REGIONS = ['ap-east-1', 'ap-northeast-3', 'ap-southeast-2', 'ca-central-1', 'eu-central-1', 'eu-north-1',
41-
'eu-west-2', 'eu-west-3', 'us-west-1', 'sa-east-1']
41+
'eu-west-2', 'eu-west-3', 'us-west-1', 'sa-east-1', 'me-south-1']
4242
NO_P3_REGIONS = ['ap-east-1', 'ap-northeast-3', 'ap-southeast-1', 'ap-southeast-2', 'ap-south-1', 'ca-central-1',
43-
'eu-central-1', 'eu-north-1', 'eu-west-2', 'eu-west-3', 'sa-east-1', 'us-west-1']
43+
'eu-central-1', 'eu-north-1', 'eu-west-2', 'eu-west-3', 'sa-east-1', 'us-west-1', 'me-south-1']
4444

4545

4646
def pytest_addoption(parser):

0 commit comments

Comments
 (0)