Skip to content

Commit d1aa15e

Browse files
Update Parity Coverage Docs (#327)
Co-authored-by: LocalStack Bot <[email protected]>
1 parent eca3c65 commit d1aa15e

Some content is hidden

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

41 files changed

+9424
-2404
lines changed

src/data/coverage/acm-pca.json

Lines changed: 137 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"external_test_suite": true,
1111
"terraform_test_suite": true,
1212
"aws_validated": true,
13-
"snapshot_tested": false,
13+
"snapshot_tested": true,
1414
"snapshot_skipped": "",
1515
"k8s_test_suite": true
1616
}
@@ -49,7 +49,7 @@
4949
"external_test_suite": true,
5050
"terraform_test_suite": true,
5151
"aws_validated": true,
52-
"snapshot_tested": false,
52+
"snapshot_tested": true,
5353
"snapshot_skipped": "",
5454
"k8s_test_suite": true
5555
}
@@ -88,7 +88,7 @@
8888
"external_test_suite": true,
8989
"terraform_test_suite": true,
9090
"aws_validated": true,
91-
"snapshot_tested": false,
91+
"snapshot_tested": true,
9292
"snapshot_skipped": "",
9393
"k8s_test_suite": true
9494
}
@@ -110,13 +110,13 @@
110110
"GetCertificate": {
111111
"implemented": true,
112112
"availability": "pro",
113-
"internal_test_suite": false,
113+
"internal_test_suite": true,
114114
"external_test_suite": true,
115115
"terraform_test_suite": true,
116-
"aws_validated": false,
117-
"snapshot_tested": false,
116+
"aws_validated": true,
117+
"snapshot_tested": true,
118118
"snapshot_skipped": "",
119-
"k8s_test_suite": false
119+
"k8s_test_suite": true
120120
}
121121
},
122122
{
@@ -136,13 +136,13 @@
136136
"GetCertificateAuthorityCsr": {
137137
"implemented": true,
138138
"availability": "pro",
139-
"internal_test_suite": false,
139+
"internal_test_suite": true,
140140
"external_test_suite": true,
141141
"terraform_test_suite": true,
142-
"aws_validated": false,
143-
"snapshot_tested": false,
142+
"aws_validated": true,
143+
"snapshot_tested": true,
144144
"snapshot_skipped": "",
145-
"k8s_test_suite": false
145+
"k8s_test_suite": true
146146
}
147147
},
148148
{
@@ -162,26 +162,26 @@
162162
"ImportCertificateAuthorityCertificate": {
163163
"implemented": true,
164164
"availability": "pro",
165-
"internal_test_suite": false,
165+
"internal_test_suite": true,
166166
"external_test_suite": true,
167167
"terraform_test_suite": true,
168-
"aws_validated": false,
169-
"snapshot_tested": false,
168+
"aws_validated": true,
169+
"snapshot_tested": true,
170170
"snapshot_skipped": "",
171-
"k8s_test_suite": false
171+
"k8s_test_suite": true
172172
}
173173
},
174174
{
175175
"IssueCertificate": {
176176
"implemented": true,
177177
"availability": "pro",
178-
"internal_test_suite": false,
178+
"internal_test_suite": true,
179179
"external_test_suite": true,
180180
"terraform_test_suite": true,
181-
"aws_validated": false,
182-
"snapshot_tested": false,
181+
"aws_validated": true,
182+
"snapshot_tested": true,
183183
"snapshot_skipped": "",
184-
"k8s_test_suite": false
184+
"k8s_test_suite": true
185185
}
186186
},
187187
{
@@ -292,18 +292,32 @@
292292
"UpdateCertificateAuthority": {
293293
"implemented": true,
294294
"availability": "pro",
295-
"internal_test_suite": false,
295+
"internal_test_suite": true,
296296
"external_test_suite": true,
297297
"terraform_test_suite": true,
298-
"aws_validated": false,
299-
"snapshot_tested": false,
298+
"aws_validated": true,
299+
"snapshot_tested": true,
300300
"snapshot_skipped": "",
301-
"k8s_test_suite": false
301+
"k8s_test_suite": true
302302
}
303303
}
304304
],
305305
"details": {
306306
"CreateCertificateAuthority": {
307+
"CertificateAuthorityConfiguration, CertificateAuthorityType": {
308+
"ls_pro": [
309+
{
310+
"node_id": "LocalStack Pro: tests/aws/services/acm_pca/test_acmpca.py::TestACMPCA::test_create_certificate",
311+
"test": "test_create_certificate",
312+
"response": "200",
313+
"error": "",
314+
"snapshot_skipped": "",
315+
"aws_validated": true,
316+
"snapshot_tested": true,
317+
"origin": "external"
318+
}
319+
]
320+
},
307321
"CertificateAuthorityConfiguration, CertificateAuthorityType, RevocationConfiguration, Tags": {
308322
"ls_pro": [
309323
{
@@ -322,6 +336,16 @@
322336
"DeleteCertificateAuthority": {
323337
"CertificateAuthorityArn": {
324338
"ls_pro": [
339+
{
340+
"node_id": "LocalStack Pro: tests/aws/services/acm_pca/test_acmpca.py::TestACMPCA::test_create_certificate",
341+
"test": "test_create_certificate",
342+
"response": "200",
343+
"error": "",
344+
"snapshot_skipped": "",
345+
"aws_validated": true,
346+
"snapshot_tested": true,
347+
"origin": "external"
348+
},
325349
{
326350
"node_id": "LocalStack Pro: tests/aws/services/acm_pca/test_acmpca.py::TestACMPCA::test_create_describe_tag_ca",
327351
"test": "test_create_describe_tag_ca",
@@ -338,6 +362,16 @@
338362
"DescribeCertificateAuthority": {
339363
"CertificateAuthorityArn": {
340364
"ls_pro": [
365+
{
366+
"node_id": "LocalStack Pro: tests/aws/services/acm_pca/test_acmpca.py::TestACMPCA::test_create_certificate",
367+
"test": "test_create_certificate",
368+
"response": "200",
369+
"error": "",
370+
"snapshot_skipped": "",
371+
"aws_validated": true,
372+
"snapshot_tested": true,
373+
"origin": "external"
374+
},
341375
{
342376
"node_id": "LocalStack Pro: tests/aws/services/acm_pca/test_acmpca.py::TestACMPCA::test_create_describe_tag_ca",
343377
"test": "test_create_describe_tag_ca",
@@ -351,6 +385,70 @@
351385
]
352386
}
353387
},
388+
"GetCertificate": {
389+
"CertificateArn, CertificateAuthorityArn": {
390+
"ls_pro": [
391+
{
392+
"node_id": "LocalStack Pro: tests/aws/services/acm_pca/test_acmpca.py::TestACMPCA::test_create_certificate",
393+
"test": "test_create_certificate",
394+
"response": "200",
395+
"error": "",
396+
"snapshot_skipped": "",
397+
"aws_validated": true,
398+
"snapshot_tested": true,
399+
"origin": "external"
400+
}
401+
]
402+
}
403+
},
404+
"GetCertificateAuthorityCsr": {
405+
"CertificateAuthorityArn": {
406+
"ls_pro": [
407+
{
408+
"node_id": "LocalStack Pro: tests/aws/services/acm_pca/test_acmpca.py::TestACMPCA::test_create_certificate",
409+
"test": "test_create_certificate",
410+
"response": "200",
411+
"error": "",
412+
"snapshot_skipped": "",
413+
"aws_validated": true,
414+
"snapshot_tested": true,
415+
"origin": "external"
416+
}
417+
]
418+
}
419+
},
420+
"ImportCertificateAuthorityCertificate": {
421+
"Certificate, CertificateAuthorityArn": {
422+
"ls_pro": [
423+
{
424+
"node_id": "LocalStack Pro: tests/aws/services/acm_pca/test_acmpca.py::TestACMPCA::test_create_certificate",
425+
"test": "test_create_certificate",
426+
"response": "200",
427+
"error": "",
428+
"snapshot_skipped": "",
429+
"aws_validated": true,
430+
"snapshot_tested": true,
431+
"origin": "external"
432+
}
433+
]
434+
}
435+
},
436+
"IssueCertificate": {
437+
"CertificateAuthorityArn, Csr, SigningAlgorithm, TemplateArn, Validity": {
438+
"ls_pro": [
439+
{
440+
"node_id": "LocalStack Pro: tests/aws/services/acm_pca/test_acmpca.py::TestACMPCA::test_create_certificate",
441+
"test": "test_create_certificate",
442+
"response": "200",
443+
"error": "",
444+
"snapshot_skipped": "",
445+
"aws_validated": true,
446+
"snapshot_tested": true,
447+
"origin": "external"
448+
}
449+
]
450+
}
451+
},
354452
"ListTags": {
355453
"CertificateAuthorityArn": {
356454
"ls_pro": [
@@ -382,6 +480,22 @@
382480
}
383481
]
384482
}
483+
},
484+
"UpdateCertificateAuthority": {
485+
"CertificateAuthorityArn, Status": {
486+
"ls_pro": [
487+
{
488+
"node_id": "LocalStack Pro: tests/aws/services/acm_pca/test_acmpca.py::TestACMPCA::test_create_certificate",
489+
"test": "test_create_certificate",
490+
"response": "200",
491+
"error": "",
492+
"snapshot_skipped": "",
493+
"aws_validated": true,
494+
"snapshot_tested": true,
495+
"origin": "external"
496+
}
497+
]
498+
}
385499
}
386500
}
387501
}

src/data/coverage/acm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"availability": "community",
100100
"internal_test_suite": true,
101101
"external_test_suite": true,
102-
"terraform_test_suite": false,
102+
"terraform_test_suite": true,
103103
"aws_validated": true,
104104
"snapshot_tested": true,
105105
"snapshot_skipped": "",

0 commit comments

Comments
 (0)