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 18, 2024
1 parent 8452aed commit a261bd6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"serviceId":"Lightsail",
"signatureVersion":"v4",
"targetPrefix":"Lightsail_20161128",
"uid":"lightsail-2016-11-28"
"uid":"lightsail-2016-11-28",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AllocateStaticIp":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"serviceId":"Lightsail",
"signatureVersion":"v4",
"targetPrefix":"Lightsail_20161128",
"uid":"lightsail-2016-11-28"
"uid":"lightsail-2016-11-28",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AllocateStaticIp":{
Expand Down
16 changes: 16 additions & 0 deletions generator/ServiceModels/lightsail/lightsail-2016-11-28.smoke2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"testCases": [
{
"id": "GetActiveNamesSuccess",
"operationName": "GetActiveNames",
"input": {},
"expectation": {
"success": {}
},
"config": {
"region": "us-west-2"
}
}
]
}

0 comments on commit a261bd6

Please sign in to comment.