17 lines
446 B
YAML
17 lines
446 B
YAML
# Integration tests for smoke testing plugins
|
|
#
|
|
"Plugins are actually installed":
|
|
- do:
|
|
cluster.state: {}
|
|
|
|
# Get master node id
|
|
- set: { master_node: master }
|
|
|
|
- do:
|
|
nodes.info: {}
|
|
|
|
- match: { nodes.$master.plugins.15.name: license }
|
|
- match: { nodes.$master.plugins.18.name: marvel-agent }
|
|
- match: { nodes.$master.plugins.21.name: shield }
|
|
- match: { nodes.$master.plugins.24.name: watcher }
|