14 lines
272 B
YAML
14 lines
272 B
YAML
|
# Integration tests for smoke testing plugins
|
||
|
#
|
||
|
"Correct Plugin Count":
|
||
|
- do:
|
||
|
cluster.state: {}
|
||
|
|
||
|
# Get master node id
|
||
|
- set: { master_node: master }
|
||
|
|
||
|
- do:
|
||
|
nodes.info: {}
|
||
|
|
||
|
- length: { nodes.$master.plugins: ${expected.plugin.count} }
|