Skip to content

Commit d4ac663

Browse files
authored
Remove smoketests for de-emphasized services (#9528)
1 parent 0fb5ecf commit d4ac663

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/integration/botocore/test_smoke.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
'cloudformation': {'DescribeStacks': {}, 'ListStacks': {}},
4242
'cloudfront': {'ListDistributions': {}, 'ListStreamingDistributions': {}},
4343
'cloudhsmv2': {'DescribeBackups': {}},
44-
'cloudsearch': {'DescribeDomains': {}, 'ListDomainNames': {}},
4544
'cloudtrail': {'DescribeTrails': {}},
4645
'cloudwatch': {'ListMetrics': {}},
4746
'codecommit': {'ListRepositories': {}},
@@ -74,13 +73,11 @@
7473
# importexport tests are not run.
7574
#'importexport': {'ListJobs': {}},
7675
'importexport': {},
77-
'inspector': {'DescribeCrossAccountAccessRole': {}},
7876
'iot': {'DescribeEndpoint': {}},
7977
'kinesis': {'ListStreams': {}},
8078
'kms': {'ListKeys': {}},
8179
'lambda': {'ListFunctions': {}},
8280
'logs': {'DescribeLogGroups': {}},
83-
# 'opsworks': {'DescribeStacks': {}},
8481
'rds': {'DescribeDBInstances': {}},
8582
'redshift': {'DescribeClusters': {}},
8683
'route53': {'ListHostedZones': {}},
@@ -132,7 +129,6 @@
132129
},
133130
'cloudfront': {'GetDistribution': {'Id': 'fake-id'}},
134131
'cloudhsmv2': {'ListTags': {'ResourceId': 'fake-id'}},
135-
'cloudsearch': {'DescribeIndexFields': {'DomainName': 'fakedomain'}},
136132
'cloudtrail': {'DeleteTrail': {'Name': 'fake-trail'}},
137133
'cloudwatch': {
138134
'SetAlarmState': {
@@ -175,7 +171,6 @@
175171
'kinesis': {'DescribeStream': {'StreamName': 'fake'}},
176172
'kms': {'GetKeyPolicy': {'KeyId': 'fake', 'PolicyName': 'fake'}},
177173
'lambda': {'Invoke': {'FunctionName': 'fake'}},
178-
# 'opsworks': {'DescribeLayers': {'StackId': 'fake'}},
179174
'rds': {'DescribeDBInstances': {'DBInstanceIdentifier': 'fake'}},
180175
'redshift': {'DescribeClusters': {'ClusterIdentifier': 'fake'}},
181176
'route53': {'GetHostedZone': {'Id': 'fake'}},
@@ -209,7 +204,6 @@
209204
REGION_OVERRIDES = {
210205
'devicefarm': 'us-west-2',
211206
'efs': 'us-west-2',
212-
'inspector': 'us-west-2',
213207
}
214208
MAX_RETRIES = 8
215209
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)