~ajkavanagh/charms/trusty/memcached/add-spaces-support

« back to all changes in this revision

Viewing changes to tests/10_deploy_test.py

  • Committer: Jorge Niedbalski
  • Date: 2016-11-04 13:18:25 UTC
  • mfrom: (74.1.1 memcached.lp1636519)
  • Revision ID: jorge.niedbalski@canonical.com-20161104131825-jj3act8yzpq0ze2i
[freyes, r=niedbalski] Fixes LP: #1584485.

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
 
141
141
# Test if the relation is complete and data was exchanged properly.
142
142
 
143
 
memcached_unit = d.sentry.unit['memcached/0']
 
143
memcached_unit = d.sentry['memcached'][0]
144
144
# Get the relation from memcached to mediawiki.
145
145
relation = memcached_unit.relation('cache', 'mediawiki:cache')
146
146