Moving to testing murmur3 for plugins as stable download

This commit is contained in:
Dale McDiarmid 2017-01-05 12:15:59 +00:00
parent b3e242fed9
commit b82f1bdce5
13 changed files with 7 additions and 43 deletions

View file

@ -1,2 +0,0 @@
---
- host: test-kitchen

View file

@ -1,6 +0,0 @@
require 'config_spec'
describe 'Config Tests v 1.x' do
include_examples 'config::init', "1.7.3"
end

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/kopf') do
describe file('/usr/share/elasticsearch/plugins/mapper-murmur3') 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 kopf') do
describe command('curl -s localhost:9200/_nodes/plugins?pretty=true -u es_admin:changeMe | grep mapper-murmur3') do
its(:exit_status) { should eq 0 }
end

View file

@ -1,2 +0,0 @@
---
- host: test-kitchen

View file

@ -1,6 +0,0 @@
require 'multi_spec'
describe 'Multi Tests v 1.x' do
include_examples 'multi::init', "1.7.3", ["kopf","marvel"]
end

View file

@ -2,7 +2,7 @@ require 'multi_spec'
describe 'Multi Tests v 2.x' do
include_examples 'multi::init', "2.3.4", ["kopf"]
include_examples 'multi::init', "2.3.4", ["mapper-murmur3"]
end

View file

@ -1,2 +0,0 @@
---
- host: test-kitchen

View file

@ -1,5 +0,0 @@
require 'package_spec'
describe 'Package Tests v 1.x' do
include_examples 'package::init', "1.7.3", ["kopf","marvel"]
end

View file

@ -2,5 +2,5 @@ require 'package_spec'
describe 'Package Tests v 2.x' do
include_examples 'package::init', "2.3.4", ["kopf"]
include_examples 'package::init', "2.3.4", ["mapper-murmur3"]
end

View file

@ -1,8 +0,0 @@
require 'standard_spec'
describe 'Standard Tests v 1.x' do
include_examples 'standard::init', "1.7.3"
end

View file

@ -1,2 +0,0 @@
---
- host: test-kitchen

View file

@ -10,8 +10,7 @@
es_enable_xpack: true
es_xpack_license: "{{ lookup('file', '/tmp/license.json') }}"
es_plugins:
- plugin: lmenezes/elasticsearch-kopf
version: master
- plugin: mapper-murmur3
es_xpack_features:
- shield
- watcher