mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-26 14:54:56 +00:00
Required for clients that don't yet do stash lookups when resolving fieldnames like "nodes.$master.transport"
17 lines
251 B
YAML
17 lines
251 B
YAML
---
|
|
|
|
"node_info test profile is empty":
|
|
- skip:
|
|
features: stash_in_path
|
|
|
|
- do:
|
|
cluster.state: {}
|
|
|
|
- set: {master_node: master}
|
|
|
|
- do:
|
|
nodes.info:
|
|
metric: [ transport ]
|
|
|
|
- is_true: nodes.$master.transport.profiles
|