Add test for upgrading from previous version of oss to current
This commit is contained in:
parent
4c35794b76
commit
2c8ce3bb2d
7 changed files with 68 additions and 6 deletions
7
test/integration/oss-upgrade/serverspec/default_spec.rb
Normal file
7
test/integration/oss-upgrade/serverspec/default_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'oss_upgrade_spec'
|
||||
require 'json'
|
||||
vars = JSON.parse(File.read('/tmp/vars.json'))
|
||||
|
||||
describe 'oss upgrade Tests' do
|
||||
include_examples 'oss_upgrade::init', vars
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue