16 lines
371 B
YAML
16 lines
371 B
YAML
# Integration tests for Example site plugin
|
|
#
|
|
"Example site loaded":
|
|
- do:
|
|
cluster.state: {}
|
|
|
|
# Get master node id
|
|
- set: { master_node: master }
|
|
|
|
- do:
|
|
nodes.info: {}
|
|
|
|
- match: { nodes.$master.plugins.0.name: example-site }
|
|
- match: { nodes.$master.plugins.0.jvm: false }
|
|
- match: { nodes.$master.plugins.0.site: true }
|