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 Jul 12, 2024
1 parent 81d9e23 commit b955812
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions generator/ServiceModels/dynamodb/dynamodb-2011-12-05.smoke2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 2,
"testCases": [
{
"id": "ListTablesSuccess",
"operationName": "ListTables",
"input": {
"Limit": 1
},
"expectation": {
"success": {}
},
"config": {
"region": "us-west-2"
}
}
]
}
18 changes: 18 additions & 0 deletions generator/ServiceModels/dynamodb/dynamodb-2012-08-10.smoke2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 2,
"testCases": [
{
"id": "ListTablesSuccess",
"operationName": "ListTables",
"input": {
"Limit": 1
},
"expectation": {
"success": {}
},
"config": {
"region": "us-west-2"
}
}
]
}

0 comments on commit b955812

Please sign in to comment.