Tests back to kopf + checks to fix java cert issues

This commit is contained in:
Dale McDiarmid 2017-01-05 14:34:47 +00:00
parent cad6a590f9
commit 5fb4350a63
6 changed files with 18 additions and 9 deletions

View file

@ -120,12 +120,12 @@ shared_examples 'xpack::init' do |es_version|
its(:exit_status) { should eq 0 }
end
describe file('/usr/share/elasticsearch/plugins/mapper-murmur3') do
describe file('/usr/share/elasticsearch/plugins/kopf') do
it { should be_directory }
it { should be_owned_by 'elasticsearch' }
end
describe command('curl -s localhost:9200/_nodes/plugins?pretty=true -u es_admin:changeMe | grep mapper-murmur3') do
describe command('curl -s localhost:9200/_nodes/plugins?pretty=true -u es_admin:changeMe | grep kopf') do
its(:exit_status) { should eq 0 }
end