2015-04-06 11:29:36 -04:00
|
|
|
---
|
|
|
|
"Test stop watcher api":
|
|
|
|
- do:
|
|
|
|
cluster.health:
|
|
|
|
wait_for_status: green
|
|
|
|
|
2015-04-28 18:43:05 -04:00
|
|
|
- do: {watcher.stop: {}}
|
2015-04-06 11:29:36 -04:00
|
|
|
- match: { acknowledged: true }
|
|
|
|
|
2015-04-28 18:43:05 -04:00
|
|
|
- do: {watcher.start: {}}
|
2015-04-06 11:29:36 -04:00
|
|
|
- match: { acknowledged: true }
|