Removed deprecated postgres test

Change-Id: I07fb6f7f668a4ea0c04a149c8f8cb94e739468d8
Implements: blueprint modern-chef
This commit is contained in:
Samuel Cassiba 2018-02-07 07:41:38 -08:00
parent d407581474
commit 23884c6b52
1 changed files with 0 additions and 5 deletions

View File

@ -37,11 +37,6 @@ describe 'openstack-identity::server-apache' do
expect(chef_run).to upgrade_package('identity cookbook package python-mysqldb')
end
it 'upgrades postgresql python packages if explicitly told' do
node.set['openstack']['db']['identity']['service_type'] = 'postgresql'
expect(chef_run).to upgrade_package('identity cookbook package python-psycopg2')
end
it 'upgrades memcache python packages' do
expect(chef_run).to upgrade_package('identity cookbook package python-memcache')
end