Update tests to work with dynamic es_versions
This commit is contained in:
parent
92244a7a71
commit
94b059080b
23 changed files with 127 additions and 65 deletions
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
- name: Standard test for single node setup. Tests idempotence.
|
||||
hosts: localhost
|
||||
tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
roles:
|
||||
- { role: elasticsearch, es_instance_name: "node1" }
|
||||
vars:
|
||||
|
|
@ -9,4 +11,4 @@
|
|||
es_plugins:
|
||||
- plugin: ingest-geoip
|
||||
|
||||
#Do not add tests here. This test is run twice and confirms idempotency.
|
||||
#Do not add tests here. This test is run twice and confirms idempotency.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue