update unit test

This commit is contained in:
Ryan Beisner
2014-12-16 17:00:24 +00:00
parent 17b0d04878
commit de43d00ec7
2 changed files with 2 additions and 2 deletions

View File

@@ -78,10 +78,10 @@ BASE_PACKAGES = [
'python-keystoneclient',
'python-mysqldb',
'python-psycopg2',
'python-six',
'pwgen',
'unison',
'uuid',
'python-six',
]
BASE_SERVICES = [

View File

@@ -85,7 +85,7 @@ class KeystoneRelationTests(CharmTestCase):
self.apt_install.assert_called_with(
['haproxy', 'unison', 'python-keystoneclient',
'uuid', 'python-mysqldb', 'openssl', 'apache2',
'pwgen', 'keystone', 'python-psycopg2'], fatal=True)
'pwgen', 'python-six', 'keystone', 'python-psycopg2'], fatal=True)
self.assertTrue(self.execd_preinstall.called)
mod_ch_openstack_utils = 'charmhelpers.contrib.openstack.utils'