Test fix for config
This commit is contained in:
parent
b9c9fd109e
commit
a0c0ab9837
1 changed files with 1 additions and 6 deletions
|
|
@ -61,12 +61,7 @@ shared_examples 'config::init' do |es_version|
|
||||||
it { should be_directory }
|
it { should be_directory }
|
||||||
it { should be_owned_by 'elasticsearch' }
|
it { should be_owned_by 'elasticsearch' }
|
||||||
end
|
end
|
||||||
|
|
||||||
describe file('/opt/elasticsearch/temp/localhost-node1') do
|
|
||||||
it { should be_directory }
|
|
||||||
it { should be_owned_by 'elasticsearch' }
|
|
||||||
end
|
|
||||||
|
|
||||||
#test we started on the correct port was used
|
#test we started on the correct port was used
|
||||||
describe command('curl -s "localhost:9201"') do
|
describe command('curl -s "localhost:9201"') do
|
||||||
#TODO: This is returning an empty string
|
#TODO: This is returning an empty string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue