diff options
| author | dann frazier <dannf@ubuntu.com> | 2014-10-31 13:06:20 -0600 |
|---|---|---|
| committer | dann frazier <dannf@ubuntu.com> | 2014-10-31 13:06:20 -0600 |
| commit | 7af412fb66e8dd0ad93e745b8da460887558e13d (patch) | |
| tree | 11bc7bc21a98509d39bc813cfe0688f3aea6cb67 /tests | |
| parent | 6b47a36c5127213e1f9be23108a4e3a56d3e6d84 (diff) | |
Test should use trusty series
amulet defaults to precise so to test the trusty charm, we need to explicitly ask for trusty.
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/200_deploy.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/200_deploy.test b/tests/200_deploy.test index c3c3182..e196176 100755 --- a/tests/200_deploy.test +++ b/tests/200_deploy.test @@ -13,7 +13,7 @@ seconds = 1400 ######################################################### # 3shard cluster configuration ######################################################### -d = amulet.Deployment() +d = amulet.Deployment(series='trusty') d.add('configsvr', charm='mongodb', units=scale) d.add('mongos', charm='mongodb', units=scale) |
