Add tests for new feature
This commit is contained in:
parent
c5a207416a
commit
d0704e526a
9 changed files with 42 additions and 1 deletions
10
test/integration/standard.yml
Normal file
10
test/integration/standard.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: wrapper playbook for kitchen testing "elasticsearch"
|
||||
hosts: localhost
|
||||
roles:
|
||||
- elasticsearch
|
||||
vars:
|
||||
es_use_repository: "true"
|
||||
es_plugins:
|
||||
- plugin: lmenezes/elasticsearch-kopf
|
||||
version: master
|
||||
Loading…
Add table
Add a link
Reference in a new issue