Tests for indices.exists

This commit is contained in:
Honza Kral 2013-07-15 15:04:56 +02:00
parent 817f24798a
commit 5e93ee6104

View File

@ -0,0 +1,18 @@
---
"Test indices.exists":
- do:
indices.exists:
index: test_index
- is_false: ''
- do:
indices.create:
index: test_index
- do:
indices.exists:
index: test_index
- is_true: ''