Extend K8S and RIC installation instructions
[it/dep.git] / ric-aux / helm / mc-stack / charts / elasticsearch / examples / 6.x / test / goss.yaml
1 http:
2   http://localhost:9200/_cluster/health:
3     status: 200
4     timeout: 2000
5     body:
6       - 'green'
7       - '"number_of_nodes":3'
8       - '"number_of_data_nodes":3'
9
10   http://localhost:9200:
11     status: 200
12     timeout: 2000
13     body:
14       - '"number" : "6.8.1"'
15       - '"cluster_name" : "six"'
16       - '"name" : "six-master-0"'
17       - 'You Know, for Search'