juju / amulet

Testing harness and tools for Juju Charms
Other
17 stars 33 forks source link

Explicitly pass series through to deployer for each charm #138

Closed tvansteenburgh closed 8 years ago

tvansteenburgh commented 8 years ago

Otherwise deployer may try to infer a default series from the charm metadata, which may result in a different series than the one specified in the test.

Fixes #137.

Also fixed up functional tests to not hardcode unit number expectations.

marcoceppi commented 8 years ago

LGTM :boat: