# 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.11.name: license } - match: { nodes.$master.plugins.13.name: marvel } - match: { nodes.$master.plugins.14.name: shield } - match: { nodes.$master.plugins.16.name: watcher }