
* first ansible skeleton * first commit of ansible installation of vulnwhisperer outside docker * first ansible skeleton * first commit of ansible installation of vulnwhisperer outside docker * refactor the ansible role a bit * update readme, add fail validation step to provision.yml and fix typo when calling a logging funciton
10 lines
260 B
Ruby
10 lines
260 B
Ruby
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
|