Move all shared tests into the shared test helper
This commit is contained in:
parent
9673fe4679
commit
c325ff79fa
25 changed files with 205 additions and 611 deletions
|
|
@ -1,7 +1,9 @@
|
|||
require 'oss_to_xpack_upgrade_spec'
|
||||
require 'shared_spec'
|
||||
require 'json'
|
||||
vars = JSON.parse(File.read('/tmp/vars.json'))
|
||||
|
||||
describe 'oss to xpack upgrade Tests' do
|
||||
include_examples 'shared::init', vars
|
||||
include_examples 'oss_to_xpack_upgrade::init', vars
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue