systemd tests
This commit is contained in:
parent
0c7c338d6d
commit
7455b7fe3e
4 changed files with 30 additions and 15 deletions
|
|
@ -41,7 +41,7 @@ context "basic tests" do
|
|||
|
||||
describe 'plugin' do
|
||||
it 'should be reported as existing', :retry => 3, :retry_wait => 10 do
|
||||
command = command('curl localhost:9200/_nodes/?plugin | grep kopf')
|
||||
command = command('curl -s localhost:9200/_nodes/?plugin | grep kopf')
|
||||
expect(command.stdout).to match(/kopf/)
|
||||
expect(command.exit_status).to eq(0)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue