~hopem/charms/trusty/nova-compute/lp1518975

« back to all changes in this revision

Viewing changes to unit_tests/test_actions_openstack_upgrade.py

  • Committer: James Page
  • Date: 2015-10-30 05:49:18 UTC
  • mto: This revision was merged to the branch mainline in revision 179.
  • Revision ID: james.page@ubuntu.com-20151030054918-jhtetwn9b8we7m8m
Add tox support

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    @patch('charmhelpers.contrib.openstack.utils.git_install_requested')  # noqa
50
50
    @patch('charmhelpers.contrib.openstack.utils.openstack_upgrade_available')  # noqa
51
51
    @patch('charmhelpers.contrib.openstack.utils.juju_log')
52
 
    def test_openstack_upgrade_false(self,  log, upgrade_avail, git_requested,
 
52
    def test_openstack_upgrade_false(self, log, upgrade_avail, git_requested,
53
53
                                     action_set, config):
54
54
 
55
55
        git_requested.return_value = False