mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
Test fix for config
This commit is contained in:
@@ -61,12 +61,7 @@ shared_examples 'config::init' do |es_version|
|
||||
it { should be_directory }
|
||||
it { should be_owned_by 'elasticsearch' }
|
||||
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
|
||||
describe command('curl -s "localhost:9201"') do
|
||||
#TODO: This is returning an empty string
|
||||
|
||||
Reference in New Issue
Block a user