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 May 10, 2024
1 parent d7afeeb commit 9a3f7d8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"endpointPrefix":"discovery",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceFullName":"AWS Application Discovery Service",
"serviceId":"Application Discovery Service",
"signatureVersion":"v4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"endpointPrefix":"discovery",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceFullName":"AWS Application Discovery Service",
"serviceId":"Application Discovery Service",
"signatureVersion":"v4",
Expand Down
16 changes: 16 additions & 0 deletions generator/ServiceModels/discovery/discovery-2015-11-01.smoke2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"testCases": [
{
"id": "DescribeAgentsSuccess",
"operationName": "DescribeAgents",
"input": {},
"expectation": {
"success": {}
},
"config": {
"region": "us-west-2"
}
}
]
}

0 comments on commit 9a3f7d8

Please sign in to comment.