Skip to content

Commit 02750e4

Browse files
author
AWS
committed
AWS Database Migration Service Update: Remove incorrect endpoint tests
1 parent 77d9db3 commit 02750e4

File tree

2 files changed

+6
-44
lines changed

2 files changed

+6
-44
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Database Migration Service",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/databasemigration/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -559,28 +559,6 @@
559559
"UseDualStack": false
560560
}
561561
},
562-
{
563-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
564-
"expect": {
565-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
566-
},
567-
"params": {
568-
"Region": "us-iso-east-1",
569-
"UseFIPS": true,
570-
"UseDualStack": true
571-
}
572-
},
573-
{
574-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
575-
"expect": {
576-
"error": "DualStack is enabled but this partition does not support DualStack"
577-
},
578-
"params": {
579-
"Region": "us-iso-east-1",
580-
"UseFIPS": false,
581-
"UseDualStack": true
582-
}
583-
},
584562
{
585563
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
586564
"expect": {
@@ -607,28 +585,6 @@
607585
"UseDualStack": false
608586
}
609587
},
610-
{
611-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
612-
"expect": {
613-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
614-
},
615-
"params": {
616-
"Region": "us-isob-east-1",
617-
"UseFIPS": true,
618-
"UseDualStack": true
619-
}
620-
},
621-
{
622-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
623-
"expect": {
624-
"error": "DualStack is enabled but this partition does not support DualStack"
625-
},
626-
"params": {
627-
"Region": "us-isob-east-1",
628-
"UseFIPS": false,
629-
"UseDualStack": true
630-
}
631-
},
632588
{
633589
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
634590
"expect": {

0 commit comments

Comments
 (0)