mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+2374
-52
File diff suppressed because it is too large
Load Diff
+1534
-286
File diff suppressed because one or more lines are too long
+20
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-west-2",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "DescribeRegions",
|
||||
"input": {},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "DescribeInstances",
|
||||
"input": {
|
||||
"InstanceIds": [
|
||||
"i-12345678"
|
||||
]
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
||||
+6
@@ -390,6 +390,12 @@
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "fulfilled"
|
||||
},
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "request-canceled-and-instance-running"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
|
||||
Reference in New Issue
Block a user