Skip to content

Commit d2a3d08

Browse files
author
AWS
committed
AWS OpsWorks CM Update: Remove incorrect endpoint tests
1 parent 8b636aa commit d2a3d08

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

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -260,17 +260,6 @@
260260
"UseDualStack": false
261261
}
262262
},
263-
{
264-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
265-
"expect": {
266-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
267-
},
268-
"params": {
269-
"Region": "us-iso-east-1",
270-
"UseFIPS": true,
271-
"UseDualStack": true
272-
}
273-
},
274263
{
275264
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
276265
"expect": {
@@ -284,17 +273,6 @@
284273
"UseDualStack": false
285274
}
286275
},
287-
{
288-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
289-
"expect": {
290-
"error": "DualStack is enabled but this partition does not support DualStack"
291-
},
292-
"params": {
293-
"Region": "us-iso-east-1",
294-
"UseFIPS": false,
295-
"UseDualStack": true
296-
}
297-
},
298276
{
299277
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
300278
"expect": {
@@ -308,17 +286,6 @@
308286
"UseDualStack": false
309287
}
310288
},
311-
{
312-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
313-
"expect": {
314-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
315-
},
316-
"params": {
317-
"Region": "us-isob-east-1",
318-
"UseFIPS": true,
319-
"UseDualStack": true
320-
}
321-
},
322289
{
323290
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
324291
"expect": {
@@ -332,17 +299,6 @@
332299
"UseDualStack": false
333300
}
334301
},
335-
{
336-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
337-
"expect": {
338-
"error": "DualStack is enabled but this partition does not support DualStack"
339-
},
340-
"params": {
341-
"Region": "us-isob-east-1",
342-
"UseFIPS": false,
343-
"UseDualStack": true
344-
}
345-
},
346302
{
347303
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
348304
"expect": {

0 commit comments

Comments
 (0)