forked from cloud-custodian/cloud-custodian
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cloud-custodian#40 - initial cut at elb tagmap
- Loading branch information
Jeff Storey
committed
May 3, 2016
1 parent
d0311bc
commit 577179e
Showing
4 changed files
with
159 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 63 additions & 0 deletions
63
.../data/placebo/test_healthcheck_protocol_mismatch/elasticloadbalancing.DescribeTags_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"status_code": 200, | ||
"data": { | ||
"ResponseMetadata": { | ||
"HTTPStatusCode": 200, | ||
"RequestId": "00000000-0000-0000-0000-000000000000" | ||
}, | ||
"TagDescriptions": [ | ||
{ | ||
"Tags": [ | ||
{ | ||
"Value": "value1", | ||
"Key": "tag1" | ||
}, | ||
{ | ||
"Value": "value2", | ||
"Key": "tag2" | ||
} | ||
], | ||
"LoadBalancerName": "test-elb-protocol-mismatch" | ||
}, | ||
{ | ||
"Tags": [ | ||
{ | ||
"Value": "value1", | ||
"Key": "tag1" | ||
}, | ||
{ | ||
"Value": "value2", | ||
"Key": "tag2" | ||
} | ||
], | ||
"LoadBalancerName": "test-elb-protocol-matches" | ||
}, | ||
{ | ||
"Tags": [ | ||
{ | ||
"Value": "value1", | ||
"Key": "tag1" | ||
}, | ||
{ | ||
"Value": "value2", | ||
"Key": "tag2" | ||
} | ||
], | ||
"LoadBalancerName": "test-elb-no-listeners" | ||
}, | ||
{ | ||
"Tags": [ | ||
{ | ||
"Value": "value1", | ||
"Key": "tag1" | ||
}, | ||
{ | ||
"Value": "value2", | ||
"Key": "tag2" | ||
} | ||
], | ||
"LoadBalancerName": "test-elb-multiple-listeners" | ||
} | ||
] | ||
} | ||
} |
37 changes: 37 additions & 0 deletions
37
tests/data/placebo/test_ssl_ciphers/elasticloadbalancing.DescribeTags_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"status_code": 200, | ||
"data": { | ||
"ResponseMetadata": { | ||
"HTTPStatusCode": 200, | ||
"RequestId": "00000000-0000-0000-0000-000000000000" | ||
}, | ||
"TagDescriptions": [ | ||
{ | ||
"Tags": [ | ||
{ | ||
"Value": "value1", | ||
"Key": "tag1" | ||
}, | ||
{ | ||
"Value": "value2", | ||
"Key": "tag2" | ||
} | ||
], | ||
"LoadBalancerName": "test-elb-valid-policy" | ||
}, | ||
{ | ||
"Tags": [ | ||
{ | ||
"Value": "value1", | ||
"Key": "tag1" | ||
}, | ||
{ | ||
"Value": "value2", | ||
"Key": "tag2" | ||
} | ||
], | ||
"LoadBalancerName": "test-elb-invalid-policy" | ||
} | ||
] | ||
} | ||
} |