Skip to content

Commit

Permalink
EMR: Updated test for describe-cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanasudhan authored and kyleknap committed Oct 16, 2014
1 parent 0b95ce7 commit 89e423b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/unit/customizations/emr/test_describe_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
}
}
list_instance_groups_result_mock = {
"ResponseMetadata": {
"RequestId": '12ec323c-50b1-11e4-b653-afa4228d882f'
},
"InstanceGroups": [
{
"RequestedInstanceCount": 1,
Expand Down Expand Up @@ -101,6 +104,9 @@
}

list_bootstrap_actions_result_mock = {
"ResponseMetadata": {
"RequestId": '12ec323c-50b1-11e4-b653-afa4228d882f'
},
"BootstrapActions": [
{
"Args": [],
Expand All @@ -111,6 +117,9 @@
}

list_instances_result_mock = {
"ResponseMetadata": {
"RequestId": '12ec323c-50b1-11e4-b653-afa4228d882f'
},
"Instances": [
{
"Status": {
Expand Down

0 comments on commit 89e423b

Please sign in to comment.