Merge "CentOS 9: Disable unit tests dependent on puppet-postgresql"

This commit is contained in:
Zuul
2022-02-18 04:40:58 +00:00
committed by Gerrit Code Review

View File

@@ -39,7 +39,10 @@ describe 'keystone::db::postgresql' do
}))
end
it_behaves_like 'keystone::db::postgresql'
# TODO(tkajinam): Remove this once puppet-postgresql supports CentOS 9
unless facts[:osfamily] == 'RedHat' and facts[:operatingsystemmajrelease].to_i >= 9
it_behaves_like 'keystone::db::postgresql'
end
end
end
end