Rename integration tests to remove hardcoded 5.x version
This commit is contained in:
parent
7377ed76e5
commit
db1079ee4d
12 changed files with 0 additions and 0 deletions
2
test/integration/package/package.yaml
Normal file
2
test/integration/package/package.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
- host: test-kitchen
|
||||
6
test/integration/package/serverspec/default_spec.rb
Normal file
6
test/integration/package/serverspec/default_spec.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
require 'package_spec'
|
||||
|
||||
|
||||
describe 'Package Tests v 5.x' do
|
||||
include_examples 'package::init', "5.5.1", ["ingest-attachment","ingest-geoip"]
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue