Skip to content

Commit f91623e

Browse files
author
AWS
committed
AWS Direct Connect Update: Remove incorrect endpoint tests
1 parent 8246170 commit f91623e

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 Direct Connect",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -520,17 +520,6 @@
520520
"UseDualStack": false
521521
}
522522
},
523-
{
524-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
525-
"expect": {
526-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
527-
},
528-
"params": {
529-
"Region": "us-iso-east-1",
530-
"UseFIPS": true,
531-
"UseDualStack": true
532-
}
533-
},
534523
{
535524
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
536525
"expect": {
@@ -544,17 +533,6 @@
544533
"UseDualStack": false
545534
}
546535
},
547-
{
548-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
549-
"expect": {
550-
"error": "DualStack is enabled but this partition does not support DualStack"
551-
},
552-
"params": {
553-
"Region": "us-iso-east-1",
554-
"UseFIPS": false,
555-
"UseDualStack": true
556-
}
557-
},
558536
{
559537
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
560538
"expect": {
@@ -568,17 +546,6 @@
568546
"UseDualStack": false
569547
}
570548
},
571-
{
572-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
573-
"expect": {
574-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
575-
},
576-
"params": {
577-
"Region": "us-isob-east-1",
578-
"UseFIPS": true,
579-
"UseDualStack": true
580-
}
581-
},
582549
{
583550
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
584551
"expect": {
@@ -592,17 +559,6 @@
592559
"UseDualStack": false
593560
}
594561
},
595-
{
596-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
597-
"expect": {
598-
"error": "DualStack is enabled but this partition does not support DualStack"
599-
},
600-
"params": {
601-
"Region": "us-isob-east-1",
602-
"UseFIPS": false,
603-
"UseDualStack": true
604-
}
605-
},
606562
{
607563
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
608564
"expect": {

0 commit comments

Comments
 (0)