Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fix version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed Nov 17, 2020
1 parent b63e08f commit 54c067d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apm-server/examples/upgrade/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ http:
status: 200
timeout: 2000
body:
- '7.10.0'
- "8.0.0"
2 changes: 1 addition & 1 deletion filebeat/examples/upgrade/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ http:
status: 200
timeout: 2000
body:
- "filebeat-7.10.0"
- "filebeat-8.0.0"

file:
/usr/share/filebeat/filebeat.yml:
Expand Down
2 changes: 1 addition & 1 deletion kibana/examples/upgrade/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ http:
status: 200
timeout: 2000
body:
- '"number":"7.10.0"'
- '"number":"8.0.0"'

http://localhost:5601/app/kibana:
status: 200
Expand Down
2 changes: 1 addition & 1 deletion logstash/examples/upgrade/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ http:
timeout: 2000
body:
- '"host" : "helm-logstash-upgrade-logstash-0"'
- '"version" : "7.10.0"'
- '"version" : "8.0.0"'
- '"http_address" : "0.0.0.0:9600"'
- '"name" : "helm-logstash-upgrade-logstash-0"'
- '"status" : "green"'
Expand Down
4 changes: 2 additions & 2 deletions metricbeat/examples/upgrade/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ http:
status: 200
timeout: 2000
body:
- "metricbeat-7.10.0"
- "metricbeat-8.0.0"
? "http://upgrade-master:9200/_search?q=metricset.name:container%20AND%20kubernetes.container.name:metricbeat"
: status: 200
timeout: 2000
body:
- "metricbeat-7.10.0"
- "metricbeat-8.0.0"

file:
/usr/share/metricbeat/metricbeat.yml:
Expand Down

0 comments on commit 54c067d

Please sign in to comment.