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