Skip to content

Commit 0525cc3

Browse files
Update Parity Coverage Docs (#1291)
1 parent 4794f93 commit 0525cc3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+24527
-22046
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "DMS (Database Migration Service)"
3+
linkTitle: "dms"
4+
description: >
5+
Implementation details for API dms
6+
hide_readingtime: true
7+
---
8+
9+
## Coverage Overview
10+
{{< localstack_coverage_table service="dms" >}}
11+
12+
## Testing Details
13+
{{< localstack_coverage_details service="dms" >}}

data/coverage/acm.json

+50
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,26 @@
259259
}
260260
],
261261
"ls_pro": [
262+
{
263+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_domain_dns_resolution",
264+
"test": "test_custom_domain_dns_resolution",
265+
"response": "200",
266+
"error": "",
267+
"snapshot_skipped": "",
268+
"aws_validated": false,
269+
"snapshot_tested": false,
270+
"origin": "external"
271+
},
272+
{
273+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_domain_names",
274+
"test": "test_create_domain_names",
275+
"response": "200",
276+
"error": "",
277+
"snapshot_skipped": "['$..DomainNameConfigurations..ApiGatewayDomainName', '$..DomainNameConfigurations..CertificateArn', '$..DomainNameConfigurations..HostedZoneId']",
278+
"aws_validated": true,
279+
"snapshot_tested": true,
280+
"origin": "external"
281+
},
262282
{
263283
"node_id": "LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_associate_api",
264284
"test": "test_associate_api",
@@ -401,6 +421,36 @@
401421
"ImportCertificate": {
402422
"Certificate, CertificateChain, PrivateKey": {
403423
"ls_pro": [
424+
{
425+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_domain_dns_resolution",
426+
"test": "test_custom_domain_dns_resolution",
427+
"response": "200",
428+
"error": "",
429+
"snapshot_skipped": "",
430+
"aws_validated": false,
431+
"snapshot_tested": false,
432+
"origin": "external"
433+
},
434+
{
435+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_delete_domain_name_deletes_mapping",
436+
"test": "test_delete_domain_name_deletes_mapping",
437+
"response": "200",
438+
"error": "",
439+
"snapshot_skipped": "['$..ResponseMetadata.HTTPStatusCode']",
440+
"aws_validated": true,
441+
"snapshot_tested": true,
442+
"origin": "external"
443+
},
444+
{
445+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_domain_names",
446+
"test": "test_create_domain_names",
447+
"response": "200",
448+
"error": "",
449+
"snapshot_skipped": "['$..DomainNameConfigurations..ApiGatewayDomainName', '$..DomainNameConfigurations..CertificateArn', '$..DomainNameConfigurations..HostedZoneId']",
450+
"aws_validated": true,
451+
"snapshot_tested": true,
452+
"origin": "external"
453+
},
404454
{
405455
"node_id": "LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_cloudflare_alias_with_s3_backend",
406456
"test": "test_cloudflare_alias_with_s3_backend",

0 commit comments

Comments
 (0)