2015-08-07 07:57:30 -04:00
|
|
|
# Integration tests for smoke testing plugins
|
|
|
|
#
|
|
|
|
"Plugins are actually installed":
|
|
|
|
- do:
|
|
|
|
cluster.state: {}
|
|
|
|
|
|
|
|
# Get master node id
|
|
|
|
- set: { master_node: master }
|
|
|
|
|
|
|
|
- do:
|
|
|
|
nodes.info: {}
|
|
|
|
|
2015-09-15 15:02:11 -04:00
|
|
|
- match: { nodes.$master.plugins.13.name: license }
|
|
|
|
- match: { nodes.$master.plugins.16.name: marvel }
|
|
|
|
- match: { nodes.$master.plugins.18.name: shield }
|
|
|
|
- match: { nodes.$master.plugins.20.name: watcher }
|