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,6 +1,8 @@
|
|||
require 'spec_helper'
|
||||
require 'json'
|
||||
vars = JSON.parse(File.read('/tmp/vars.json'))
|
||||
|
||||
shared_examples 'issue_test::init' do |es_version,plugins|
|
||||
shared_examples 'issue_test::init' do |vars|
|
||||
|
||||
#Add custom tests here for the issue-test.yml test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue