From 23884c6b52ab007af0ab36776a7dbd9bac4f8c4a Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Wed, 7 Feb 2018 07:41:38 -0800 Subject: [PATCH] Removed deprecated postgres test Change-Id: I07fb6f7f668a4ea0c04a149c8f8cb94e739468d8 Implements: blueprint modern-chef --- spec/server-apache_spec.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/server-apache_spec.rb b/spec/server-apache_spec.rb index b4c6fe0..494bcfe 100644 --- a/spec/server-apache_spec.rb +++ b/spec/server-apache_spec.rb @@ -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