
* 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
13 lines
212 B
Ruby
13 lines
212 B
Ruby
require 'oss_spec'
|
|
require 'shared_spec'
|
|
require 'json'
|
|
vars = JSON.parse(File.read('/tmp/vars.json'))
|
|
|
|
describe 'OSS Tests' do
|
|
include_examples 'oss::init', vars
|
|
include_examples 'shared::init', vars
|
|
end
|
|
|
|
|
|
|