Merge R3 into master
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / mc-stack / charts / elasticsearch / examples / upgrade / test / goss.yaml
diff --git a/ric-aux/80-Auxiliary-Functions/helm/mc-stack/charts/elasticsearch/examples/upgrade/test/goss.yaml b/ric-aux/80-Auxiliary-Functions/helm/mc-stack/charts/elasticsearch/examples/upgrade/test/goss.yaml
deleted file mode 100755 (executable)
index ac71ba3..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-http:
-  http://localhost:9200/_cluster/health:
-    status: 200
-    timeout: 2000
-    body:
-      - 'green'
-      - '"number_of_nodes":3'
-      - '"number_of_data_nodes":3'
-
-  http://localhost:9200:
-    status: 200
-    timeout: 2000
-    body:
-      - '"number" : "7.3.0"'
-      - '"cluster_name" : "upgrade"'
-      - '"name" : "upgrade-master-0"'
-      - 'You Know, for Search'