Skip to content

Commit

Permalink
Add v2 smoke tests and smithy smokeTests trait for SDK testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Jun 19, 2024
1 parent 090a52c commit 40693b7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 3 additions & 1 deletion generator/ServiceModels/cur/cur-2017-01-06.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"endpointPrefix":"cur",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceFullName":"AWS Cost and Usage Report Service",
"serviceId":"Cost and Usage Report Service",
"signatureVersion":"v4",
"signingName":"cur",
"targetPrefix":"AWSOrigamiServiceGatewayService",
"uid":"cur-2017-01-06"
"uid":"cur-2017-01-06",
"auth":["aws.auth#sigv4"]
},
"operations":{
"DeleteReportDefinition":{
Expand Down
4 changes: 3 additions & 1 deletion generator/ServiceModels/cur/cur-2017-01-06.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"endpointPrefix":"cur",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceFullName":"AWS Cost and Usage Report Service",
"serviceId":"Cost and Usage Report Service",
"signatureVersion":"v4",
"signingName":"cur",
"targetPrefix":"AWSOrigamiServiceGatewayService",
"uid":"cur-2017-01-06"
"uid":"cur-2017-01-06",
"auth":["aws.auth#sigv4"]
},
"operations":{
"DeleteReportDefinition":{
Expand Down
16 changes: 16 additions & 0 deletions generator/ServiceModels/cur/cur-2017-01-06.smoke2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"testCases": [
{
"id": "DescribeReportDefinitionsSuccess",
"operationName": "DescribeReportDefinitions",
"input": {},
"expectation": {
"success": {}
},
"config": {
"region": "us-east-1"
}
}
]
}

0 comments on commit 40693b7

Please sign in to comment.