Update tests to work with dynamic es_versions
This commit is contained in:
parent
92244a7a71
commit
94b059080b
23 changed files with 127 additions and 65 deletions
|
|
@ -1,5 +1,7 @@
|
|||
require 'xpack_spec'
|
||||
require 'json'
|
||||
vars = JSON.parse(File.read('/tmp/vars.json'))
|
||||
|
||||
describe 'Xpack Tests v 5.x' do
|
||||
include_examples 'xpack::init', "5.5.1", ["ingest-attachment"]
|
||||
describe 'Xpack Tests' do
|
||||
include_examples 'xpack::init', vars
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue