update unit test
This commit is contained in:
parent
819d4ce331
commit
b218b7de0f
@ -78,10 +78,10 @@ BASE_PACKAGES = [
|
||||
'python-keystoneclient',
|
||||
'python-mysqldb',
|
||||
'python-psycopg2',
|
||||
'python-six',
|
||||
'pwgen',
|
||||
'unison',
|
||||
'uuid',
|
||||
'python-six',
|
||||
]
|
||||
|
||||
BASE_SERVICES = [
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user