Moving to 5.x tests
This commit is contained in:
parent
41c17cf8f2
commit
06d156fd57
12 changed files with 6 additions and 6 deletions
2
test/integration/package-5x/package.yaml
Normal file
2
test/integration/package-5x/package.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
- host: test-kitchen
|
||||
6
test/integration/package-5x/serverspec/default_spec.rb
Normal file
6
test/integration/package-5x/serverspec/default_spec.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
require 'package_spec'
|
||||
|
||||
|
||||
describe 'Package Tests v 2.x' do
|
||||
include_examples 'package::init', "2.4.3", ["kopf"]
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue