Support for plugin diffs + improved testing on minor upgrades + fixes
This commit is contained in:
parent
4e8af6ced5
commit
1bc817a378
17 changed files with 155 additions and 54 deletions
|
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
- name: wrapper playbook for kitchen testing "elasticsearch"
|
||||
- name: Standard test for single node setup. Tests idempotence.
|
||||
hosts: localhost
|
||||
roles:
|
||||
- { role: elasticsearch, es_instance_name: "node1" }
|
||||
vars:
|
||||
es_use_repository: "true"
|
||||
es_heap_size: "1g"
|
||||
es_heap_size: "1g"
|
||||
|
||||
#Do not add tests here. This test is run twice and confirms idempotency.
|
||||
Loading…
Add table
Add a link
Reference in a new issue