Skip to content

Commit

Permalink
ci: add missing test for c1
Browse files Browse the repository at this point in the history
also, add URL of opensearch-dashboards
  • Loading branch information
trombik committed Nov 17, 2021
1 parent bb0d3d0 commit 1ac518f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/serverspec/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
# kitchen converge cluster
# kitchen verify cluster
#
# opensearch-dashboards is available at http://127.0.0.1:8001

project_master_ip_address: 172.16.1.100
project_master_hostname: cluster-m
project_coordinating_ip_address: 172.16.1.200
Expand Down
1 change: 1 addition & 0 deletions tests/serverspec/cluster_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
its(:stdout) { should match(/^#{Regexp.escape("172.16.1.100")}/) }
its(:stdout) { should match(/^#{Regexp.escape("172.16.1.101")}/) }
its(:stdout) { should match(/^#{Regexp.escape("172.16.1.102")}/) }
its(:stdout) { should match(/^#{Regexp.escape("172.16.1.200")}/) }
end

describe command "curl #{curl_opts} #{url}/_cluster/health" do
Expand Down

0 comments on commit 1ac518f

Please sign in to comment.