Skip to content

Commit

Permalink
add smoke test for device-farm (#4009)
Browse files Browse the repository at this point in the history
  • Loading branch information
skotambkar committed Jul 15, 2021
1 parent 7d21aee commit 1c9ed27
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 18 additions & 0 deletions models/apis/devicefarm/2015-06-23/smoke.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"defaultRegion": "us-west-2",
"testCases": [
{
"operationName": "ListDevices",
"input": {},
"errorExpectedFromService": false
},
{
"operationName": "GetDevice",
"input": {
"arn": "arn:aws:devicefarm:us-west-2::device:000000000000000000000000fake-arn"
},
"errorExpectedFromService": true
}
]
}
2 changes: 0 additions & 2 deletions service/devicefarm/integ_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c9ed27

Please sign in to comment.