2016-07-23 19:48:50 +01:00
|
|
|
require 'xpack_spec'
|
2018-01-31 08:14:24 +01:00
|
|
|
require 'json'
|
|
|
|
|
vars = JSON.parse(File.read('/tmp/vars.json'))
|
2016-07-23 19:48:50 +01:00
|
|
|
|
2018-06-19 10:39:16 +02:00
|
|
|
describe 'Xpack upgrade Tests' do
|
2018-01-31 08:14:24 +01:00
|
|
|
include_examples 'xpack::init', vars
|
2016-07-23 19:48:50 +01:00
|
|
|
end
|